![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <DoubleInput2.h>
Public Member Functions | |
DoubleInput2 () | |
DoubleInput2 (int size_in) | |
~DoubleInput2 () | |
Input2 * | copy () |
void | DeepEcho () |
void | Echo () |
int | Id () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
int | ObjectEnum () |
void | GetInput (IssmDouble *pvalue, int index) |
void | SetInput (int index, IssmDouble value) |
![]() | |
int | InstanceEnum () |
void | ChangeEnum (int newenumtype) |
virtual | ~Input2 () |
virtual void | Configure (Parameters *parameters) |
virtual void | GetInputAverage (IssmDouble *pvalue) |
virtual IssmDouble | GetInputMax (void) |
virtual IssmDouble | GetInputMaxAbs (void) |
virtual IssmDouble | GetInputMin (void) |
virtual void | GetInputDerivativeValue (IssmDouble *derivativevalues, IssmDouble *xyz_list, Gauss *gauss) |
virtual void | GetInputValue (IssmDouble *pvalue, Gauss *gauss) |
virtual int | GetInputInterpolationType () |
virtual SegInput2 * | GetSegInput () |
virtual TriaInput2 * | GetTriaInput () |
virtual PentaInput2 * | GetPentaInput () |
virtual void | AXPY (Input2 *xinput, IssmDouble scalar) |
virtual void | PointWiseMult (Input2 *xinput) |
virtual void | Pow (IssmDouble scale_factor) |
virtual void | Scale (IssmDouble scale_factor) |
virtual int | GetResultArraySize (void) |
virtual int | GetResultInterpolation (void) |
virtual int | GetResultNumberOfNodes (void) |
![]() | |
virtual | ~Object () |
Private Attributes | |
int | size |
IssmDouble * | values |
Definition at line 7 of file DoubleInput2.h.
DoubleInput2::DoubleInput2 | ( | ) |
Definition at line 16 of file DoubleInput2.cpp.
DoubleInput2::DoubleInput2 | ( | int | size_in | ) |
DoubleInput2::~DoubleInput2 | ( | ) |
Definition at line 28 of file DoubleInput2.cpp.
|
virtual |
|
virtual |
Implements Object.
Definition at line 42 of file DoubleInput2.cpp.
|
virtual |
Implements Object.
Definition at line 50 of file DoubleInput2.cpp.
|
virtual |
|
virtual |
|
virtual |
Implements Object.
Definition at line 68 of file DoubleInput2.cpp.
void DoubleInput2::GetInput | ( | IssmDouble * | pvalue, |
int | index | ||
) |
void DoubleInput2::SetInput | ( | int | index, |
IssmDouble | value | ||
) |
|
private |
Definition at line 10 of file DoubleInput2.h.
|
private |
Definition at line 11 of file DoubleInput2.h.