Home
last modified time | relevance | path

Searched refs:pointSection (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c18 sp->pointSection = section; in PetscDualSpaceSetUp_Simple()
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c374 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()
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c889 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()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h126 PetscSection pointSection; member
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2085 sp->pointSection = section; in PetscDualSpaceSetUp_Lagrange()