fileio_generic_mod Module Reference
constructor for fileio class More...
Functions/Subroutines | |
subroutine | new_fileio (Fileio, Mesh, Physics, Timedisc, Sources, config, IO) |
Detailed Description
constructor for fileio class
This module allocates the mesh class and decides which specific mesh to use from the config.
Function/Subroutine Documentation
◆ new_fileio()
subroutine fileio_generic_mod::new_fileio | ( | class(fileio_base), allocatable | Fileio, |
class(mesh_base), intent(in) | Mesh, | ||
class(physics_base), intent(in) | Physics, | ||
class(timedisc_base), intent(in) | Timedisc, | ||
class(sources_base), intent(in), pointer | Sources, | ||
type(dict_typ), intent(in), pointer | config, | ||
type(dict_typ), intent(in), pointer | IO | ||
) |
Definition at line 47 of file fileio_generic.f90.