Home
last modified time | relevance | path

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

/petsc/src/ts/impls/eimex/
H A Deimex.c10 PetscInt max_rows; /* Maximum number of rows */ member
107 if (ext->ord_adapt && ext->nstages < ext->max_rows) { in TSStep_EIMEX()
109 while (!accept && ext->nstages < ext->max_rows) { in TSStep_EIMEX()
139 … if (ext->nstages == ext->max_rows) PetscCall(PetscInfo(ts, "Max number of rows has been used\n")); in TSStep_EIMEX()
326 PetscCall(TSEIMEXSetRowCol(ts, ext->max_rows, ext->max_rows)); in TSSetUp_EIMEX()
335 …ext->nstages = ext->max_rows; /* by default nstages is the same as max_rows, this can be changed b… in TSSetUp_EIMEX()
452 ext->max_rows = nrows; in TSEIMEXSetMaxRows_EIMEX()
464 …PetscCheck(row <= ext->max_rows && col <= ext->max_rows, ((PetscObject)ts)->comm, PETSC_ERR_ARG_OU… in TSEIMEXSetRowCol_EIMEX()
465 ext->max_rows); in TSEIMEXSetRowCol_EIMEX()
545 ext->max_rows = TSEIMEXDefault; in TSCreate_EIMEX()