Searched refs:PetscDualSpaceSectionSetUp_Internal (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 863 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 D | petscfeimpl.h | 445 PETSC_INTERN PetscErrorCode PetscDualSpaceSectionSetUp_Internal(PetscDualSpace, PetscSection);
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 2173 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 D | dualspacesum.c | 906 PetscCall(PetscDualSpaceSectionSetUp_Internal(sp, sp->pointSection)); in PetscDualSpaceSetUp_Sum()
|