dune-alugrid
3.0.0
|
#include <dune/common/parallel/collectivecommunication.hh>
#include <dune/common/parallel/mpicollectivecommunication.hh>
Go to the source code of this file.
Classes | |
struct | Dune::ALUGridNoComm |
type of class for specialization of serial ALUGrid (No_Comm as communicator) More... | |
struct | Dune::ALUGridMPIComm |
type of class for specialization of parallel ALUGrid (MPI_Comm as communicator) More... | |
class | Dune::ALUGrid< dim, dimworld, elType, refineType, Comm > |
unstructured parallel implementation of the DUNE grid interface More... | |
struct | Dune::ALUGridBaseGrid< dim, dimw, elType, Comm > |
Namespaces | |
Dune | |
Macros | |
#define | ALU3DGRID_PARALLEL HAVE_MPI |
Enumerations | |
enum | Dune::ALUGridElementType { Dune::simplex, Dune::cube } |
basic element types for ALUGrid More... | |
enum | Dune::ALUGridRefinementType { Dune::conforming, Dune::nonconforming } |
available refinement types for ALUGrid More... | |
#define ALU3DGRID_PARALLEL HAVE_MPI |