Searched defs:targetComplexity (Results 1 – 3 of 3) sorted by relevance
28 targetComplexity = 10000.0 # Analogous to number of vertices in adapted mesh variable
540 PetscErrorCode DMPlexMetricSetTargetComplexity(DM dm, PetscReal targetComplexity) in DMPlexMetricSetTargetComplexity()564 PetscErrorCode DMPlexMetricGetTargetComplexity(DM dm, PetscReal *targetComplexity) in DMPlexMetricGetTargetComplexity()
104 PetscReal targetComplexity; /* Target metric complexity */ member