9#include "../sgrid/depth.h"
10#include "../sgrid/sparseGrid.h"
12class PrewaveletMatrixHomogen {
16 ~PrewaveletMatrixHomogen();
18 static int convert(
int i,
int j,
int I);
20 void create(IndexDimension StartIndex,
int dir);
22 void solve(
double *x,
double *b);
45class PrewaveletMatrixInhomogen {
49 ~PrewaveletMatrixInhomogen();
51 static int convert(
int i,
int j,
int I);
53 void create(IndexDimension StartIndex,
int dir);
55 void solve(
double *x,
double *b);
Definition sparseGrid.h:86