Last change
on this file since 17976 was 17976, checked in by Mathieu Morlighem, 11 years ago |
CHG: pushing misfits away from elements
|
File size:
454 bytes
|
Rev | Line | |
---|
[12927] | 1 | /*!\file: ThicknessAlongGradientx.h
|
---|
| 2 | * \brief header file for inverse methods misfit computation
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _THICKNESSALONGGRADIENT_H
|
---|
| 6 | #define _THICKNESSALONGGRADIENT_H
|
---|
| 7 |
|
---|
[15000] | 8 | #include "../../classes/classes.h"
|
---|
[12927] | 9 |
|
---|
| 10 | /* local prototypes: */
|
---|
[16314] | 11 | void ThicknessAlongGradientx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters);
|
---|
[17976] | 12 | IssmDouble ThicknessAlongGradient(Element* element);
|
---|
[12927] | 13 |
|
---|
| 14 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.