source: issm/trunk-jpl/src/c/modules/RheologyBbarAbsGradientx/RheologyBbarAbsGradientx.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: 455 bytes
RevLine 
[8608]1/*!\file: RheologyBbarAbsGradientx.h
2 * \brief header file for inverse methods misfit computation
3 */
4
5#ifndef _RHEOLOGYBBARGRADIENTX_H
6#define _RHEOLOGYBBARGRADIENTX_H
7
[15000]8#include "../../classes/classes.h"
[8608]9
10/* local prototypes: */
[16314]11void RheologyBbarAbsGradientx( IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters);
[17976]12IssmDouble RheologyBbarAbsGradient(Element* element);
[8608]13
14#endif
Note: See TracBrowser for help on using the repository browser.