The reference solution is computed using the Nessayahu-Tadmor method with N=2000 (interpolated with cubic
option of Matlabs interp1 back to the spectral grid with N=512) and a very small time step.
The reference solution is computed using Roe's Method with N=1024 (interpolated with cubic
option of Matlabs interp1 back to the CGL grid with N=256) and a very small time step.
Given a function u, critical threshold JCRIT, and enhancement exponent Q, and a neighborhood parameter NE,
the method returns the edge series uE, the nonlinear enhancement uNLE, a Vector d containing the edge locations.
The hyprid class contains one public method postProcess() which applies the
Gegenbauer Reconstruction Procedure (GRP) in regions (d-EPS,d+EPS) and an exponential filter
exp(-alpha([k/N]^gamma)) at points which fall outside these intervals.