Searched refs:intPointSection (Results 1 – 2 of 2) sorted by relevance
375 PetscCall(PetscSectionDestroy(&sp->intPointSection)); in PetscDualSpaceClearDMData_Internal()968 if (!sp->intPointSection) { in PetscDualSpaceGetInteriorSection()972 PetscCall(PetscDualSpaceSectionCreate_Internal(sp, &sp->intPointSection)); in PetscDualSpaceGetInteriorSection()979 PetscCall(PetscSectionSetDof(sp->intPointSection, p, dof - cdof)); in PetscDualSpaceGetInteriorSection()981 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, sp->intPointSection)); in PetscDualSpaceGetInteriorSection()983 *section = sp->intPointSection; in PetscDualSpaceGetInteriorSection()
127 PetscSection intPointSection; member