:orphan: # TSARKIMEXGetFullyImplicit Inquires if both parts of the equation are solved implicitly ## Synopsis ``` #include "petscts.h" PetscErrorCode TSARKIMEXGetFullyImplicit(TS ts, PetscBool *flg) ``` Logically Collective ## Input Parameter - ***ts -*** timestepping context ## Output Parameter - ***flg -*** `PETSC_TRUE` for fully implicit ## See Also [](ch_ts), `TSARKIMEXGetType()`, `TSARKIMEXSetFullyImplicit()` ## Level intermediate ## Location src/ts/impls/arkimex/arkimex.c ## Implementations TSARKIMEXGetFullyImplicit_ARKIMEX in src/ts/impls/arkimex/arkimex.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/impls/arkimex/arkimex.c) [Index of all TS routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)