Home
last modified time | relevance | path

Searched refs:minRadius (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex11.c1221 PetscReal minRadius; in Transfer() local
1223 PetscCall(DMPlexGetGeometryFVM(tctx->adaptedDM, NULL, NULL, &minRadius)); in Transfer()
1227 PetscReal dt = tctx->cfl * minRadius / mod->maxspeed; in Transfer()
1245 PetscReal ftime, cfl, dt, minRadius; in main() local
1524 PetscCall(DMPlexGetGeometryFVM(plex, NULL, NULL, &minRadius)); in main()
1528 dt = cfl * minRadius / mod->maxspeed; in main()
/petsc/src/dm/impls/plex/
H A Dplexfem.c4847 PetscErrorCode DMPlexGetGeometryFVM(DM dm, Vec *facegeom, Vec *cellgeom, PeOp PetscReal *minRadius) in DMPlexGetGeometryFVM() argument
4855 if (minRadius) PetscCall(DMPlexGetMinRadius(plex, minRadius)); in DMPlexGetGeometryFVM()