Home
last modified time | relevance | path

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

/petsc/src/ts/impls/eimex/
H A Deimex.c355 PetscInt tindex[2]; in TSSetFromOptions_EIMEX() local
359 tindex[0] = TSEIMEXDefault; in TSSetFromOptions_EIMEX()
360 tindex[1] = TSEIMEXDefault; in TSSetFromOptions_EIMEX()
366 …eimex_row_col", "Return the specific term in the T table", "TSEIMEXSetRowCol", tindex, &np, &flg)); in TSSetFromOptions_EIMEX()
367 if (flg) PetscCall(TSEIMEXSetRowCol(ts, tindex[0], tindex[1])); in TSSetFromOptions_EIMEX()