Dune::ALUCubeGrid< dim, dimworld > Class Template Reference
[Grid ImplementationsALUCubeGrid]

#include <alugrid.hh>


Detailed Description

template<int dim, int dimworld>
class Dune::ALUCubeGrid< dim, dimworld >

[ provides Dune::Grid ] 3D grid with support for hexahedrons.

The ALUCubeGrid implements the Dune GridInterface for 3d hexahedral meshes. This grid can be locally adapted (non-conforming) and used in parallel computations using dynamcic load balancing.

Note:
Adaptive parallel grid supporting dynamic load balancing, written mainly by Bernard Schupp. This grid supports hexahedrons - a 2d/3d simplex grid is also available via the grid implementation ALUSimplexGrid or ALUConformGrid.
(see ALUGrid homepage: http://www.mathematik.uni-freiburg.de/IAM/Research/alugrid/)

Two tools are available for partitioning :


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

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)