Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=LINE_LENGTH), | intent(in) | :: | filename | |||
character(len=LINE_LENGTH), | intent(out) | :: | meshFile1 | |||
character(len=LINE_LENGTH), | intent(out) | :: | boundaryFile1 | |||
character(len=LINE_LENGTH), | intent(out) | :: | resultFile1 | |||
character(len=LINE_LENGTH), | intent(out) | :: | meshFile2 | |||
character(len=LINE_LENGTH), | intent(out) | :: | boundaryFile2 | |||
integer, | intent(out) | :: | polyOrder2(3) | |||
integer, | intent(out) | :: | taskType | |||
character(len=LINE_LENGTH), | intent(out) | :: | VTKfile | |||
real(kind=RP), | intent(out) | :: | Ref(4) |