petsc-3.7.7 2017-09-25
Report Typos and Errors

TSMonitorLGCtxSetVariableNames

Sets the name of each component in the solution vector so that it may be displayed in the plot

Synopsis

#include "petscts.h"  
PetscErrorCode  TSMonitorLGCtxSetVariableNames(TSMonitorLGCtx ctx,const char * const *names)
Collective on TS

Input Parameters

ts - the TS context
names - the names of the components, final string must be NULL

Keywords

TS, vector, monitor, view

See Also

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

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