Department of Scientific Computing   
Institute for Numerical Simulation   
University of Bonn   
Documentation
Download
Programming References
Bug Reports / Suggestions
FAQ
Authors
next up previous
Next: Operators Up: Data Structures Previous: BlendingData<DIM>


AdaptiveData<DIM>

AdaptiveData is used to store wavelet coefficients or nodal values for the fully adaptive case. AdaptiveData is an array of vectors where each vector contains e.g. the wavelet coefficients for one level ${\bf l}$. Of course we need additional information which component of a vector corresponds to which index $({\bf l,t})$. This logical information is stored in AdaptiveGrid<DIM>. An instance of AdaptiveData must be attached to an AdaptiveGrid<DIM>. Usually there are several AdaptiveDatas associated to a single AdaptiveGrid. In this way the logical information needs to be stored only once.

AdaptiveData provides a large set of functions for creation, manipulation, data access, linear algebra, IO and evaluation of operators, see the Programming References for details.


koster 2003-07-29