Home
last modified time | relevance | path

Searched refs:DMPlexGetConeOrientations (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1157 PetscCall(DMPlexGetConeOrientations(dm, &cones)); in DMPlexDistributeCones()
1158 PetscCall(DMPlexGetConeOrientations(dmParallel, &newCones)); in DMPlexDistributeCones()
H A Dplextree.c2049 PetscCall(DMPlexGetConeOrientations(dm, &orientations)); in DMPlexTreeRefineCell()
H A Dplex.c5885 PetscErrorCode DMPlexGetConeOrientations(DM dm, PetscInt *coneOrientations[]) in DMPlexGetConeOrientations() function
/petsc/include/
H A Dpetscdmplex.h62 PETSC_EXTERN PetscErrorCode DMPlexGetConeOrientations(DM, PetscInt *[]);
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2543 PetscCall(DMPlexGetConeOrientations(dm, &ornts)); in DMPlexTopologyBuildFromLayers_Private()