sources_generic_mod Module Reference
constructor for sources class More...
Functions/Subroutines | |
subroutine | new_sources (this, Mesh, Fluxes, Physics, config, IO) |
subroutine | destroy_sources (this) |
Detailed Description
constructor for sources class
This module allocates the sources class and decides which specific source to use from the config.
Function/Subroutine Documentation
◆ destroy_sources()
subroutine sources_generic_mod::destroy_sources | ( | class(sources_base), pointer | this | ) |
Definition at line 153 of file sources_generic.f90.
◆ new_sources()
subroutine sources_generic_mod::new_sources | ( | class(sources_base), pointer | this, |
class(mesh_base) | Mesh, | ||
class(fluxes_base) | Fluxes, | ||
class(physics_base) | Physics, | ||
type(dict_typ), pointer | config, | ||
type(dict_typ), pointer | IO | ||
) |
Definition at line 51 of file sources_generic.f90.