Home
last modified time | relevance | path

Searched refs:SNESFASGetCycleSNES (Results 1 – 6 of 6) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c165 PetscErrorCode SNESFASGetCycleSNES(SNES snes, PetscInt level, SNES *lsnes) in SNESFASGetCycleSNES() function
349 PetscCall(SNESFASGetCycleSNES(snes, i, &levelsnes)); in SNESFASSetMonitor()
393 PetscCall(SNESFASGetCycleSNES(snes, i, &levelsnes)); in SNESFASSetLog()
762 PetscCall(SNESFASGetCycleSNES(snes, level, &levelsnes)); in SNESFASSetInterpolation()
793 PetscCall(SNESFASGetCycleSNES(snes, level, &levelsnes)); in SNESFASGetInterpolation()
830 PetscCall(SNESFASGetCycleSNES(snes, level, &levelsnes)); in SNESFASSetRestriction()
861 PetscCall(SNESFASGetCycleSNES(snes, level, &levelsnes)); in SNESFASGetRestriction()
892 PetscCall(SNESFASGetCycleSNES(snes, level, &levelsnes)); in SNESFASSetInjection()
924 PetscCall(SNESFASGetCycleSNES(snes, level, &levelsnes)); in SNESFASGetInjection()
954 PetscCall(SNESFASGetCycleSNES(snes, level, &levelsnes)); in SNESFASSetRScale()
[all …]
H A Dfas.c287 PetscCall(SNESFASGetCycleSNES(snes, i, &levelsnes)); in SNESView_FAS()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi123 PetscErrorCode SNESFASGetCycleSNES(PetscSNES, PetscInt, PetscSNES*)
H A DSNES.pyx601 petsc.SNESFASGetCycleSNES, petsc.SNESFAS
606 CHKERR(SNESFASGetCycleSNES(self.snes, clevel, &lsnes.snes))
/petsc/include/
H A Dpetscsnes.h1314 PETSC_EXTERN PetscErrorCode SNESFASGetCycleSNES(SNES, PetscInt, SNES *);
/petsc/doc/manual/
H A Dsnes.md752 SNESFASGetCycleSNES(SNES snes, PetscInt level, SNES *lsnes);.