|
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
|
| Rev | Line | |
|---|
| [9127] | 1 | /*!\file: ResetConstraintsx.h
|
|---|
| 2 | * \brief header file for penalty constraints module
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #ifndef _RESETCONSTRAINTSX_H
|
|---|
| 6 | #define _RESETCONSTRAINTSX_H
|
|---|
| 7 |
|
|---|
| [15000] | 8 | #include "../../classes/classes.h"
|
|---|
| [9127] | 9 |
|
|---|
| 10 | /* local prototypes: */
|
|---|
| [15849] | 11 | void ThermalConstraintsReset(Loads* loads, int configuration_type);
|
|---|
| [16188] | 12 | void DamageConstraintsReset(Loads* loads, int configuration_type);
|
|---|
| [15849] | 13 | void ResetConstraintsx(FemModel* femmodel);
|
|---|
| [9127] | 14 |
|
|---|
| 15 | #endif /* _RESETCONSTRAINTSX_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.