|
Last change
on this file since 4055 was 4055, checked in by Eric.Larour, 15 years ago |
|
Keep simplifying solutions.
New convergence module at the input level, instead at the solution level, when solution vectors are not
available anymore.
|
|
File size:
398 bytes
|
| Rev | Line | |
|---|
| [816] | 1 | /*!\file: UpdateGeometryx.h
|
|---|
| 2 | * \brief header file for updating geometry
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #ifndef _UPDATEGEOMETRYX_H
|
|---|
| 6 | #define _UPDATEGEOMETRYX_H
|
|---|
| 7 |
|
|---|
| [3913] | 8 | #include "../../DataSet/DataSet.h"
|
|---|
| 9 | #include "../../objects/objects.h"
|
|---|
| [816] | 10 |
|
|---|
| 11 | /* local prototypes: */
|
|---|
| [4055] | 12 | void UpdateGeometryx(DataSet* elements, DataSet* nodes,DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters);
|
|---|
| [816] | 13 |
|
|---|
| 14 | #endif /* _UPDATEGEOMETRYX_H */
|
|---|
| 15 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.