Home
last modified time | relevance | path

Searched refs:PetscDualSpaceSectionSetUp_Internal (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c863 PetscErrorCode PetscDualSpaceSectionSetUp_Internal(PetscDualSpace sp, PetscSection section) in PetscDualSpaceSectionSetUp_Internal() function
931 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, sp->pointSection)); in PetscDualSpaceGetSection()
981 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, sp->intPointSection)); in PetscDualSpaceGetInteriorSection()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h445 PETSC_INTERN PetscErrorCode PetscDualSpaceSectionSetUp_Internal(PetscDualSpace, PetscSection);
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2173 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, section)); in PetscDualSpaceSetUp_Lagrange()
2217 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, section)); in PetscDualSpaceSetUp_Lagrange()
2230 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, section)); in PetscDualSpaceSetUp_Lagrange()
2317 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, section)); in PetscDualSpaceSetUp_Lagrange()
2435 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, section)); in PetscDualSpaceSetUp_Lagrange()
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c906 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, sp->pointSection)); in PetscDualSpaceSetUp_Sum()