Searched refs:pointSection (Results 1 – 5 of 5) sorted by relevance
18 sp->pointSection = section; in PetscDualSpaceSetUp_Simple()
374 PetscCall(PetscSectionDestroy(&sp->pointSection)); in PetscDualSpaceClearDMData_Internal()916 if (!sp->pointSection) { in PetscDualSpaceGetSection()918 PetscCall(PetscDualSpaceSectionCreate_Internal(sp, &sp->pointSection)); in PetscDualSpaceGetSection()928 PetscCall(PetscSectionSetDof(sp->pointSection, p, dof)); in PetscDualSpaceGetSection()931 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, sp->pointSection)); in PetscDualSpaceGetSection()933 *section = sp->pointSection; in PetscDualSpaceGetSection()
889 PetscCall(PetscDualSpaceSectionCreate_Internal(sp, &sp->pointSection)); in PetscDualSpaceSetUp_Sum()904 PetscCall(PetscSectionSetDof(sp->pointSection, p, full_dof)); in PetscDualSpaceSetUp_Sum()906 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, sp->pointSection)); in PetscDualSpaceSetUp_Sum()
126 PetscSection pointSection; member
2085 sp->pointSection = section; in PetscDualSpaceSetUp_Lagrange()