Searched defs:numIter (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 12 PetscInt verbosity = -1, numIter = 3; in DMPlexMetricSetFromOptions() local 807 PetscErrorCode DMPlexMetricSetNumIterations(DM dm, PetscInt numIter) in DMPlexMetricSetNumIterations() 833 PetscErrorCode DMPlexMetricGetNumIterations(DM dm, PetscInt *numIter) in DMPlexMetricGetNumIterations()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 35 PetscInt dim, off, coff, maxConeSize, bdSize, i, j, k, Neq, verbosity, numIter; in DMAdaptMetric_ParMmg_Plex() local
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 108 PetscInt numIter; /* Number of ParMmg mesh adaptation iterations */ member
|