source: issm/trunk-jpl/src/c/modules/MassFluxx/MassFluxx.h@ 13073

Last change on this file since 13073 was 13073, checked in by Eric.Larour, 13 years ago

CHG: extended rest of the code (except for kriging code) to use IssmDouble
and IssmPDouble active and passive types, for use with AD type constructs (using
ADOLC or ADIC in the future).

File size: 447 bytes
RevLine 
[2110]1/*!\file: MassFluxx.h
2 * \brief header file for degree of freedoms distribution routines.
3 */
4
5#ifndef _MASSFLUXX_H
6#define _MASSFLUXX_H
7
[4236]8#include "../../Container/Container.h"
[12832]9#include "../../classes/objects/objects.h"
[2110]10
11/* local prototypes: */
[13073]12void MassFluxx(IssmDouble* pmass_flux, Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters,bool process_units);
[2110]13
14
15#endif /* _MASSFLUXX_H */
16
Note: See TracBrowser for help on using the repository browser.