|
Spectral Signal Processing Suite v1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--signal.example.rEulerData
Reactive Eulter Equations on [-1,1] at t=0.5.
| Field Summary | |
double |
A
|
double |
alpha
|
double |
B
|
double[] |
data
The Chebyshev SSV solution on a mapped grid formed with map 1 and alpha = 0.9999 |
double[] |
exact
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. |
boolean |
hasExact
|
int |
map
|
int |
N
|
boolean |
twoD
|
double |
uMax
|
double |
uMin
|
| Constructor Summary | |
rEulerData()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int N
public double A
public double B
public double uMin
public double uMax
public double alpha
public int map
public boolean hasExact
public boolean twoD
public double[] data
public double[] exact
| Constructor Detail |
public rEulerData()
|
Spectral Signal Processing Suite v1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||