Department of Scientific Computing   
Institute for Numerical Simulation   
University of Bonn   
Documentation
Download
Programming References
Bug Reports / Suggestions
FAQ
Authors
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

WENO.hpp

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 

Generated at Mon Aug 19 10:02:32 2002 for AWFD by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001