Ice Sheet System Model  4.18
Code documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
InputUpdateFromVectorDakotax.h
Go to the documentation of this file.
1 
5 #ifndef _UPDATEINPUTSFROMVECTORDAKOTAXX_H
6 #define _UPDATEINPUTSFROMVECTORDAKOTAXX_H
7 
8 #include "../../classes/classes.h"
9 
10 /* local prototypes: */
11 void InputUpdateFromVectorDakotax(FemModel* femmodel,Vector<IssmDouble>* vector, int name,int type);
12 void InputUpdateFromVectorDakotax(FemModel* femmodel,IssmDouble* vector, int name,int type);
13 
14 #endif /* _UPDATEINPUTSFROMVECTORDAKOTAXX_H */
IssmDouble
double IssmDouble
Definition: types.h:37
FemModel
Definition: FemModel.h:31
InputUpdateFromVectorDakotax
void InputUpdateFromVectorDakotax(FemModel *femmodel, Vector< IssmDouble > *vector, int name, int type)
Definition: InputUpdateFromVectorDakotax.cpp:9
Vector< IssmDouble >
femmodel
FemModel * femmodel
Definition: esmfbinders.cpp:16