Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex13.c288 PetscInt max_dim = 3; in main() local
296 …etscOptionsInt("-max_dim", "Maximum dimension of the simplex", __FILE__, max_dim, &max_dim, NULL)); in main()
301 for (PetscInt dim = 2; dim <= max_dim; dim++) { in main()