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

base topology classes More...

#include <cassert>
#include <cmath>
#include <thrust/host_vector.h>
#include "topological_traits.h"
#include "dlt.h"
#include "../enums.h"

Go to the source code of this file.

Classes

struct  dg::RealGrid1d< real_type >
 1D grid More...
 
struct  dg::aRealTopology2d< real_type >
 An abstract base class for two-dimensional grids. More...
 
struct  dg::aRealTopology3d< real_type >
 An abstract base class for three-dimensional grids. More...
 
struct  dg::RealGrid2d< real_type >
 The simplest implementation of aRealTopology2d. More...
 
struct  dg::RealGrid3d< real_type >
 The simplest implementation of aRealTopology3d. More...
 

Namespaces

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

Typedefs

using dg::Grid1d = dg::RealGrid1d< double >
 
using dg::Grid2d = dg::RealGrid2d< double >
 
using dg::Grid3d = dg::RealGrid3d< double >
 
using dg::aTopology2d = dg::aRealTopology2d< double >
 
using dg::aTopology3d = dg::aRealTopology3d< double >
 

Detailed Description

base topology classes