 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
6 #include "../../shared/shared.h"
7 #include "../../toolkits/toolkits.h"
83 int interpolation_type;
90 if (!input)
_error_(
"could not find input: " << name);
93 if(interpolation_type==
P0Enum){
97 else if(interpolation_type==
P1Enum){
101 else _error_(
"interpolation type : " << interpolation_type <<
" not supported yet!");
int NumberOfVertices(void)
virtual Input2 * GetInput2(int inputenum)=0
const char * EnumToStringx(int enum_in)
void GetVectorFromInputs(Vector< IssmDouble > *vector, int name_enum, int type)
#define _error_(StreamArgs)
Object * GetObjectByOffset(int offset)
int NumberOfElements(void)
doubletype * ToMPISerial(void)