reconstruction_constant_mod Module Reference

basic module for constant (zero order) reconstruction More...

Data Types

type  reconstruction_constant
 

Functions/Subroutines

subroutine initreconstruction_constant (this, Mesh, Physics, config, IO)
 
pure subroutine calculatestates (this, Mesh, Physics, rvar, rstates)
 
subroutine finalize (this)
 

Variables

character(len=32), parameter recontype_name = "constant"
 

Detailed Description

basic module for constant (zero order) reconstruction

Author
Tobias Illenseer
Jannes Klee

Function/Subroutine Documentation

◆ calculatestates()

pure subroutine reconstruction_constant_mod::calculatestates ( class(reconstruction_constant), intent(inout)  this,
class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(in)  Physics,
class(marray_compound), intent(inout)  rvar,
class(marray_compound), intent(inout)  rstates 
)
private

Definition at line 75 of file reconstruction_constant.f90.

◆ finalize()

subroutine reconstruction_constant_mod::finalize ( class(reconstruction_constant), intent(inout)  this)
private

Definition at line 97 of file reconstruction_constant.f90.

◆ initreconstruction_constant()

subroutine reconstruction_constant_mod::initreconstruction_constant ( class(reconstruction_constant), intent(inout)  this,
class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(in)  Physics,
type(dict_typ), pointer  config,
type(dict_typ), pointer  IO 
)
private

Definition at line 63 of file reconstruction_constant.f90.

Variable Documentation

◆ recontype_name

character(len=32), parameter reconstruction_constant_mod::recontype_name = "constant"
private

Definition at line 53 of file reconstruction_constant.f90.