MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Module to set (or derive) initial conditions from user data We read in a vtk file that provides values on grid. More...
Functions/Subroutines | |
subroutine, public | read_data_init () |
elemental double precision function, public | read_data_get_3d (ivar, x1, x2, x3) |
elemental double precision function, public | read_data_get_2d (ivar, x1, x2) |
elemental double precision function, public | read_data_get_1d (ivar, x1) |
subroutine, public | read_data_set (ixil, ixol, x, val, nval) |
Set values according to user data. | |
Variables | |
type(lt_t), dimension(max_valuesfromfile) | lt_1d |
Module to set (or derive) initial conditions from user data We read in a vtk file that provides values on grid.
elemental double precision function, public mod_init_datafromfile::read_data_get_1d | ( | integer, intent(in) | ivar, |
double precision, intent(in) | x1 | ||
) |
elemental double precision function, public mod_init_datafromfile::read_data_get_2d | ( | integer, intent(in) | ivar, |
double precision, intent(in) | x1, | ||
double precision, intent(in) | x2 | ||
) |
elemental double precision function, public mod_init_datafromfile::read_data_get_3d | ( | integer, intent(in) | ivar, |
double precision, intent(in) | x1, | ||
double precision, intent(in) | x2, | ||
double precision, intent(in) | x3 | ||
) |
subroutine, public mod_init_datafromfile::read_data_init |
subroutine, public mod_init_datafromfile::read_data_set | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | ixo, | ||
l, | |||
double precision, dimension(ixi^s,1:ndim), intent(in) | x, | ||
double precision, dimension(ixi^s,1:nval), intent(out) | val, | ||
integer, intent(in) | nval | ||
) |
Set values according to user data.
Definition at line 92 of file mod_init_datafromfile.t.
type(lt_t), dimension(max_valuesfromfile) mod_init_datafromfile::lt_1d |
Definition at line 20 of file mod_init_datafromfile.t.