Home
last modified time | relevance | path

Searched refs:DMPlexGetConeSection (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c40 PetscCall(DMPlexGetConeSection(dm, &cs)); in DMPlexInvertCells_XDMF_Private()
H A Dplexhdf5.c2520 PetscCall(DMPlexGetConeSection(dm, &coneSection)); in DMPlexTopologyBuildFromLayers_Private()
/petsc/src/dm/impls/plex/
H A Dplexfluent.c848 PetscCall(DMPlexGetConeSection(*dm, &s)); in DMPlexCreateFluent()
H A Dplexdistribute.c1115 PetscCall(DMPlexGetConeSection(dm, &originalConeSection)); in DMPlexDistributeCones()
1116 PetscCall(DMPlexGetConeSection(dmParallel, &newConeSection)); in DMPlexDistributeCones()
H A Dplexinterpolate.c689 PetscCall(DMPlexGetConeSection(idm, &cs)); in DMPlexInterpolateFaces_Internal()
H A Dplex.c3242 PetscCall(DMPlexGetConeSection(dm, &cs)); in DMPlexGetConeTuple()
5804 PetscErrorCode DMPlexGetConeSection(DM dm, PetscSection *section) in DMPlexGetConeSection() function
9363 PetscCall(DMPlexGetConeSection(dm, &coneSection)); in DMPlexCheckSymmetry()
/petsc/include/
H A Dpetscdmplex.h59 PETSC_EXTERN PetscErrorCode DMPlexGetConeSection(DM, PetscSection *);
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1389 PetscCall(DMPlexGetConeSection(dm, &conesSection)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()