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 147 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 92 of file reconstruction_base.f90.
Here is the call graph for this function:

◆ primrecon()
|
private |
Definition at line 137 of file reconstruction_base.f90.
Here is the call graph for this function:

Here is the caller graph for this function:

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.
1.9.4