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

base X-point topology classes More...

#include <cassert>
#include <cmath>
#include "dlt.h"
#include "grid.h"
#include "../enums.h"

Go to the source code of this file.

Classes

struct  dg::RealGridX1d< real_type >
 1D grid for X-point topology More...
 
struct  dg::aRealTopologyX2d< real_type >
 A 2D grid class with X-point topology. More...
 
struct  dg::RealGridX2d< real_type >
 The simplest implementation of aRealTopologyX2d. More...
 
struct  dg::aRealTopologyX3d< real_type >
 A 3D grid class with X-point topology. More...
 
struct  dg::RealGridX3d< real_type >
 The simplest implementation of aRealTopologyX3d. More...
 

Namespaces

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

Typedefs

using dg::GridX1d = dg::RealGridX1d< double >
 
using dg::GridX2d = dg::RealGridX2d< double >
 
using dg::GridX3d = dg::RealGridX3d< double >
 
using dg::aTopologyX2d = dg::aRealTopologyX2d< double >
 
using dg::aTopologyX3d = dg::aRealTopologyX3d< double >
 

Detailed Description

base X-point topology classes