Representation of a solution on a set of faces (all of them in a fixed spatial direction).
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nFaces | = | 0 |
The number of faces with a face representation. |
|
real(kind=rk), | public, | allocatable | :: | dat(:,:,:,:) |
Data for the face representation. The size of this array is: \n (nFaces, nFaceDofs, nScalars,2) -> 2 because of left and right face. |