![]() |
Ice Sheet System Model
4.18
Code documentation
|
Declaration of Inputs class. More...
#include <Inputs2.h>
Public Member Functions | |
Inputs2 () | |
Inputs2 (int nbe, int nbv) | |
~Inputs2 () | |
void | AddInput (Input2 *in_input) |
void | ChangeEnum (int enumtype, int new_enumtype) |
void | Configure (Parameters *parameters) |
Inputs2 * | Copy (void) |
int | DeleteInput (int enum_type) |
void | DuplicateInput (int original_enum, int new_enum) |
void | DeepEcho (void) |
void | Echo (void) |
bool | Exist (int enum_type) |
void | GetInputsInterpolations (int *pnuminputs, int **pinterpolations, int **penum) |
void | GetArray (int enum_in, int row, IssmDouble **pvalues, int *pN) |
void | GetArrayPtr (int enum_in, int row, IssmDouble **pvalues, int *pN) |
SegInput2 * | GetSegInput (int enum_type) |
TriaInput2 * | GetTriaInput (int enum_type) |
TriaInput2 * | GetTriaInput (int enum_type, IssmDouble time) |
TriaInput2 * | GetTriaInput (int enum_in, IssmDouble start_time, IssmDouble end_time, int averaging_method) |
PentaInput2 * | GetPentaInput (int enum_type) |
PentaInput2 * | GetPentaInput (int enum_type, IssmDouble time) |
PentaInput2 * | GetPentaInput (int enum_in, IssmDouble start_time, IssmDouble end_time, int averaging_method) |
TransientInput2 * | GetTransientInput (int enum_type) |
ElementInput2 * | GetControlInput2Data (int enum_type, const char *data) |
DatasetInput2 * | GetDatasetInput2 (int enum_type) |
ControlInput2 * | GetControlInput2 (int enum_type) |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
int | GetInputObjectEnum (int enum_type) |
void | GetInputValue (bool *pvalue, int enum_in, int index) |
void | GetInputValue (int *pvalue, int enum_in, int index) |
void | GetInputValue (IssmDouble *pvalue, int enum_in, int index) |
void | ResultInterpolation (int *pinterpolation, int *nodesperelement, int *parray_size, int output_enum) |
void | SetInput (int enum_in, int index, bool value) |
void | SetInput (int enum_in, int index, int value) |
void | SetDoubleInput (int enum_in, int index, IssmDouble value) |
void | SetTransientInput (int enum_in, IssmDouble *times, int numtimes) |
TransientInput2 * | SetDatasetTransientInput (int enum_in, int id, IssmDouble *times, int numtimes) |
void | SetArrayInput (int enum_in, int row, IssmDouble *layers, int numlayers) |
void | SetTriaControlInput (int enum_in, int layout, int interpolation, int id, int numindices, int *indices, IssmDouble *values, IssmDouble *values_min, IssmDouble *values_max) |
void | SetTriaControlInputGradient (int enum_in, int interpolation, int numindices, int *indices, IssmDouble *values) |
void | SetTriaControlInputGradient (int enum_in, int interpolation, int numindices, int *indices, IssmDouble *values, int n) |
void | SetTriaDatasetInput (int enum_in, int id, int interpolation, int numindices, int *indices, IssmDouble *values) |
void | SetTriaInput (int enum_in, int interpolation, int row, IssmDouble values) |
void | SetTriaInput (int enum_in, int interpolation, int numindices, int *indices, IssmDouble *values) |
void | SetTriaInput (int enum_in, int interpolation, int row, int numindices, IssmDouble *values) |
void | SetPentaControlInput (int enum_in, int layout, int interpolation, int id, int numindices, int *indices, IssmDouble *values, IssmDouble *values_min, IssmDouble *values_max) |
void | SetPentaControlInputGradient (int enum_in, int interpolation, int numindices, int *indices, IssmDouble *values) |
void | SetPentaDatasetInput (int enum_in, int id, int interpolation, int numindices, int *indices, IssmDouble *values) |
void | SetPentaInput (int enum_in, int interpolation, int row, IssmDouble values) |
void | SetPentaInput (int enum_in, int interpolation, int numindices, int *indices, IssmDouble *values) |
void | SetPentaInput (int enum_in, int interpolation, int row, int numindices, IssmDouble *values) |
Private Member Functions | |
int | EnumToIndex (int enum_in) |
Private Attributes | |
Input2 * | inputs [NUMINPUTS] |
int | numberofelements_local |
int | numberofvertices_local |
Declaration of Inputs class.
Declaration of Inputs class. Inputs are a static array of Input objects.
Inputs2::Inputs2 | ( | void | ) |
Definition at line 30 of file Inputs2.cpp.
Inputs2::Inputs2 | ( | int | nbe, |
int | nbv | ||
) |
Definition at line 39 of file Inputs2.cpp.
Inputs2::~Inputs2 | ( | ) |
Definition at line 48 of file Inputs2.cpp.
|
private |
Definition at line 229 of file Inputs2.cpp.
void Inputs2::AddInput | ( | Input2 * | in_input | ) |
Definition at line 147 of file Inputs2.cpp.
void Inputs2::ChangeEnum | ( | int | enumtype, |
int | new_enumtype | ||
) |
Definition at line 170 of file Inputs2.cpp.
void Inputs2::Configure | ( | Parameters * | parameters | ) |
Inputs2 * Inputs2::Copy | ( | void | ) |
Definition at line 56 of file Inputs2.cpp.
int Inputs2::DeleteInput | ( | int | enum_type | ) |
Definition at line 195 of file Inputs2.cpp.
void Inputs2::DuplicateInput | ( | int | original_enum, |
int | new_enum | ||
) |
Definition at line 206 of file Inputs2.cpp.
void Inputs2::DeepEcho | ( | void | ) |
void Inputs2::Echo | ( | void | ) |
Definition at line 73 of file Inputs2.cpp.
bool Inputs2::Exist | ( | int | enum_type | ) |
Definition at line 245 of file Inputs2.cpp.
void Inputs2::GetInputsInterpolations | ( | int * | pnuminputs, |
int ** | pinterpolations, | ||
int ** | penum | ||
) |
Definition at line 263 of file Inputs2.cpp.
void Inputs2::GetArray | ( | int | enum_in, |
int | row, | ||
IssmDouble ** | pvalues, | ||
int * | pN | ||
) |
Definition at line 485 of file Inputs2.cpp.
void Inputs2::GetArrayPtr | ( | int | enum_in, |
int | row, | ||
IssmDouble ** | pvalues, | ||
int * | pN | ||
) |
Definition at line 468 of file Inputs2.cpp.
SegInput2 * Inputs2::GetSegInput | ( | int | enum_type | ) |
Definition at line 305 of file Inputs2.cpp.
TriaInput2 * Inputs2::GetTriaInput | ( | int | enum_type | ) |
Definition at line 318 of file Inputs2.cpp.
TriaInput2 * Inputs2::GetTriaInput | ( | int | enum_type, |
IssmDouble | time | ||
) |
Definition at line 331 of file Inputs2.cpp.
TriaInput2 * Inputs2::GetTriaInput | ( | int | enum_in, |
IssmDouble | start_time, | ||
IssmDouble | end_time, | ||
int | averaging_method | ||
) |
Definition at line 347 of file Inputs2.cpp.
PentaInput2 * Inputs2::GetPentaInput | ( | int | enum_type | ) |
Definition at line 363 of file Inputs2.cpp.
PentaInput2 * Inputs2::GetPentaInput | ( | int | enum_type, |
IssmDouble | time | ||
) |
Definition at line 374 of file Inputs2.cpp.
PentaInput2 * Inputs2::GetPentaInput | ( | int | enum_in, |
IssmDouble | start_time, | ||
IssmDouble | end_time, | ||
int | averaging_method | ||
) |
Definition at line 390 of file Inputs2.cpp.
TransientInput2 * Inputs2::GetTransientInput | ( | int | enum_type | ) |
Definition at line 406 of file Inputs2.cpp.
ElementInput2 * Inputs2::GetControlInput2Data | ( | int | enum_type, |
const char * | data | ||
) |
Definition at line 423 of file Inputs2.cpp.
DatasetInput2 * Inputs2::GetDatasetInput2 | ( | int | enum_type | ) |
Definition at line 438 of file Inputs2.cpp.
ControlInput2 * Inputs2::GetControlInput2 | ( | int | enum_type | ) |
Definition at line 453 of file Inputs2.cpp.
void Inputs2::Marshall | ( | char ** | pmarshalled_data, |
int * | pmarshalled_data_size, | ||
int | marshall_direction | ||
) |
Definition at line 81 of file Inputs2.cpp.
int Inputs2::GetInputObjectEnum | ( | int | enum_type | ) |
Definition at line 254 of file Inputs2.cpp.
void Inputs2::GetInputValue | ( | bool * | pvalue, |
int | enum_in, | ||
int | index | ||
) |
Definition at line 502 of file Inputs2.cpp.
void Inputs2::GetInputValue | ( | int * | pvalue, |
int | enum_in, | ||
int | index | ||
) |
Definition at line 519 of file Inputs2.cpp.
void Inputs2::GetInputValue | ( | IssmDouble * | pvalue, |
int | enum_in, | ||
int | index | ||
) |
Definition at line 537 of file Inputs2.cpp.
void Inputs2::ResultInterpolation | ( | int * | pinterpolation, |
int * | nodesperelement, | ||
int * | parray_size, | ||
int | output_enum | ||
) |
Definition at line 556 of file Inputs2.cpp.
void Inputs2::SetInput | ( | int | enum_in, |
int | index, | ||
bool | value | ||
) |
Definition at line 572 of file Inputs2.cpp.
void Inputs2::SetInput | ( | int | enum_in, |
int | index, | ||
int | value | ||
) |
Definition at line 589 of file Inputs2.cpp.
void Inputs2::SetDoubleInput | ( | int | enum_in, |
int | index, | ||
IssmDouble | value | ||
) |
Definition at line 606 of file Inputs2.cpp.
void Inputs2::SetTransientInput | ( | int | enum_in, |
IssmDouble * | times, | ||
int | numtimes | ||
) |
Definition at line 676 of file Inputs2.cpp.
TransientInput2 * Inputs2::SetDatasetTransientInput | ( | int | enum_in, |
int | id, | ||
IssmDouble * | times, | ||
int | numtimes | ||
) |
Definition at line 649 of file Inputs2.cpp.
void Inputs2::SetArrayInput | ( | int | enum_in, |
int | row, | ||
IssmDouble * | layers, | ||
int | numlayers | ||
) |
Definition at line 623 of file Inputs2.cpp.
void Inputs2::SetTriaControlInput | ( | int | enum_in, |
int | layout, | ||
int | interpolation, | ||
int | id, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values, | ||
IssmDouble * | values_min, | ||
IssmDouble * | values_max | ||
) |
Definition at line 692 of file Inputs2.cpp.
void Inputs2::SetTriaControlInputGradient | ( | int | enum_in, |
int | interpolation, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values | ||
) |
Definition at line 717 of file Inputs2.cpp.
void Inputs2::SetTriaControlInputGradient | ( | int | enum_in, |
int | interpolation, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values, | ||
int | n | ||
) |
Definition at line 730 of file Inputs2.cpp.
void Inputs2::SetTriaDatasetInput | ( | int | enum_in, |
int | id, | ||
int | interpolation, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values | ||
) |
Definition at line 743 of file Inputs2.cpp.
void Inputs2::SetTriaInput | ( | int | enum_in, |
int | interpolation, | ||
int | row, | ||
IssmDouble | values | ||
) |
Definition at line 768 of file Inputs2.cpp.
void Inputs2::SetTriaInput | ( | int | enum_in, |
int | interpolation, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values | ||
) |
Definition at line 788 of file Inputs2.cpp.
void Inputs2::SetTriaInput | ( | int | enum_in, |
int | interpolation, | ||
int | row, | ||
int | numindices, | ||
IssmDouble * | values | ||
) |
Definition at line 807 of file Inputs2.cpp.
void Inputs2::SetPentaControlInput | ( | int | enum_in, |
int | layout, | ||
int | interpolation, | ||
int | id, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values, | ||
IssmDouble * | values_min, | ||
IssmDouble * | values_max | ||
) |
Definition at line 824 of file Inputs2.cpp.
void Inputs2::SetPentaControlInputGradient | ( | int | enum_in, |
int | interpolation, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values | ||
) |
Definition at line 849 of file Inputs2.cpp.
void Inputs2::SetPentaDatasetInput | ( | int | enum_in, |
int | id, | ||
int | interpolation, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values | ||
) |
Definition at line 862 of file Inputs2.cpp.
void Inputs2::SetPentaInput | ( | int | enum_in, |
int | interpolation, | ||
int | row, | ||
IssmDouble | values | ||
) |
Definition at line 887 of file Inputs2.cpp.
void Inputs2::SetPentaInput | ( | int | enum_in, |
int | interpolation, | ||
int | numindices, | ||
int * | indices, | ||
IssmDouble * | values | ||
) |
Definition at line 907 of file Inputs2.cpp.
void Inputs2::SetPentaInput | ( | int | enum_in, |
int | interpolation, | ||
int | row, | ||
int | numindices, | ||
IssmDouble * | values | ||
) |
Definition at line 924 of file Inputs2.cpp.