fileio_generic_mod Module Reference

constructor for fileio class More...

Functions/Subroutines

subroutine new_fileio (Fileio, Mesh, Physics, Timedisc, Sources, config, IO)
 constructor for FileIO class More...
 

Detailed Description

constructor for fileio class

Author
Manuel Jung
Jannes Klee
Tobias Illenseer

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_list), intent(in), allocatable  Sources,
type(dict_typ), intent(in), pointer  config,
type(dict_typ), intent(in), pointer  IO 
)

constructor for FileIO class

Definition at line 52 of file fileio_generic.f90.

Here is the caller graph for this function: