Discontinuous Galerkin Library
#include "dg/algorithm.h"
Loading...
Searching...
No Matches
mpi_derivatives.h File Reference
#include "dg/backend/sparseblockmat.h"
#include "dg/backend/mpi_matrix.h"
#include "dg/backend/typedefs.h"
#include "functions.h"
#include "derivatives.h"
#include "mpi_grid.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 , size_t Nd>
dg::MHMatrix_t< real_type > dg::create::derivative (unsigned coord, const aRealMPITopology< real_type, Nd > &g, dg::bc bc, direction dir=centered)
 Create a derivative along the given coordinate for mpi.
 
template<class real_type , size_t Nd>
dg::MHMatrix_t< real_type > dg::create::jump (unsigned coord, const aRealMPITopology< real_type, Nd > &g, dg::bc bc)
 Create a jump matrix along given coordinate for mpi.