#include <ElementInput2.h>
|
| ElementInput2 () |
|
| ~ElementInput2 () |
|
int | GetInputInterpolationType () |
|
virtual Input2 * | copy ()=0 |
|
virtual void | DeepEcho ()=0 |
|
virtual void | Echo ()=0 |
|
virtual int | Id ()=0 |
|
virtual void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)=0 |
|
virtual int | ObjectEnum ()=0 |
|
virtual void | SetInput (int interp_in, int row, IssmDouble value_in)=0 |
|
virtual void | SetInput (int interp_in, int numinds, int *rows, IssmDouble *values_in)=0 |
|
virtual void | SetInput (int interp_in, int row, int numinds, IssmDouble *values_in)=0 |
|
virtual int | GetInterpolation ()=0 |
|
virtual void | GetInputDerivativeValue (IssmDouble *derivativevalues, IssmDouble *xyz_list, Gauss *gauss)=0 |
|
virtual void | GetInputValue (IssmDouble *pvalue, Gauss *gauss)=0 |
|
virtual void | Serve (int numindices, int *indices)=0 |
|
virtual void | Serve (int row, int numindices)=0 |
|
virtual int | GetResultArraySize (void)=0 |
|
virtual int | GetResultInterpolation (void)=0 |
|
virtual int | GetResultNumberOfNodes (void)=0 |
|
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 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 | ~Object () |
|
Definition at line 7 of file ElementInput2.h.
◆ ElementInput2()
ElementInput2::ElementInput2 |
( |
| ) |
|
◆ ~ElementInput2()
ElementInput2::~ElementInput2 |
( |
| ) |
|
◆ GetInputInterpolationType()
int ElementInput2::GetInputInterpolationType |
( |
void |
| ) |
|
|
virtual |
◆ copy()
virtual Input2* ElementInput2::copy |
( |
| ) |
|
|
pure virtual |
◆ DeepEcho()
virtual void ElementInput2::DeepEcho |
( |
| ) |
|
|
pure virtual |
◆ Echo()
virtual void ElementInput2::Echo |
( |
| ) |
|
|
pure virtual |
◆ Id()
virtual int ElementInput2::Id |
( |
| ) |
|
|
pure virtual |
◆ Marshall()
virtual void ElementInput2::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
pure virtual |
◆ ObjectEnum()
virtual int ElementInput2::ObjectEnum |
( |
| ) |
|
|
pure virtual |
◆ SetInput() [1/3]
virtual void ElementInput2::SetInput |
( |
int |
interp_in, |
|
|
int |
row, |
|
|
IssmDouble |
value_in |
|
) |
| |
|
pure virtual |
◆ SetInput() [2/3]
virtual void ElementInput2::SetInput |
( |
int |
interp_in, |
|
|
int |
numinds, |
|
|
int * |
rows, |
|
|
IssmDouble * |
values_in |
|
) |
| |
|
pure virtual |
◆ SetInput() [3/3]
virtual void ElementInput2::SetInput |
( |
int |
interp_in, |
|
|
int |
row, |
|
|
int |
numinds, |
|
|
IssmDouble * |
values_in |
|
) |
| |
|
pure virtual |
◆ GetInterpolation()
virtual int ElementInput2::GetInterpolation |
( |
| ) |
|
|
pure virtual |
◆ GetInputDerivativeValue()
◆ GetInputValue()
virtual void ElementInput2::GetInputValue |
( |
IssmDouble * |
pvalue, |
|
|
Gauss * |
gauss |
|
) |
| |
|
pure virtual |
◆ Serve() [1/2]
virtual void ElementInput2::Serve |
( |
int |
numindices, |
|
|
int * |
indices |
|
) |
| |
|
pure virtual |
◆ Serve() [2/2]
virtual void ElementInput2::Serve |
( |
int |
row, |
|
|
int |
numindices |
|
) |
| |
|
pure virtual |
◆ GetResultArraySize()
virtual int ElementInput2::GetResultArraySize |
( |
void |
| ) |
|
|
pure virtual |
◆ GetResultInterpolation()
virtual int ElementInput2::GetResultInterpolation |
( |
void |
| ) |
|
|
pure virtual |
◆ GetResultNumberOfNodes()
virtual int ElementInput2::GetResultNumberOfNodes |
( |
void |
| ) |
|
|
pure virtual |
◆ numberofelements_local
int ElementInput2::numberofelements_local |
|
protected |
◆ numberofvertices_local
int ElementInput2::numberofvertices_local |
|
protected |
◆ interpolation
int ElementInput2::interpolation |
|
protected |
◆ isserved
bool ElementInput2::isserved |
|
protected |
◆ values
◆ element_values
The documentation for this class was generated from the following files: