MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Data Types | Modules | Functions/Subroutines
mod_init_datafromfile.t File Reference

Go to the source code of this file.

Modules

module  mod_init_datafromfile
 Module to set (or derive) initial conditions from user data We read in a vtk file that provides values on grid.
 

Functions/Subroutines

subroutine, public mod_init_datafromfile::read_data_init ()
 
elemental double precision function, public mod_init_datafromfile::read_data_get_3d (ivar, x1, x2, x3)
 
elemental double precision function, public mod_init_datafromfile::read_data_get_2d (ivar, x1, x2)
 
elemental double precision function, public mod_init_datafromfile::read_data_get_1d (ivar, x1)
 
subroutine, public mod_init_datafromfile::read_data_set (ixIL, ixOL, x, val, nval)
 Set values according to user data. More...
 
subroutine mod_init_datafromfile::read_vtk_structured_points (fname, bc)