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

Creation of projection matrices for X point topology. More...

#include "projection.h"
#include "gridX.h"

Go to the source code of this file.

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.
 
namespace  dg::create
 Contains functions used for matrix creation.
 

Functions

template<class real_type >
cusp::coo_matrix< int, real_type, cusp::host_memory > dg::create::projection (const RealGridX1d< real_type > &g_new, const RealGridX1d< real_type > &g_old, std::string method="dg")
 Create a projection between two grids. More...
 
template<class real_type >
cusp::coo_matrix< int, real_type, cusp::host_memory > dg::create::projection (const aRealTopologyX2d< real_type > &g_new, const aRealTopologyX2d< real_type > &g_old, std::string method="dg")
 Create a projection between two grids. More...
 
template<class real_type >
cusp::coo_matrix< int, real_type, cusp::host_memory > dg::create::projection (const aRealTopologyX3d< real_type > &g_new, const aRealTopologyX3d< real_type > &g_old, std::string method="dg")
 Create a projection between two grids. More...
 

Detailed Description

Creation of projection matrices for X point topology.