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 |
|
---|
10 | IssmDouble fx(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord, int testid);
|
---|
11 | IssmDouble fy(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord, int testid);
|
---|
12 | IssmDouble 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.