reconstruction_generic.f90
Go to the documentation of this file.
integer, parameter, public linear
Definition: reconstruction_base.f90:79
subroutine new_reconstruction(Reconstruction, Mesh, Physics, config, IO)
Definition: reconstruction_generic.f90:50
base module for reconstruction process
Definition: reconstruction_base.f90:35
integer, parameter, public constant
Definition: reconstruction_base.f90:78
basic module for constant (zero order) reconstruction
Definition: reconstruction_constant.f90:35
module for linear (first order) TVD reconstruction using slope limiters
Definition: reconstruction_linear.f90:51
constructor for reconstruction class
Definition: reconstruction_generic.f90:35