Home
last modified time | relevance | path

Searched refs:Coarsen (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex65.c31 static PetscErrorCode Coarsen(DM, MPI_Comm, DM *);
45 PetscCall(DMShellSetCoarsen(*shell, Coarsen)); in MyDMShellCreate()
156 static PetscErrorCode Coarsen(DM shell, MPI_Comm comm, DM *dmnew) in Coarsen() function
/petsc/src/ksp/ksp/tutorials/output/
H A Dex55_hypre_device_alt.out48 Coarsen type PMIS
H A Dex55_hypre_device.out50 Coarsen type PMIS
H A Dex49_hypre_nullspace_alt.out41 Coarsen type Falgout
H A Dex49_hypre_nullspace.out44 Coarsen type Falgout
/petsc/src/ksp/ksp/tests/output/
H A Dex3_hypre.out36 Coarsen type not yet set
H A Dex3_hypre_alt.out36 Coarsen type not yet set
/petsc/src/ksp/pc/tests/output/
H A Dex10_1.out27 Coarsen type modifiedRuge-Stueben
/petsc/doc/manual/
H A Dprofiling.md766 1.8 0.567 33 2 68 16912 GAMG Coarsen
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDM.pyx1676 """Coarsen this `DM` and return the coarsened `DM` hierarchy.