* Internal load balancing based on space filling curves
making DUNE-ALUGrid self contained also in parallel
* Bindings for fully parallel partitioners using [Zoltan][3]
* Complete user control of the load balancing
* Improved memory footprint
The old ALUGrid version is deprecated and not supported anymore.
We have removed the special grid types e.g. ALUConformGrid, ALUSimplexGrid, and ALUCubeGrid.
Instead the type of the grid is always of the form
Dune::ALUGrid<dimgrid,dimworld,eltype,refinetype,communicator> (where communicator has a default value). The values for eltype are cube,simplex and for refinetype the values are conforming, nonconforming defined in the DUNE namespace.
The GRIDTYPE defines can still be used as before.
The define HAVE_ALUGRID will not work correctly anymore. Since DUNE-ALUGrid is now
a dune module the correct name for the define is HAVE_DUNE_ALUGRID.
License
-------
The DUNE-ALUGrid library, headers and test programs are free open-source software,
licensed under version 2 or later of the GNU General Public License.
See the file [LICENSE][4] for full copying permissions.
Installation
------------
For installation instructions please see the [DUNE website][2].