- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <alugrid.hh>
Public Member Functions | |
| ALUCubeGrid (const std::string macroName, int mpiComm=0) | |
| constructor for creating ALUCubeGrid from given macro grid file | |
| ALUCubeGrid (int myrank=-1) | |
| constructor creating empty grid | |
| Dune::ALUCubeGrid< 3, 3 >::ALUCubeGrid | ( | const std::string | macroName, | |
| int | mpiComm = 0 | |||
| ) | [inline] |
constructor for creating ALUCubeGrid from given macro grid file
| macroName | filename for macro grid in ALUGrid hexa format | |
| mpiComm | MPI Communicator (when HAVE_MPI == 1 then mpiComm is of type MPI_Comm and the default value is MPI_COMM_WORLD) |