Searched refs:DMPlexGetConeSection (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5xdmf.c | 40 PetscCall(DMPlexGetConeSection(dm, &cs)); in DMPlexInvertCells_XDMF_Private()
|
| H A D | plexhdf5.c | 2520 PetscCall(DMPlexGetConeSection(dm, &coneSection)); in DMPlexTopologyBuildFromLayers_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 848 PetscCall(DMPlexGetConeSection(*dm, &s)); in DMPlexCreateFluent()
|
| H A D | plexdistribute.c | 1115 PetscCall(DMPlexGetConeSection(dm, &originalConeSection)); in DMPlexDistributeCones() 1116 PetscCall(DMPlexGetConeSection(dmParallel, &newConeSection)); in DMPlexDistributeCones()
|
| H A D | plexinterpolate.c | 689 PetscCall(DMPlexGetConeSection(idm, &cs)); in DMPlexInterpolateFaces_Internal()
|
| H A D | plex.c | 3242 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 D | petscdmplex.h | 59 PETSC_EXTERN PetscErrorCode DMPlexGetConeSection(DM, PetscSection *);
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1389 PetscCall(DMPlexGetConeSection(dm, &conesSection)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|