Last change
on this file since 17113 was 17113, checked in by seroussi, 11 years ago |
CHG: adding analytical function values
|
File size:
426 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 |
|
---|
10 | IssmDouble fx1(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord);
|
---|
11 | IssmDouble fy1(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord);
|
---|
12 | IssmDouble fz1(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord);
|
---|
13 |
|
---|
14 | #endif //ifndef _SHARED_ANALYTICALS_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.