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

Function discretization routines on X-point topology. More...

#include "gridX.h"
#include "evaluation.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.
 

Functions

template<class UnaryOp , class real_type >
thrust::host_vector< real_type > dg::evaluate (UnaryOp f, const RealGridX1d< real_type > &g)
 Evaluate a 1d function on grid coordinates. More...
 
template<class BinaryOp , class real_type >
thrust::host_vector< real_type > dg::evaluate (const BinaryOp &f, const aRealTopologyX2d< real_type > &g)
 Evaluate a 2d function on grid coordinates. More...
 
template<class TernaryOp , class real_type >
thrust::host_vector< real_type > dg::evaluate (const TernaryOp &f, const aRealTopologyX3d< real_type > &g)
 Evaluate a 3d function on grid coordinates. More...
 

Detailed Description

Function discretization routines on X-point topology.