Home
last modified time | relevance | path

Searched refs:intPointSection (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c375 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()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h127 PetscSection intPointSection; member