Home
last modified time | relevance | path

Searched refs:TSSetOptionsPrefix (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1f90.F9048 …PetscCallA(TSSetOptionsPrefix(ts, 'ex1_', ierr)) ! should get this from the dm or give it to the dm
H A Dex1.c195 PetscCall(TSSetOptionsPrefix(ts, "nrl_")); in createTS_NRL()
/petsc/src/ts/interface/
H A Dtsrhssplit.c54 PetscCall(TSSetOptionsPrefix(newsplit->ts, prefix)); in TSRHSSplitSetIS()
H A Dts.c4338 PetscErrorCode TSSetOptionsPrefix(TS ts, const char prefix[]) in TSSetOptionsPrefix() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi143 PetscErrorCode TSSetOptionsPrefix(PetscTS, char[])
H A DTS.pyx519 petsc_options, petsc.TSSetOptionsPrefix
524 CHKERR(TSSetOptionsPrefix(self.ts, cval))
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1951 PetscCall(TSSetOptionsPrefix(ts->quadraturets, prefix)); in TSCreateQuadratureTS()
/petsc/include/
H A Dpetscts.h262 PETSC_EXTERN PetscErrorCode TSSetOptionsPrefix(TS, const char[]);
/petsc/doc/manual/
H A Dother.md126 `SNESSetOptionsPrefix()`, `TSSetOptionsPrefix()`, and similar