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