/// <summary> /// Usual plotting /// </summary> protected override void PlotCurrentState(double physTime, TimestepNumber timestepNo, int superSampling = 0) { Tecplot.PlotFields( ArrayTools.Cat <DGField>( f1Gradient_Analytical, f1Gradient_Numerical, f1, GridData.BoundaryMark(), Laplace_f1_Numerical, Laplace_f2_Numerical, f2), "derivatives", 0.0, superSampling); }