Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex19.c9 PetscInt metOpt; /* Different choices of metric */ member
38 options->metOpt = 1; in ProcessOptions()
45 …edInt("-met", "Different choices of metric", "ex19.c", options->metOpt, &options->metOpt, NULL, 0)… in ProcessOptions()
122 if (user->metOpt == 0) { in ComputeMetric()
125 } else if (user->metOpt == 3) { in ComputeMetric()
147 switch (user->metOpt) { in ComputeMetric()
155 …ctComm((PetscObject)dm), PETSC_ERR_ARG_WRONG, "metOpt = 0, 1, 2 or 3, cannot be %d", user->metOpt); in ComputeMetric()