ply_ProjCoeff_type Derived Type

type, private :: ply_ProjCoeff_type

Datatype storing the coefficients arising for the projection of solutions on a parent cell to its children during the subsampling routines.


Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: projCoeff(:,:,:)

Array holding all the projection coefficients for the projection of a degree of freedom on the parent element (first index) to a degree of freedom on the child element (second index) for a given child element (third index). Therefore the dimension of this array is (nDofs, nDofs, 8).