Weak integrals with vector test function
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Element), | intent(in) | :: | e | |||
integer, | intent(in) | :: | NEQ | |||
real(kind=RP), | intent(in) | :: | U(NEQ,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | volInt_x(NEQ,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | volInt_y(NEQ,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | volInt_z(NEQ,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) |
Xi-contributions Eta-contributions Zeta-contributions
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Element), | intent(in) | :: | e | |||
integer, | intent(in) | :: | NEQ | |||
real(kind=RP), | intent(in) | :: | HF(NEQ,NDIM,0:e%Nxyz(1),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(in) | :: | HBK(NEQ,NDIM,0:e%Nxyz(1),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(in) | :: | HBO(NEQ,NDIM,0:e%Nxyz(1),0:e%Nxyz(2)) | |||
real(kind=RP), | intent(in) | :: | HR(NEQ,NDIM,0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(in) | :: | HT(NEQ,NDIM,0:e%Nxyz(1),0:e%Nxyz(2)) | |||
real(kind=RP), | intent(in) | :: | HL(NEQ,NDIM,0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | faceInt_x(NEQ,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | faceInt_y(NEQ,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) | |||
real(kind=RP), | intent(out) | :: | faceInt_z(NEQ,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3)) |