Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Element_t), | intent(in) | :: | self | |||
real(kind=RP), | intent(in) | :: | x(NDIM) | |||
real(kind=RP), | intent(in) | :: | INSIDE_TOL | |||
real(kind=RP), | intent(out) | :: | xi(NDIM) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=LINE_LENGTH), | intent(in) | :: | meshFile1 | |||
character(len=LINE_LENGTH), | intent(in) | :: | boundaryFile1 | |||
character(len=LINE_LENGTH), | intent(in) | :: | resultFile1 | |||
character(len=LINE_LENGTH), | intent(in) | :: | meshFile2 | |||
character(len=LINE_LENGTH), | intent(in) | :: | boundaryFile2 | |||
integer, | intent(in) | :: | polyOrder(3) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Element_t) | :: | e | ||||
real(kind=RP), | intent(in) | :: | TxMesh(0:e%Nout(1),0:e%Nmesh(1)) | |||
real(kind=RP), | intent(in) | :: | TyMesh(0:e%Nout(2),0:e%Nmesh(2)) | |||
real(kind=RP), | intent(in) | :: | TzMesh(0:e%Nout(3),0:e%Nmesh(3)) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Mesh_t) | :: | self | ||||
integer, | intent(in) | :: | iter | |||
real(kind=RP), | intent(in) | :: | time | |||
character(len=*), | intent(in) | :: | name | |||
logical, | intent(in) | :: | saveGradients |