Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Creation functions for integration weights and their inverse on X-point topology. 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 > | |
thrust::host_vector< real_type > | dg::create::weights (const dg::RealGridX1d< real_type > &g) |
Nodal weight coefficients. More... | |
template<class real_type > | |
thrust::host_vector< real_type > | dg::create::inv_weights (const RealGridX1d< real_type > &g) |
inverse nodal weight coefficients More... | |
template<class real_type > | |
thrust::host_vector< real_type > | dg::create::weights (const aRealTopologyX2d< real_type > &g) |
Nodal weight coefficients. More... | |
template<class real_type > | |
thrust::host_vector< real_type > | dg::create::inv_weights (const aRealTopologyX2d< real_type > &g) |
inverse nodal weight coefficients More... | |
template<class real_type > | |
thrust::host_vector< real_type > | dg::create::weights (const aRealTopologyX3d< real_type > &g) |
Nodal weight coefficients. More... | |
template<class real_type > | |
thrust::host_vector< real_type > | dg::create::inv_weights (const aRealTopologyX3d< real_type > &g) |
inverse nodal weight coefficients More... | |
Creation functions for integration weights and their inverse on X-point topology.