Ice Sheet System Model  4.18
Code documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
InputUpdateFromConstantx.h
Go to the documentation of this file.
1 
5 #ifndef _UPDATEINPUTSFROMCONSTANTXX_H
6 #define _UPDATEINPUTSFROMCONSTANTXX_H
7 
8 #include "../../classes/classes.h"
9 class Inputs2;
10 
11 /* local prototypes: */
12 void InputUpdateFromConstantx(FemModel* femmodel,bool constant,int name);
13 void InputUpdateFromConstantx(FemModel* femmodel,int constant,int name);
14 void InputUpdateFromConstantx(FemModel* femmodel,IssmDouble constant,int name);
15 #ifdef _HAVE_AD_
16 void InputUpdateFromConstantx(Inputs2* inputs2,Elements* elements,IssmPDouble constant,int name);
17 #endif
18 void InputUpdateFromConstantx(Inputs2* inputs2,Elements* elements,IssmDouble constant,int name);
19 void InputUpdateFromConstantx(Inputs2* inputs2,Elements* elements,bool constant,int name);
20 
21 #endif /* _UPDATEINPUTSFROMCONSTANTXX_H */
IssmDouble
double IssmDouble
Definition: types.h:37
Elements
Declaration of Elements class.
Definition: Elements.h:17
Inputs2
Declaration of Inputs class.
Definition: Inputs2.h:23
FemModel
Definition: FemModel.h:31
IssmPDouble
IssmDouble IssmPDouble
Definition: types.h:38
InputUpdateFromConstantx
void InputUpdateFromConstantx(FemModel *femmodel, bool constant, int name)
Definition: InputUpdateFromConstantx.cpp:10
femmodel
FemModel * femmodel
Definition: esmfbinders.cpp:16