Searched refs:smooths (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/tests/ |
| H A D | ex5.c | 32 PetscInt i, smooths = 1, *N, its; in main() local 46 PetscCall(PetscOptionsGetInt(NULL, NULL, "-smooths", &smooths, NULL)); in main() 113 PetscCall(KSPSetTolerances(ksp[i], PETSC_CURRENT, PETSC_CURRENT, PETSC_CURRENT, smooths)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 1096 def setGAMGSmooths(self, smooths: int) -> None: 1103 smooths 1104 The maximum number of smooths. 1111 cdef PetscInt ival = asInt(smooths)
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 375 (premix-g-eqn/num-les-smooths 2) 500 (spark/diffusion-num-smooths 1) 2990 (premixc/fgm-tfm-f-num-smooths 0) 4689 (species/tfm/eff-num-smooths 0) 4702 (species/tfm/sensor-num-smooths 0) 4708 (species/tfm/e-num-smooths 1) 4710 (species/tfm/f-num-smooths 0) 8215 (les-dynamic-pr-num-smooths 1)
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1827 separate configuration of up and down smooths is required, it can be
|