Searched defs:_p_PetscDualSpace (Results 1 – 1 of 1) sorted by relevance
105 struct _p_PetscDualSpace { struct107 void *data; /* Implementation object */108 DM dm; /* The integration region K */109 PetscInt order; /* The approximation order of the space */110 PetscInt Nc; /* The number of components */111 PetscQuadrature *functional; /* The basis of functionals for this space */112 Mat allMat;113 …tscQuadrature allNodes; /* Collects all quadrature points representing functionals in the basis */114 Vec allNodeValues;115 Vec allDofValues;[all …]