Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
AdaptiveB::AdaptiveLevel Struct Referencenumercical 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().
|
|
IndexSet* | IS |
| | 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
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001
|