source: issm/trunk-jpl/src/c/shared/FSanalyticals/fsanalyticals.h@ 17360

Last change on this file since 17360 was 17360, checked in by seroussi, 11 years ago

CHG: cleaned analytical solutions

File size: 459 bytes
Line 
1/*!\file: elements.h
2 * \brief prototypes for elements.h
3 */
4
5#ifndef _SHARED_ANALYTICALS_H_
6#define _SHARED_ANALYTICALS_H_
7
8#include "../Numerics/types.h"
9
10IssmDouble fx(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord, int testid);
11IssmDouble fy(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord, int testid);
12IssmDouble fz(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord, int testid);
13
14#endif //ifndef _SHARED_ANALYTICALS_H_
Note: See TracBrowser for help on using the repository browser.