| 
    Discontinuous Galerkin Library
    
   #include "dg/algorithm.h" 
   | 
 
Convenience functions to create 2D derivatives. More...
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 , size_t Nd> | |
| EllSparseBlockMat< real_type, thrust::host_vector > | dg::create::derivative (unsigned coord, const aRealTopology< real_type, Nd > &g, dg::bc bc, direction dir=centered) | 
| Create a derivative along given coordinate.   | |
| template<class real_type , size_t Nd> | |
| EllSparseBlockMat< real_type, thrust::host_vector > | dg::create::jump (unsigned coord, const aRealTopology< real_type, Nd > &g, dg::bc bc) | 
| Create a jump matrix along given coordinate.   | |
Convenience functions to create 2D derivatives.