#include "petscts.h" PetscErrorCode TSMonitorSPEigCtxCreate(MPI_Comm comm,const char host[],const char label[],int x,int y,int m,int n,PetscInt howoften,TSMonitorSPEigCtx *ctx)Collective on TS
host | - the X display to open, or null for the local machine | |
label | - the title to put in the title bar | |
x, y | - the screen coordinates of the upper left coordinate of the window | |
m, n | - the screen width and height in pixels | |
howoften | - if positive then determines the frequency of the plotting, if -1 then only at the final time |
ctx | - the context |
-ts_monitor_sp_eig | - plot egienvalues of linearized right hand side |
Currently only works if the Jacobian is provided explicitly.
Currently only works for ODEs u_t - F(t,u) = 0; that is with no mass matrix.