This subroutine updates the mesh in the ALE framework.
More...
|
subroutine | alemav (itrale, impale, ialtyb, dt, xyzno0) |
|
This subroutine updates the mesh in the ALE framework.
subroutine alemav |
( |
integer |
itrale, |
|
|
integer, dimension(nnod) |
impale, |
|
|
integer, dimension(nfabor) |
ialtyb, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(3,nnod) |
xyzno0 |
|
) |
| |
- Parameters
-
[in] | itrale | number of the current ALE iteration |
[in] | impale | indicator of node displacement |
[in] | ialtyb | ALE Boundary type |
[in] | dt | time step (per cell) |
[in,out] | xyzno0 | nodes coordinates of the initial mesh |