Last change
on this file since 12832 was 12832, checked in by Eric.Larour, 13 years ago |
Almost done migrating objects to classes
|
File size:
500 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 "../../Container/Container.h"
|
---|
9 | #include "../../classes/objects/objects.h"
|
---|
10 |
|
---|
11 | /* local prototypes: */
|
---|
12 | void ThermalConstraintsReset(Loads* loads, int configuration_type);
|
---|
13 | void ResetConstraintsx(Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads,Materials* materials, Parameters* parameters);
|
---|
14 |
|
---|
15 | #endif /* _RESETCONSTRAINTSX_H */
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.