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

MPI weights. More...

#include "weights.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 >
MPI_Vector< thrust::host_vector< real_type > > dg::create::weights (const aRealMPITopology2d< real_type > &g)
 Nodal weight coefficients. More...
 
template<class real_type >
MPI_Vector< thrust::host_vector< real_type > > dg::create::inv_weights (const aRealMPITopology2d< real_type > &g)
 inverse nodal weight coefficients More...
 
template<class real_type >
MPI_Vector< thrust::host_vector< real_type > > dg::create::weights (const aRealMPITopology2d< real_type > &g, enum coo2d coo)
 nodal weight coefficients More...
 
template<class real_type >
MPI_Vector< thrust::host_vector< real_type > > dg::create::weights (const aRealMPITopology3d< real_type > &g)
 Nodal weight coefficients. More...
 
template<class real_type >
MPI_Vector< thrust::host_vector< real_type > > dg::create::inv_weights (const aRealMPITopology3d< real_type > &g)
 inverse nodal weight coefficients More...
 
template<class real_type >
MPI_Vector< thrust::host_vector< real_type > > dg::create::weights (const aRealMPITopology3d< real_type > &g, enum coo3d coo)
 nodal weight coefficients More...
 

Detailed Description

MPI weights.