Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
MPI weights. 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 > | |
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... | |
MPI weights.