Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/output/
H A Dex3_stringview.out3 Output from string viewer: TSType: rosw SNESType: ksponly KSPType: gmres classical (unmodified)…
/petsc/include/
H A Dpetscsnes.h24 typedef const char *SNESType; typedef
59 PETSC_EXTERN PetscErrorCode SNESSetType(SNES, SNESType);
122 PETSC_EXTERN PetscErrorCode SNESGetType(SNES, SNESType *);
1277 PETSC_EXTERN PetscErrorCode SNESCompositeAddSNES(SNES, SNESType);
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c483 static PetscErrorCode SNESCompositeAddSNES_Composite(SNES snes, SNESType type) in SNESCompositeAddSNES_Composite()
583 PetscErrorCode SNESCompositeAddSNES(SNES snes, SNESType type) in SNESCompositeAddSNES()
587 PetscTryMethod(snes, "SNESCompositeAddSNES_C", (SNES, SNESType), (snes, type)); in SNESCompositeAddSNES()
/petsc/src/snes/tests/
H A Dex7.c25 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
/petsc/doc/changes/
H A D39.md94 - The SNESType of SNESTEST has been removed, the testing code can
H A D2022.md69 - `SNESType` is now a string, rather than enum type
/petsc/src/snes/tutorials/
H A Dex3.c293 SNESType snestype; in main()
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c74 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c672 SNESType stype; in TSCreate_Pseudo()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi3 ctypedef const char* PetscSNESType "SNESType"
H A DSNES.pyx3 class SNESType(object): class
8 petsc.SNESType
116 Type = SNESType
2938 del SNESType
/petsc/doc/manual/
H A Dsnes.md90 SNESSetType(SNES snes, SNESType method);
276 - SNESType
1409 `SNESType` `SNESCOMPOSITE`. This allows for two or more `SNES`
1424 SNESCompositeAddSNES(SNES, SNESType);
/petsc/src/snes/interface/
H A Dsnes.c4993 PetscErrorCode SNESSetType(SNES snes, SNESType type) in SNESSetType()
5043 PetscErrorCode SNESGetType(SNES snes, SNESType *type) in SNESGetType()