source: issm/trunk-jpl/src/c/modules/ThicknessAlongGradientx/ThicknessAlongGradientx.h@ 17976

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
Line 
1/*!\file: ThicknessAlongGradientx.h
2 * \brief header file for inverse methods misfit computation
3 */
4
5#ifndef _THICKNESSALONGGRADIENT_H
6#define _THICKNESSALONGGRADIENT_H
7
8#include "../../classes/classes.h"
9
10/* local prototypes: */
11void ThicknessAlongGradientx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters);
12IssmDouble ThicknessAlongGradient(Element* element);
13
14#endif
Note: See TracBrowser for help on using the repository browser.