Searched refs:SNESFAS (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fasfunc.c | 21 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetType() 49 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetType() 84 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetLevels() 112 PetscCall(SNESSetType(fas->next, SNESFAS)); in SNESFASSetLevels() 144 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetLevels() 171 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetCycleSNES() 208 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetNumberSmoothUp() 239 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetNumberSmoothDown() 275 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetContinuation() 312 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetCycles() [all …]
|
| H A D | fasgalerkin.c | 23 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetGalerkin() 47 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetGalerkin()
|
| H A D | makefile | 4 SUBMANSEC = SNESFAS
|
| H A D | fas.c | 435 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASCreateCoarseVec() 467 PetscValidHeaderSpecificType(fine, SNES_CLASSID, 1, SNESFAS); in SNESFASRestrict()
|
| /petsc/doc/manualpages/ |
| H A D | NonlinearSolvers.md | 7 SNESFAS/index
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | SNESFAS | 3 The `SNESFAS` subclass of `SNES` is a nonlinear multigrid solver which uses the Full Approximation …
|
| /petsc/doc/overview/ |
| H A D | nonlinear_solve_table.md | 45 - ``SNESFAS``
|
| /petsc/src/snes/interface/ |
| H A D | snesregi.c | 62 PetscCall(SNESRegister(SNESFAS, SNESCreate_FAS)); in SNESRegisterAll()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | SNES.pyx | 25 FAS = S_(SNESFAS) 450 petsc.SNESFASSetInterpolation, petsc.SNESFAS 463 setFASInterpolation, petsc.SNESFASGetInterpolation, petsc.SNESFAS 480 petsc.SNESFASSetRestriction, petsc.SNESFAS 493 setFASRestriction, petsc.SNESFASGetRestriction, petsc.SNESFAS 510 petsc.SNESFASSetInjection, petsc.SNESFAS 523 setFASInjection, petsc.SNESFASGetInjection, petsc.SNESFAS 539 setFASRestriction, petsc.SNESFASSetRScale, petsc.SNESFAS 560 getFASLevels, petsc.SNESFASSetLevels, petsc.SNESFAS 586 setFASLevels, petsc.SNESFASGetLevels, petsc.SNESFAS [all …]
|
| H A D | petscsnes.pxi | 18 PetscSNESType SNESFAS
|
| /petsc/doc/changes/ |
| H A D | 33.md | 116 - Changed options and command-line arguments for SNESFAS to be in 122 (SNESFAS) moved from DMMG to SNES and made composable with the
|
| /petsc/doc/manual/ |
| H A D | snes.md | 308 - ``SNESFAS`` 711 The Nonlinear Full Approximation Scheme (FAS) `SNESFAS`, is a nonlinear multigrid method. At 715 coarsened. FAS, `SNESFAS`, differs slightly from linear multigrid `PCMG`, in that the hierarchy is 725 There are four `SNESFAS` cycle types, `SNES_FAS_MULTIPLICATIVE`,
|
| /petsc/include/ |
| H A D | petscsnes.h | 39 #define SNESFAS "fas" macro
|