Datatype to represent facewise nodes
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nquadPoints | The number of face nodes |
|||
real(kind=rk), | private, | allocatable | :: | points(:,:) | The face nodes. First index goes from 1 to nPoints and second index from 1 to 3 for the 3 spatial coordinates. |