:orphan: # TSMonitorLGGetVariableNames Gets the name of each component in the solution vector so that it may be displayed in the plot ## Synopsis ``` #include "petscts.h" PetscErrorCode TSMonitorLGGetVariableNames(TS ts, const char *const **names) ``` Collective ## Input Parameter - ***ts -*** the `TS` context ## Output Parameter - ***names -*** the names of the components, final string must be `NULL` ## Note If the `TS` object does not have a `TSMonitorLGCtx` associated with it then this function is ignored ## See Also [](ch_ts), `TS`, `TSMonitorSet()`, `TSMonitorDefault()`, `VecView()`, `TSMonitorLGSetDisplayVariables()` ## Level intermediate ## Location src/ts/interface/tsmon.c ## Examples src/ts/tutorials/extchemfield.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/tsmon.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)