Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex2.c45 const char *pointTypes[3] = {"centroid", "grid", "grid_replicated"}; in ProcessOptions() local
56 …PetscCall(PetscOptionsEList("-point_type", "The point type", "ex2.c", pointTypes, 3, pointTypes[op… in ProcessOptions()