petsc-3.9.4 2018-09-11
Report Typos and Errors

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 on TS

Input Parameter

ts -the TS context

Output Parameter

names -the names of the components, final string must be NULL

Notes: If the TS object does not have a TSMonitorLGCtx associated with it then this function is ignored

Keywords

TS, vector, monitor, view

See Also

TSMonitorSet(), TSMonitorDefault(), VecView(), TSMonitorLGSetDisplayVariables()

Level

intermediate

Location

src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages