#include <alugrid.hh>
[ provides Dune::Grid ]
grid with support for simplicial mesh in 2d and 3d.
The ALUConformGrid implements the Dune GridInterface for 2d triangular and 3d tetrahedral meshes. This grid can be locally adapted (conforming) and used in parallel computations using dynamcic load balancing.
Public Member Functions | |
ALUConformGrid (const std::string macroName) | |
constructor for creating ALUConformGrid from given macro grid file | |
ALUConformGrid () | |
constructor creating empty grid |
Dune::ALUConformGrid< 2, 2 >::ALUConformGrid | ( | const std::string | macroName | ) | [inline] |
constructor for creating ALUConformGrid from given macro grid file
macroName | filename for macro grid in ALUGrid triangle format |