Home
last modified time | relevance | path

Searched refs:SNESFAS (Results 1 – 13 of 13) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c21 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 Dfasgalerkin.c23 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetGalerkin()
47 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetGalerkin()
H A Dmakefile4 SUBMANSEC = SNESFAS
H A Dfas.c435 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASCreateCoarseVec()
467 PetscValidHeaderSpecificType(fine, SNES_CLASSID, 1, SNESFAS); in SNESFASRestrict()
/petsc/doc/manualpages/
H A DNonlinearSolvers.md7 SNESFAS/index
/petsc/doc/manualpages/MANSECHeaders/
H A DSNESFAS3 The `SNESFAS` subclass of `SNES` is a nonlinear multigrid solver which uses the Full Approximation …
/petsc/doc/overview/
H A Dnonlinear_solve_table.md45 - ``SNESFAS``
/petsc/src/snes/interface/
H A Dsnesregi.c62 PetscCall(SNESRegister(SNESFAS, SNESCreate_FAS)); in SNESRegisterAll()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSNES.pyx25 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 Dpetscsnes.pxi18 PetscSNESType SNESFAS
/petsc/doc/changes/
H A D33.md116 - 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 Dsnes.md308 - ``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 Dpetscsnes.h39 #define SNESFAS "fas" macro