atl_modg_1d_heat_physFlux Subroutine

public subroutine atl_modg_1d_heat_physFlux(mesh, equation, state, res, poly_proj, modalCoeffs, modalCoeffsDiff)

Calculate the physical flux for the MODG scheme and Heat equation.

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type) :: mesh

The mesh you are working with.

type(atl_Equations_type) :: equation

The equation you solve.

real(kind=rk), intent(in) :: state(:,:)
real(kind=rk), intent(inout) :: res(:,:)
type(ply_poly_project_type), intent(inout) :: poly_proj

Parameters for projection

real(kind=rk), intent(inout) :: modalCoeffs(:,:)
real(kind=rk), intent(inout) :: modalCoeffsDiff(:,:)