H2Lib  3.0
Data Fields
_leveldir Struct Reference

Families of directions for all levels of the cluster tree. More...

#include <dcluster.h>

Data Fields

uint depth
 Depth of the cluster tree.
 
uint dim
 Spatial dimension.
 
preal maxdiam
 Diameter of largest cluster on this level.
 
uintsplits
 Splitting parameters.
 
uintdirections
 Number of directions.
 
preal ** dir
 Directions, type real dir[depth][directions][dim]
 
preal dirmem
 Auxiliary storage.
 

Detailed Description

Families of directions for all levels of the cluster tree.

Directional interpolation requires that row and column clusters share the same directions. This is easily achieved by using the same directions for all clusters on a given level and ensuring the the row and column clusters of blocks are always on the same level, i.e., that the block tree is level-consistent.


The documentation for this struct was generated from the following file: