Discontinuous Galerkin Library
#include "dg/algorithm.h"
mpi_grid.h File Reference

MPI Grid objects. More...

#include <cmath>
#include "dg/backend/mpi_vector.h"
#include "dg/enums.h"
#include "grid.h"

Go to the source code of this file.

Classes

struct  dg::aRealMPITopology2d< real_type >
 2D MPI abstract grid class More...
 
struct  dg::aRealMPITopology3d< real_type >
 3D MPI Grid class More...
 
struct  dg::RealMPIGrid2d< real_type >
 The simplest implementation of aRealMPITopology2d. More...
 
struct  dg::RealMPIGrid3d< real_type >
 The simplest implementation of aRealMPITopology3d. More...
 

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.
 
namespace  dg::x
 

Typedefs

using dg::MPIGrid2d = dg::RealMPIGrid2d< double >
 
using dg::MPIGrid3d = dg::RealMPIGrid3d< double >
 
using dg::aMPITopology2d = dg::aRealMPITopology2d< double >
 
using dg::aMPITopology3d = dg::aRealMPITopology3d< double >
 
using dg::x::Grid2d = MPIGrid2d
 
using dg::x::Grid3d = MPIGrid3d
 
using dg::x::aTopology2d = aMPITopology2d
 
using dg::x::aTopology3d = aMPITopology3d
 

Detailed Description

MPI Grid objects.