Discontinuous Galerkin Library
#include "dg/algorithm.h"
Loading...
Searching...
No Matches
Collaboration diagram for Geometry classes:

Classes

struct  dg::aRealGeometry2d< real_type >
 This is the abstract interface class for a two-dimensional Geometry. More...
 
struct  dg::aRealGeometry3d< real_type >
 This is the abstract interface class for a three-dimensional Geometry. More...
 
struct  dg::aRealProductGeometry3d< real_type >
 A 3d product space Geometry \( g_{2d} \otimes g_{1d}\). More...
 
struct  dg::RealCartesianGrid2d< real_type >
 Two-dimensional Grid with Cartesian metric. More...
 
struct  dg::RealCartesianGrid3d< real_type >
 Three-dimensional Grid with Cartesian metric. More...
 
struct  dg::RealCylindricalGrid3d< real_type >
 three-dimensional Grid with Cylindrical metric More...
 
struct  dg::aRealMPIGeometry2d< real_type >
 This is the abstract interface class for a two-dimensional Geometry. More...
 
struct  dg::aRealMPIGeometry3d< real_type >
 This is the abstract interface class for a three-dimensional MPIGeometry. More...
 
struct  dg::aRealProductMPIGeometry3d< real_type >
 A 3d product space Geometry \( g_{2d} \otimes g_{1d}\). More...
 
struct  dg::RealCartesianMPIGrid2d< real_type >
 The mpi version of RealCartesianGrid2d. More...
 
struct  dg::RealCartesianMPIGrid3d< real_type >
 The mpi version of RealCartesianGrid3d. More...
 
struct  dg::RealCylindricalMPIGrid3d< real_type >
 the mpi version of RealCylindricalGrid3d More...
 
struct  dg::RealCartesianRefinedGrid2d< real_type >
 Refined RealCartesian grid. More...
 
struct  dg::RealCartesianRefinedGrid3d< real_type >
 Refined RealCartesian grid. More...
 

Detailed Description