Searched refs:SNESFASGetCycleSNES (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fasfunc.c | 165 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 D | fas.c | 287 PetscCall(SNESFASGetCycleSNES(snes, i, &levelsnes)); in SNESView_FAS()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 123 PetscErrorCode SNESFASGetCycleSNES(PetscSNES, PetscInt, PetscSNES*)
|
| H A D | SNES.pyx | 601 petsc.SNESFASGetCycleSNES, petsc.SNESFAS 606 CHKERR(SNESFASGetCycleSNES(self.snes, clevel, &lsnes.snes))
|
| /petsc/include/ |
| H A D | petscsnes.h | 1314 PETSC_EXTERN PetscErrorCode SNESFASGetCycleSNES(SNES, PetscInt, SNES *);
|
| /petsc/doc/manual/ |
| H A D | snes.md | 752 SNESFASGetCycleSNES(SNES snes, PetscInt level, SNES *lsnes);.
|