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

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

CHG: pushing misfits away from elements

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