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

General negative elliptic operators. More...

#include "blas.h"
#include "enums.h"
#include "backend/memory.h"
#include "topology/evaluation.h"
#include "topology/derivatives.h"
#include "topology/mpi_derivatives.h"
#include "topology/mpi_evaluation.h"
#include "topology/geometry.h"

Go to the source code of this file.

Classes

class  dg::Elliptic1d< Geometry, Matrix, Container >
 A 1d negative elliptic differential operator \( -\partial_x ( \chi \partial_x ) \). More...
 
class  dg::Elliptic2d< Geometry, Matrix, Container >
 A 2d negative elliptic differential operator \( -\nabla \cdot ( \mathbf{\chi}\cdot \nabla ) \). More...
 
class  dg::Elliptic3d< Geometry, Matrix, Container >
 A 3d negative elliptic differential operator \( -\nabla \cdot ( \mathbf{\chi}\cdot \nabla ) \). More...
 

Namespaces

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

Typedefs

template<class Geometry , class Matrix , class Container >
using dg::Elliptic = Elliptic2d< Geometry, Matrix, Container >
 A 2d negative elliptic differential operator \( -\nabla \cdot ( \mathbf{\chi}\cdot \nabla ) \). More...
 

Detailed Description

General negative elliptic operators.