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