/*!\file: ResetConstraintsx.h * \brief header file for penalty constraints module */ #ifndef _RESETCONSTRAINTSX_H #define _RESETCONSTRAINTSX_H #include "../../classes/classes.h" /* local prototypes: */ void ThermalConstraintsReset(Loads* loads, int configuration_type); void DamageConstraintsReset(Loads* loads, int configuration_type); void ResetConstraintsx(FemModel* femmodel); #endif /* _RESETCONSTRAINTSX_H */