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  

T.cc

00001 #include "Adaptive1D.hpp"
00002 
00003 // u(x) = (x-0.5)^6
00004 // u'(0)= -6/32
00005 // u'(1)=  6/32 
00006 
00007 int debugRefine ;
00008 int main() {
00009   Wavelets WC("Interpolet",4) ;
00010 
00011   long s=1000000000 ;
00012   double *d=new double[s] ;
00013   printf("%d\n",(size_t)d) ;
00014 }

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