Searched refs:condLimit (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex9.c | 7 PetscReal condLimit, tol; /* Condition number limit for cell output */ member 15 options->condLimit = PETSC_DETERMINE; in ProcessOptions() 19 … "Condition number limit for cell output", "ex9.c", options->condLimit, &options->condLimit, NULL)… in ProcessOptions() 47 PetscCall(DMPlexCheckCellShape(dm, ctx.report, ctx.condLimit)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 9916 PetscErrorCode DMPlexCheckCellShape(DM dm, PetscBool output, PetscReal condLimit) in DMPlexCheckCellShape() argument 9922 PetscReal limit = condLimit > 0 ? condLimit : PETSC_MAX_REAL; in DMPlexCheckCellShape() 10023 if (isplex) PetscCall(DMPlexCheckCellShape(dmCoarse, output, condLimit)); in DMPlexCheckCellShape()
|