Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex72.c7 PetscReal exactVol; // The exact volume of the shape member
28 options->exactVol = 4. * PETSC_PI / 3.; in ProcessOptions()
33 …"-exact_vol", "Exact volume of the shape", __FILE__, options->exactVol, &options->exactVol, NULL)); in ProcessOptions()
75exactVol) / user.exactVol) < user.volTol, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "Invalid volume %g != … in main()