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  

LevelAdaptiveGrid Class Template Reference

For level adaptive data, the adaptive grid just consists of an Boolean array a[].
If a[l]==true then the subspace W_l is part of the ansatz space. More...

#include <LevelAdaptive.hpp>

List of all members.

Public Methods

 LevelAdaptiveGrid ()
 default constructor.

 LevelAdaptiveGrid (int *L0, int *L, Wavelets *W)
 with coarsest and finest level.

void Init (int *L0, int *L, Wavelets *W)
 see above.

void Clear ()
 clear all flags.

void Set (Function *F, double c)
 mark active subspaces: F(l) <= c.

void Print ()
 print array.

size_t Size ()
 return size of active subspaces.


Public Attributes

Matrix<bool,DIM>* a
 array of flags.

template<int DIM> class LevelAdaptiveGrid


The documentation for this class was generated from the following files:
Generated at Mon Aug 19 10:02:33 2002 for AWFD by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001