Lines Matching refs:pointSpaces
1468 PetscDualSpace psp = sp->pointSpaces[p]; in PetscDualSpaceLagrangeCreateAllNodeIdx()
2082 PetscCall(PetscCalloc1(pEnd, &sp->pointSpaces)); in PetscDualSpaceSetUp_Lagrange()
2106 PetscCall(PetscObjectReference((PetscObject)sp->pointSpaces[q])); in PetscDualSpaceSetUp_Lagrange()
2107 sp->pointSpaces[p] = sp->pointSpaces[q]; in PetscDualSpaceSetUp_Lagrange()
2111 …eCreateFacetSubspace_Lagrange(sp, NULL, p, formDegree, Ncopies, PETSC_FALSE, &sp->pointSpaces[p])); in PetscDualSpaceSetUp_Lagrange()
2132 qsp = sp->pointSpaces[q]; in PetscDualSpaceSetUp_Lagrange()
2144 sp->pointSpaces[p] = psp; in PetscDualSpaceSetUp_Lagrange()
2151 if (!sp->pointSpaces[p]) continue; in PetscDualSpaceSetUp_Lagrange()
2152 PetscCall(PetscDualSpaceGetInteriorDimension(sp->pointSpaces[p], &pspdim)); in PetscDualSpaceSetUp_Lagrange()
2335 if (sp->pointSpaces[tensorf]) { in PetscDualSpaceSetUp_Lagrange()
2336 PetscCall(PetscObjectReference((PetscObject)sp->pointSpaces[tensorf])); in PetscDualSpaceSetUp_Lagrange()
2337 trace = sp->pointSpaces[tensorf]; in PetscDualSpaceSetUp_Lagrange()