|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Creation functions for finite element utilities. More...
#include "weights.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 > | |
| thrust::host_vector< real_type > | dg::create::fem_weights (const RealGrid1d< real_type > &g) |
| finite element weight coefficients | |
| template<class real_type > | |
| thrust::host_vector< real_type > | dg::create::fem_inv_weights (const RealGrid1d< real_type > &g) |
| inverse finite element weight coefficients | |
| template<class real_type > | |
| thrust::host_vector< real_type > | dg::create::fem_weights (const aRealTopology2d< real_type > &g) |
| finite element weight coefficients | |
| template<class real_type > | |
| thrust::host_vector< real_type > | dg::create::fem_inv_weights (const aRealTopology2d< real_type > &g) |
| inverse finite element weight coefficients | |
| template<class real_type > | |
| thrust::host_vector< real_type > | dg::create::fem_weights (const aRealTopology3d< real_type > &g) |
| finite element weight coefficients | |
| template<class real_type > | |
| thrust::host_vector< real_type > | dg::create::fem_inv_weights (const aRealTopology3d< real_type > &g) |
| inverse finite element weight coefficients | |
Creation functions for finite element utilities.