Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HyperbolicDiscretization_t), | intent(in) | :: | self | |||
type(Element), | intent(in) | :: | e | |||
procedure(HyperbolicFlux0D_f) | :: | HyperbolicFlux | ||||
real(kind=RP), | intent(out) | :: | contravariantFlux(1:NCONS,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3),1:NDIM) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HyperbolicDiscretization_t), | intent(in) | :: | self | |||
type(Element), | intent(in) | :: | e | |||
real(kind=RP), | intent(out) | :: | dFdQ(NCONS,NCONS,NDIM,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SplitDG_t) | :: | self | ||||
class(FTValueDictionary), | intent(in) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SplitDG_t), | intent(in) | :: | self | |||
type(Element), | intent(in) | :: | e | |||
real(kind=RP), | intent(in) | :: | contravariantFlux(1:NCONS,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3),1:NDIM) | |||
real(kind=RP), | intent(out) | :: | fSharp(1:NCONS,0:e%Nxyz(1),0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | gSharp(1:NCONS,0:e%Nxyz(2),0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | hSharp(1:NCONS,0:e%Nxyz(3),0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) |