Go to the source code of this file.
|
program | shear |
|
subroutine | makeconfig (Sim, config) |
| Set all configurations and safe it in a dictionary. More...
|
|
subroutine | initdata (Mesh, Physics, pvar, cvar) |
| Set initial conditions. More...
|
|
subroutine | rotatedata (Mesh, pvar_in, pvar_out, dir) |
|
◆ initdata()
Set initial conditions.
Definition at line 221 of file shear.f90.
◆ makeconfig()
subroutine shear::makeconfig |
( |
class(fosite), intent(inout) |
Sim, |
|
|
type(dict_typ), pointer |
config |
|
) |
| |
Set all configurations and safe it in a dictionary.
Definition at line 113 of file shear.f90.
◆ rotatedata()
subroutine shear::rotatedata |
( |
class(mesh_base), intent(in) |
Mesh, |
|
|
class(marray_compound), intent(inout) |
pvar_in, |
|
|
class(marray_compound), intent(inout) |
pvar_out, |
|
|
character(len=2), intent(in) |
dir |
|
) |
| |
◆ shear()