Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c812 PetscErrorCode PetscDualSpaceSectionCreate_Internal(PetscDualSpace sp, PetscSection *topSection) in PetscDualSpaceSectionCreate_Internal() function
918 PetscCall(PetscDualSpaceSectionCreate_Internal(sp, &sp->pointSection)); in PetscDualSpaceGetSection()
972 PetscCall(PetscDualSpaceSectionCreate_Internal(sp, &sp->intPointSection)); in PetscDualSpaceGetInteriorSection()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h444 PETSC_INTERN PetscErrorCode PetscDualSpaceSectionCreate_Internal(PetscDualSpace, PetscSection *);
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c889 PetscCall(PetscDualSpaceSectionCreate_Internal(sp, &sp->pointSection)); in PetscDualSpaceSetUp_Sum()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2084 PetscCall(PetscDualSpaceSectionCreate_Internal(sp, &section)); in PetscDualSpaceSetUp_Lagrange()