|
SU2
|
Class for moving the surface and volumetric numerical grid (2D and 3D problems). More...
#include <grid_movement_structure.hpp>
Public Member Functions | |
| CGridMovement (void) | |
| Constructor of the class. | |
| virtual | ~CGridMovement (void) |
| Destructor of the class. | |
| virtual void | SetSurface_Deformation (CGeometry *geometry, CConfig *config) |
| A pure virtual member. More... | |
Class for moving the surface and volumetric numerical grid (2D and 3D problems).
A pure virtual member.
| [in] | geometry | - Geometrical definition of the problem. |
| [in] | config | - Definition of the particular problem. |
Reimplemented in CSurfaceMovement.
1.8.12