Searched refs:SNESKSPONLY (Results 1 – 14 of 14) sorted by relevance
| /petsc/doc/overview/ |
| H A D | nonlinear_solve_table.md | 24 - ``SNESKSPONLY``
|
| /petsc/src/snes/interface/ |
| H A D | snesregi.c | 53 PetscCall(SNESRegister(SNESKSPONLY, SNESCreate_KSPONLY)); in SNESRegisterAll()
|
| /petsc/src/ts/interface/ |
| H A D | tsrhssplit.c | 344 if (ts->problem_type == TS_LINEAR) PetscCall(SNESSetType(ts->snesrhssplit, SNESKSPONLY)); in TSRHSSplitGetSNES()
|
| H A D | ts.c | 438 …PetscCall(PetscObjectTypeCompareAny((PetscObject)ts->snes, &flg, SNESKSPONLY, SNESKSPTRANSPOSEONLY… in TSSetFromOptions() 439 if (!flg) PetscCall(SNESSetType(ts->snes, SNESKSPONLY)); in TSSetFromOptions() 1939 …PetscCall(PetscObjectTypeCompareAny((PetscObject)ts->snes, &lin, SNESKSPONLY, SNESKSPTRANSPOSEONLY… in TSView() 2414 PetscCall(SNESSetType(snes, SNESKSPONLY)); in TSSetProblemType() 2723 if (ts->problem_type == TS_LINEAR) PetscCall(SNESSetType(ts->snes, SNESKSPONLY)); in TSGetSNES()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 123 - Add `SNESNormSchedule` support to `SNESKSPONLY`
|
| H A D | 32.md | 198 - Add SNESKSPONLY, for solving linear problems with SNES.
|
| /petsc/src/snes/tutorials/ |
| H A D | ex11.c | 407 PetscCall(SNESSetType(snes, SNESKSPONLY)); in main()
|
| H A D | ex64.c | 259 PetscCall(SNESSetType(snes, SNESKSPONLY)); in main()
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 690 if (!stype) PetscCall(SNESSetType(snes, SNESKSPONLY)); in TSCreate_Pseudo()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 9 PetscSNESType SNESKSPONLY
|
| H A D | SNES.pyx | 16 KSPONLY = S_(SNESKSPONLY)
|
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 1488 if (!((PetscObject)snes)->type_name) PetscCall(SNESSetType(snes, SNESKSPONLY)); in TSSetUp_RosW() 1539 if (!((PetscObject)snes)->type_name) PetscCall(SNESSetType(snes, SNESKSPONLY)); in TSSetFromOptions_RosW()
|
| /petsc/include/ |
| H A D | petscsnes.h | 30 #define SNESKSPONLY "ksponly" macro
|
| /petsc/doc/manual/ |
| H A D | snes.md | 344 - ``SNESKSPONLY``
|