petsc-3.7.5 2017-01-01
Report Typos and Errors

TSEIMEXSetMaxRows

Set the maximum number of rows for EIMEX schemes

Synopsis

#include "petscts.h"   
PetscErrorCode TSEIMEXSetMaxRows(TS ts, PetscInt nrows)
Logically collective

Input Parameter

ts - timestepping context
nrows - maximum number of rows

See Also

TSEIMEXSetRowCol(), TSEIMEXSetOrdAdapt(), TSEIMEX

Level:intermediate
Location:
src/ts/impls/eimex/eimex.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages