source: issm/trunk/src/c/modules/DragCoefficientAbsGradientx/DragCoefficientAbsGradientx.h@ 8608

Last change on this file since 8608 was 8608, checked in by Mathieu Morlighem, 14 years ago

Added new modules for Thikonov regularization (now treated as a cost function, which makes more sense)

File size: 470 bytes
Line 
1/*!\file: DragCoefficientAbsGradientx.h
2 * \brief header file for inverse methods misfit computation
3 */
4
5#ifndef _DRAGCOEFFABSGRADX_H
6#define _DRAGCOEFFABSGRADX_H
7
8#include "../../Container/Container.h"
9#include "../../objects/objects.h"
10
11/* local prototypes: */
12void DragCoefficientAbsGradientx( 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.