|
Last change
on this file since 10937 was 9002, checked in by Eric.Larour, 14 years ago |
|
Implemented transient boundary conditions. Applied to thermal core only for now
|
|
File size:
413 bytes
|
| Line | |
|---|
| 1 | /*!\file: UpdateConstraintsx.h
|
|---|
| 2 | * \brief header file for node and constraints update
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #ifndef _UPDATECONSTRAINTSX_H
|
|---|
| 6 | #define _UPDATECONSTRAINTSX_H
|
|---|
| 7 |
|
|---|
| 8 | #include "../../objects/objects.h"
|
|---|
| 9 | #include "../../Container/Container.h"
|
|---|
| 10 | #include "../../toolkits/toolkits.h"
|
|---|
| 11 |
|
|---|
| 12 | /* local prototypes: */
|
|---|
| 13 | void UpdateConstraintsx(Nodes* nodes,Constraints* constraints,Parameters* parameters);
|
|---|
| 14 |
|
|---|
| 15 | #endif /* _UPDATECONSTRAINTSX_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.