/*!\file: ResetConstraintsx.h * \brief header file for penalty constraints module */ #ifndef _RESETCONSTRAINTSX_H #define _RESETCONSTRAINTSX_H #include "../../Container/Container.h" #include "../../classes/objects/objects.h" /* local prototypes: */ void ThermalConstraintsReset(Loads* loads, int configuration_type); void ResetConstraintsx(Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads,Materials* materials, Parameters* parameters); #endif /* _RESETCONSTRAINTSX_H */