source: issm/trunk-jpl/src/c/modules/ResetConstraintsx/ResetConstraintsx.h@ 16188

Last change on this file since 16188 was 16188, checked in by Eric.Larour, 12 years ago

CHG: finished putting together damage evolution framework. Need validation, verification.

File size: 424 bytes
Line 
1/*!\file: ResetConstraintsx.h
2 * \brief header file for penalty constraints module
3 */
4
5#ifndef _RESETCONSTRAINTSX_H
6#define _RESETCONSTRAINTSX_H
7
8#include "../../classes/classes.h"
9
10/* local prototypes: */
11void ThermalConstraintsReset(Loads* loads, int configuration_type);
12void DamageConstraintsReset(Loads* loads, int configuration_type);
13void ResetConstraintsx(FemModel* femmodel);
14
15#endif /* _RESETCONSTRAINTSX_H */
Note: See TracBrowser for help on using the repository browser.