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  

AdaptiveB::AdaptiveLevel Struct Reference

numercical data and set of active indices on a single level. More...

#include <Adaptive1D.hpp>

List of all members.

Public Methods

 AdaptiveLevel ()
 default constructor.

int Init (int size)
 initialization, returns 1 if
Parameters:
size   max. size of vector for data and index set.


int InitD (int size)
 initialize just d, IS is copied from another index set owned by e.g. another AdaptiveB, see constructor AdaptiveB(AdaptiveB *).

int Print ()
 print short summary.

int Print (char *st, int level, int allflag)
 print almost everything, see AdaptiveB::Print(...).


Public Attributes

bool ISowner
 true, if index set was initialized with Init().

IndexSetIS
 for active indices.

double* d
 vector for numerical data.


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