Searched refs:coarsened (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmshell.py | 227 coarsened = self.dm.coarsen() 228 self.assertEqual(coarsened, cdm) 229 refined = coarsened.refine()
|
| /petsc/doc/developers/ |
| H A D | callbacks.md | 170 when the object is coarsened or refined. The hooks 200 `DM` and also inherits the hooks if it is refined or coarsened. 203 a solver has been refined or coarsened, those child `DM`s will not
|
| /petsc/doc/manual/ |
| H A D | dmbase.md | 49 A given `DM` can be refined for certain `DMType`s with `DMRefine()` or coarsened with `DMCoarsen()`.
|
| H A D | snes.md | 715 coarsened. FAS, `SNESFAS`, differs slightly from linear multigrid `PCMG`, in that the hierarchy is
|
| H A D | ksp.md | 1116 …> This option and the previous option work to determine how aggressively the grids are coarsened.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DM.pyx | 1625 """Return a coarsened `DM` object. 1676 """Coarsen this `DM` and return the coarsened `DM` hierarchy.
|
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 904 static PetscErrorCode THISolveStatistics(THI thi, SNES snes, PetscInt coarsened, const char name[]) in THISolveStatistics() argument
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 1020 static PetscErrorCode THISolveStatistics(THI thi, TS ts, PetscInt coarsened, const char name[]) in THISolveStatistics() argument
|