Last change
on this file since 17652 was 17652, checked in by seroussi, 11 years ago |
NEW: added friction fonction to test analytical solutions
|
File size:
549 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 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 | IssmDouble alpha(IssmDouble x_coord, IssmDouble y_coord, IssmDouble z_coord, int testid);
|
---|
14 |
|
---|
15 | #endif //ifndef _SHARED_ANALYTICALS_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.