PETSc version 3.16.6
Fix/Edit manual page

TSARKIMEXSetFullyImplicit

Solve both parts of the equation implicitly

Synopsis

#include "petscts.h"   
PetscErrorCode TSARKIMEXSetFullyImplicit(TS ts,PetscBool flg)
Logically collective

Input Parameters

ts - timestepping context
flg - PETSC_TRUE for fully implicit

See Also

TSARKIMEXGetType(), TSARKIMEXGetFullyImplicit()

Level

intermediate

Location

src/ts/impls/arkimex/arkimex.c

Examples

src/ts/tutorials/extchem.c.html
src/ts/tutorials/extchemfield.c.html

Implementations

TSARKIMEXSetFullyImplicit_ARKIMEX in src/ts/impls/arkimex/arkimex.c

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages