Home
last modified time | relevance | path

Searched refs:PetscDualSpaceGetPointSubspace (Results 1 – 6 of 6) sorted by relevance

/petsc/include/
H A Dpetscdualspace.h158 PETSC_EXTERN PetscErrorCode PetscDualSpaceGetPointSubspace(PetscDualSpace, PetscInt, PetscDualSpace…
/petsc/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c114 PetscCall(PetscDualSpaceGetPointSubspace(cspace, refpoint, &espace)); in PetscDualSpaceSetUp_Refined()
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c502 PetscCall(PetscDualSpaceGetPointSubspace(subsp, f, &subpointsp)); in PetscDualSpaceCreateFacetSubspace_Sum()
529 PetscCall(PetscDualSpaceGetPointSubspace(subsp, f, &subpointsp)); in PetscDualSpaceCreateFacetSubspace_Sum()
866 PetscCall(PetscDualSpaceGetPointSubspace(qsp, refCone[c], &psp)); in PetscDualSpaceSetUp_Sum()
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c923 PetscCall(PetscDualSpaceGetPointSubspace(sp, p, &psp)); in PetscDualSpaceGetSection()
1009 PetscCall(PetscDualSpaceGetPointSubspace(sp, s, &ssp)); in PetscDualSpacePushForwardSubspaces_Internal()
1687 PetscErrorCode PetscDualSpaceGetPointSubspace(PetscDualSpace sp, PetscInt point, PetscDualSpace *bd… in PetscDualSpaceGetPointSubspace() function
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1518 PetscCall(PetscDualSpaceGetPointSubspace(sp, p, &psp)); in PetscDualSpaceCreateAllDataFromInteriorData()
1556 PetscCall(PetscDualSpaceGetPointSubspace(sp, p, &psp)); in PetscDualSpaceCreateAllDataFromInteriorData()
2141 PetscCall(PetscDualSpaceGetPointSubspace(qsp, refCone[c], &psp)); in PetscDualSpaceSetUp_Lagrange()
2643 PetscCall(PetscDualSpaceGetPointSubspace(sp, point, &psp)); in PetscDualSpaceGetBoundarySymmetries_Internal()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1125 PetscCall(PetscDualSpaceGetPointSubspace(dsp, refPoint, &dsubsp)); in PetscFECreatePointTraceDefault_Internal()