Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/test/
H A Dtest_dmshell.py227 coarsened = self.dm.coarsen()
228 self.assertEqual(coarsened, cdm)
229 refined = coarsened.refine()
/petsc/doc/developers/
H A Dcallbacks.md170 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 Ddmbase.md49 A given `DM` can be refined for certain `DMType`s with `DMRefine()` or coarsened with `DMCoarsen()`.
H A Dsnes.md715 coarsened. FAS, `SNESFAS`, differs slightly from linear multigrid `PCMG`, in that the hierarchy is
H A Dksp.md1116 …> This option and the previous option work to determine how aggressively the grids are coarsened.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDM.pyx1625 """Return a coarsened `DM` object.
1676 """Coarsen this `DM` and return the coarsened `DM` hierarchy.
/petsc/src/snes/tutorials/
H A Dex48.c904 static PetscErrorCode THISolveStatistics(THI thi, SNES snes, PetscInt coarsened, const char name[]) in THISolveStatistics() argument
/petsc/src/ts/tutorials/
H A Dex14.c1020 static PetscErrorCode THISolveStatistics(THI thi, TS ts, PetscInt coarsened, const char name[]) in THISolveStatistics() argument