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

Last change on this file since 12927 was 12927, checked in by Mathieu Morlighem, 13 years ago

NEW: added 2 new cost functions for balance thickness (ThicknessAcrossGradient and ThicknessAlongGradient)

File size: 480 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 "../../Container/Container.h"
9#include "../../classes/objects/objects.h"
10
11/* local prototypes: */
12void ThicknessAlongGradientx( double* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units,int weight_index);
13
14#endif
Note: See TracBrowser for help on using the repository browser.