|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Creation functions for integration weights and their inverse. More...
#include <thrust/host_vector.h>#include "grid.h"#include "../functors.h"#include "../blas1.h"#include "../enums.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 Topology > | |
| auto | dg::create::weights (const Topology &g) |
| Nodal weight coefficients. | |
| template<class Topology > | |
| auto | dg::create::weights (const Topology &g, std::array< bool, Topology::ndim()> remains) |
| Nodal weight coefficients on a subset of dimensions. | |
| template<class Topology > | |
| auto | dg::create::inv_weights (const Topology &g) |
| Inverse nodal weight coefficients. | |
Creation functions for integration weights and their inverse.