#include <ControlInput2.h>
|
| ControlInput2 () |
|
| ControlInput2 (int nbe, int nbv, int input_layout_enum, int interp, int id) |
|
| ~ControlInput2 () |
|
Input2 * | copy () |
|
void | DeepEcho () |
|
void | Echo () |
|
int | Id () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | ObjectEnum () |
|
void | SetInput (Input2 *in_input) |
|
void | SetInput (Input2 *in_input, int timeoffset) |
|
ElementInput2 * | GetInput2 (const char *data) |
|
void | SetControl (int interp, int numindices, int *indices, IssmDouble *values_in, IssmDouble *values_min, IssmDouble *values_max) |
|
void | SetGradient (int interp, int numindices, int *indices, IssmDouble *values_in) |
|
void | SetGradient (int interp, int numindices, int *indices, IssmDouble *values_in, int n) |
|
TriaInput2 * | GetTriaInput () |
|
PentaInput2 * | GetPentaInput () |
|
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 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 () |
|
Definition at line 13 of file ControlInput2.h.
◆ ControlInput2() [1/2]
ControlInput2::ControlInput2 |
( |
| ) |
|
◆ ControlInput2() [2/2]
ControlInput2::ControlInput2 |
( |
int |
nbe, |
|
|
int |
nbv, |
|
|
int |
input_layout_enum, |
|
|
int |
interp, |
|
|
int |
id |
|
) |
| |
◆ ~ControlInput2()
ControlInput2::~ControlInput2 |
( |
| ) |
|
◆ copy()
Input2 * ControlInput2::copy |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho()
void ControlInput2::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ Echo()
void ControlInput2::Echo |
( |
void |
| ) |
|
|
virtual |
◆ Id()
int ControlInput2::Id |
( |
void |
| ) |
|
|
virtual |
◆ Marshall()
void ControlInput2::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
virtual |
◆ ObjectEnum()
int ControlInput2::ObjectEnum |
( |
void |
| ) |
|
|
virtual |
◆ SetInput() [1/2]
void ControlInput2::SetInput |
( |
Input2 * |
in_input | ) |
|
|
inline |
◆ SetInput() [2/2]
void ControlInput2::SetInput |
( |
Input2 * |
in_input, |
|
|
int |
timeoffset |
|
) |
| |
|
inline |
◆ GetInput2()
Definition at line 182 of file ControlInput2.cpp.
184 if(strcmp(data,
"value")==0){
188 else if(strcmp(data,
"savedvalues")==0){
192 else if (strcmp(data,
"lowerbound")==0){
196 else if (strcmp(data,
"upperbound")==0){
200 else if (strcmp(data,
"gradient")==0){
205 _error_(
"Data " << data <<
" not supported yet");
◆ SetControl()
void ControlInput2::SetControl |
( |
int |
interp, |
|
|
int |
numindices, |
|
|
int * |
indices, |
|
|
IssmDouble * |
values_in, |
|
|
IssmDouble * |
values_min, |
|
|
IssmDouble * |
values_max |
|
) |
| |
◆ SetGradient() [1/2]
void ControlInput2::SetGradient |
( |
int |
interp, |
|
|
int |
numindices, |
|
|
int * |
indices, |
|
|
IssmDouble * |
values_in |
|
) |
| |
◆ SetGradient() [2/2]
void ControlInput2::SetGradient |
( |
int |
interp, |
|
|
int |
numindices, |
|
|
int * |
indices, |
|
|
IssmDouble * |
values_in, |
|
|
int |
n |
|
) |
| |
◆ GetTriaInput()
◆ GetPentaInput()
◆ control_id
int ControlInput2::control_id |
◆ enum_type
int ControlInput2::enum_type |
◆ layout_enum
int ControlInput2::layout_enum |
◆ gradient
◆ maxvalues
◆ minvalues
◆ savedvalues
◆ values
The documentation for this class was generated from the following files: