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

Last change on this file was 17976, checked in by Mathieu Morlighem, 11 years ago

CHG: pushing misfits away from elements

File size: 454 bytes
RevLine 
[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]11void ThicknessAlongGradientx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters);
[17976]12IssmDouble ThicknessAlongGradient(Element* element);
[12927]13
14#endif
Note: See TracBrowser for help on using the repository browser.