Calculate the numerical flux for Maxwell equation and MODG scheme
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(in) | :: | equation | The equation you solve. |
||
type(atl_facedata_type), | intent(inout) | :: | facedata | The face representation of the state. |
||
type(atl_modg_2d_scheme_type), | intent(inout) | :: | scheme | Parameters of the modal dg scheme |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj | Data for projection method |
||
type(atl_material_type), | intent(inout) | :: | material | Material description for the faces on the current level |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iDir | ||||
integer, | private | :: | nFaceDofs | ||||
real(kind=rk), | private, | allocatable | :: | modalCoeffs(:,:,:) | |||
real(kind=rk), | private, | allocatable | :: | pntVal(:,:,:) | |||
real(kind=rk), | private, | allocatable | :: | nodalNumFlux(:,:) | |||
real(kind=rk), | private, | allocatable | :: | numFluxBuffer(:,:) | |||
integer, | private | :: | nquadpoints | ||||
integer, | private | :: | ndofs | ||||
integer, | private | :: | oversamp_dofs |