Searched refs:TSSetOptionsPrefix (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex1f90.F90 | 48 …PetscCallA(TSSetOptionsPrefix(ts, 'ex1_', ierr)) ! should get this from the dm or give it to the dm
|
| H A D | ex1.c | 195 PetscCall(TSSetOptionsPrefix(ts, "nrl_")); in createTS_NRL()
|
| /petsc/src/ts/interface/ |
| H A D | tsrhssplit.c | 54 PetscCall(TSSetOptionsPrefix(newsplit->ts, prefix)); in TSRHSSplitSetIS()
|
| H A D | ts.c | 4338 PetscErrorCode TSSetOptionsPrefix(TS ts, const char prefix[]) in TSSetOptionsPrefix() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 143 PetscErrorCode TSSetOptionsPrefix(PetscTS, char[])
|
| H A D | TS.pyx | 519 petsc_options, petsc.TSSetOptionsPrefix 524 CHKERR(TSSetOptionsPrefix(self.ts, cval))
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 1951 PetscCall(TSSetOptionsPrefix(ts->quadraturets, prefix)); in TSCreateQuadratureTS()
|
| /petsc/include/ |
| H A D | petscts.h | 262 PETSC_EXTERN PetscErrorCode TSSetOptionsPrefix(TS, const char[]);
|
| /petsc/doc/manual/ |
| H A D | other.md | 126 `SNESSetOptionsPrefix()`, `TSSetOptionsPrefix()`, and similar
|