Searched refs:minRadius (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 1221 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 D | plexfem.c | 4847 PetscErrorCode DMPlexGetGeometryFVM(DM dm, Vec *facegeom, Vec *cellgeom, PeOp PetscReal *minRadius) in DMPlexGetGeometryFVM() argument 4855 if (minRadius) PetscCall(DMPlexGetMinRadius(plex, minRadius)); in DMPlexGetGeometryFVM()
|