atl_modg_1d_LoclinEuler_kernel_module Module

Module for routines and datatypes of Modal Discontinuous Galerkin (MODG) scheme for the LinearEuler equation. This scheme is a spectral scheme for linear, purley hyperbolic partial differential equation systems.



Subroutines

public subroutine atl_modg_1d_LoclinEuler_physFlux(equation, res, state, poly_proj)

Calculate the physical flux for the MODG scheme and Linearized euler equation.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(in) :: equation

The equation system we are working with

real(kind=rk), intent(inout) :: res(:,:)

The result in the modal form

real(kind=rk), intent(in), optional :: state(:,:)

The state in the modal form

type(ply_poly_project_type), intent(inout) :: poly_proj

The projection datatype for the projection information