|
00001 // 00002 // Functions for WENO scheme of order 2 or 3 in 1D 00003 // 00004 #ifndef _WENO_HPP_ 00005 # define _WENO_HPP_ 00006 00007 # include "NonAdaptive.hpp" 00008 00009 // for test purposes 00010 //void WENO_Apply(double *d,int *BCd , int *dec, double *c,int *BCc , Wavelets *W ,int J,int , double DX) ; 00011 00012 #endif 00013 00014 00015