|
| SegInput2 () |
|
| SegInput2 (int nbe_in, int nbv_in, int interp_in) |
|
| ~SegInput2 () |
|
Input2 * | copy () |
|
void | DeepEcho () |
|
void | Echo () |
|
int | Id () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | ObjectEnum () |
|
void | SetInput (int interp_in, int row, IssmDouble value_in) |
|
void | SetInput (int interp_in, int numinds, int *rows, IssmDouble *values_in) |
|
void | SetInput (int interp_in, int row, int numinds, IssmDouble *values_in) |
|
int | GetInterpolation () |
|
void | GetInputDerivativeValue (IssmDouble *derivativevalues, IssmDouble *xyz_list, Gauss *gauss) |
|
void | GetInputAverage (IssmDouble *pvalue) |
|
IssmDouble | GetInputMin () |
|
IssmDouble | GetInputMax () |
|
IssmDouble | GetInputMaxAbs () |
|
SegInput2 * | GetSegInput () |
|
void | GetInputValue (IssmDouble *pvalue, Gauss *gauss) |
|
void | Scale (IssmDouble scalar) |
|
void | Pow (IssmDouble scalar) |
|
void | AXPY (Input2 *xinput, IssmDouble scalar) |
|
void | PointWiseMult (Input2 *xinput) |
|
void | Serve (int numindices, int *indices) |
|
void | Serve (int row, int numindices) |
|
int | GetResultArraySize (void) |
|
int | GetResultInterpolation (void) |
|
int | GetResultNumberOfNodes (void) |
|
void | Reset (int interp_in) |
|
| ElementInput2 () |
|
| ~ElementInput2 () |
|
int | GetInputInterpolationType () |
|
int | InstanceEnum () |
|
void | ChangeEnum (int newenumtype) |
|
virtual | ~Input2 () |
|
virtual void | Configure (Parameters *parameters) |
|
virtual TriaInput2 * | GetTriaInput () |
|
virtual PentaInput2 * | GetPentaInput () |
|
virtual | ~Object () |
|
| SegRef () |
|
| ~SegRef () |
|
void | GetInputDerivativeValue (IssmDouble *p, IssmDouble *plist, IssmDouble *xyz_list, GaussSeg *gauss, int finiteelement) |
|
void | GetInputValue (IssmDouble *p, IssmDouble *plist, GaussSeg *gauss, int finiteelement) |
|
void | GetJacobian (IssmDouble *J, IssmDouble *xyz_list, GaussSeg *gauss) |
|
void | GetJacobianDeterminant (IssmDouble *Jdet, IssmDouble *xyz_list, GaussSeg *gauss) |
|
void | GetJacobianInvert (IssmDouble *Jinv, IssmDouble *xyz_list, GaussSeg *gauss) |
|
void | GetNodalFunctions (IssmDouble *basis, GaussSeg *gauss, int finiteelement) |
|
void | GetNodalFunctionsDerivatives (IssmDouble *dbasis, IssmDouble *xyz_list, GaussSeg *gauss, int finiteelement) |
|
void | GetNodalFunctionsDerivativesReference (IssmDouble *dbasis, GaussSeg *gauss, int finiteelement) |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | NumberofNodes (int finiteelement) |
|
Definition at line 8 of file SegInput2.h.