Searched refs:SNESType (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/ts/tutorials/output/ |
| H A D | ex3_stringview.out | 3 Output from string viewer: TSType: rosw SNESType: ksponly KSPType: gmres classical (unmodified)…
|
| /petsc/include/ |
| H A D | petscsnes.h | 24 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 D | snescomposite.c | 483 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 D | ex7.c | 25 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
|
| /petsc/doc/changes/ |
| H A D | 39.md | 94 - The SNESType of SNESTEST has been removed, the testing code can
|
| H A D | 2022.md | 69 - `SNESType` is now a string, rather than enum type
|
| /petsc/src/snes/tutorials/ |
| H A D | ex3.c | 293 SNESType snestype; in main()
|
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 74 SNESType type = SNESNEWTONLS; /* default nonlinear solution method */ in main()
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 672 SNESType stype; in TSCreate_Pseudo()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 3 ctypedef const char* PetscSNESType "SNESType"
|
| H A D | SNES.pyx | 3 class SNESType(object): class 8 petsc.SNESType 116 Type = SNESType 2938 del SNESType
|
| /petsc/doc/manual/ |
| H A D | snes.md | 90 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 D | snes.c | 4993 PetscErrorCode SNESSetType(SNES snes, SNESType type) in SNESSetType() 5043 PetscErrorCode SNESGetType(SNES snes, SNESType *type) in SNESGetType()
|