Home
last modified time | relevance | path

Searched refs:TSEIMEXSetRowCol (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/eimex/
H A Deimex.c326 PetscCall(TSEIMEXSetRowCol(ts, ext->max_rows, ext->max_rows)); in TSSetUp_EIMEX()
333 PetscCall(TSEIMEXSetRowCol(ts, ext->nstages, ext->nstages)); in TSSetUp_EIMEX()
367 if (flg) PetscCall(TSEIMEXSetRowCol(ts, tindex[0], tindex[1])); in TSSetFromOptions_EIMEX()
415 PetscErrorCode TSEIMEXSetRowCol(TS ts, PetscInt row, PetscInt col) in TSEIMEXSetRowCol() function
/petsc/include/
H A Dpetscts.h1264 PETSC_EXTERN PetscErrorCode TSEIMEXSetRowCol(TS, PetscInt, PetscInt);