Last change
on this file was 17989, checked in by Mathieu Morlighem, 11 years ago |
merged trunk-jpl and trunk for revision 17986
|
File size:
441 bytes
|
Rev | Line | |
---|
[5284] | 1 | /*!\file: SurfaceAbsVelMisfitx.h
|
---|
| 2 | * \brief header file for inverse methods misfit computation
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _SURFACEABSVELMISFITX_H
|
---|
| 6 | #define _SURFACEABSVELMISFITX_H
|
---|
| 7 |
|
---|
[15396] | 8 | #include "../../classes/classes.h"
|
---|
[5284] | 9 |
|
---|
| 10 | /* local prototypes: */
|
---|
[16560] | 11 | void SurfaceAbsVelMisfitx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters);
|
---|
[17989] | 12 | IssmDouble SurfaceAbsVelMisfit(Element* element);
|
---|
[5284] | 13 |
|
---|
| 14 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.