Home
last modified time | relevance | path

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

/petsc/src/dm/tutorials/
H A Dex21.c82 PetscCall(DMPlexGetMinRadius(celldm, &minradius)); in pic_advect()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi121 PetscErrorCode DMPlexGetMinRadius(PetscDM, PetscReal*)
H A DDMPlex.pyx1876 DMPlex, DM.getCoordinates, petsc.DMPlexGetMinRadius
1880 CHKERR(DMPlexGetMinRadius(self.dm, &cminradius))
/petsc/include/
H A Dpetscdmplex.h338 PETSC_EXTERN PetscErrorCode DMPlexGetMinRadius(DM, PetscReal *);
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3122 PetscErrorCode DMPlexGetMinRadius(DM dm, PetscReal *minradius) in DMPlexGetMinRadius() function
H A Dplexfem.c4855 if (minRadius) PetscCall(DMPlexGetMinRadius(plex, minRadius)); in DMPlexGetGeometryFVM()