Searched refs:usetet (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex36.cxx | 84 PetscBool use_extfile, io, error, usetet, usemg; member 116 PetscCall(DMMoabCreateBoxMesh(PETSC_COMM_WORLD, user.dim, user.usetet, NULL, user.n, 1, &dm)); in main() 531 user->usetet = PETSC_FALSE; in InitializeOptions() 549 …"-tet", "Use tetrahedra to discretize the domain", "ex36.cxx", user->usetet, &user->usetet, NULL)); in InitializeOptions() 557 user->VPERE = (user->usetet ? 4 : 8); in InitializeOptions()
|