reconstruction_base_mod Module Reference
base module for reconstruction process More...
Data Types | |
interface | CalculateStates |
interface | Finalize |
type | reconstruction_base |
Public Attributes | |
| |
integer, parameter, public | constant = 1 |
integer, parameter, public | linear = 2 |
subroutine | initreconstruction (this, Mesh, Physics, config, IO, rtype, rname) |
Constructor of base reconstruction module. More... | |
pure logical function | primrecon (this) |
subroutine | finalize_base (this) |
Detailed Description
base module for reconstruction process
Function/Subroutine Documentation
◆ finalize_base()
|
private |
Definition at line 148 of file reconstruction_base.f90.
◆ initreconstruction()
subroutine reconstruction_base_mod::initreconstruction | ( | class(reconstruction_base), intent(inout) | this, |
class(mesh_base), intent(in) | Mesh, | ||
class(physics_base), intent(in) | Physics, | ||
type(dict_typ), intent(in), pointer | config, | ||
type(dict_typ), pointer | IO, | ||
integer, intent(in) | rtype, | ||
character(len=32), intent(in) | rname | ||
) |
Constructor of base reconstruction module.
Definition at line 93 of file reconstruction_base.f90.
◆ primrecon()
|
private |
Definition at line 138 of file reconstruction_base.f90.
Variable Documentation
◆ constant
integer, parameter, public reconstruction_base_mod::constant = 1 |
Definition at line 78 of file reconstruction_base.f90.
◆ linear
integer, parameter, public reconstruction_base_mod::linear = 2 |
Definition at line 79 of file reconstruction_base.f90.