Ice Sheet System Model  4.18
Code documentation
Reducevectorgtofx.h
Go to the documentation of this file.
1 
6 #ifndef _REDUCEVECTORGTOFX_H
7 #define _REDUCEVECTORGTOFX_H
8 
9 #include "../../classes/classes.h"
10 
11 /* local prototypes: */
12 void Reducevectorgtofx(Vector<IssmDouble>** puf, Vector<IssmDouble>* ug, Nodes* nodes,Parameters* parameters);
13 
14 #endif /* _REDUCEVECTORGTOFX_H */
Nodes
Declaration of Nodes class.
Definition: Nodes.h:19
Parameters
Declaration of Parameters class.
Definition: Parameters.h:18
Reducevectorgtofx
void Reducevectorgtofx(Vector< IssmDouble > **puf, Vector< IssmDouble > *ug, Nodes *nodes, Parameters *parameters)
Definition: Reducevectorgtofx.cpp:8
Vector< IssmDouble >