|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
#include "Elements.hpp"#include "Quadratures/QuadratureBase.hpp"#include "Quadratures/Line.hpp"#include "Quadratures/Tri.hpp"#include "Quadratures/Tet.hpp"#include "Quadratures/GaussJacobi.hpp"Go to the source code of this file.
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::Geom |
| namespace | DNDS::Geom::Elem |
Functions | |
| constexpr t_index | DNDS::Geom::Elem::GetQuadratureScheme (ParamSpace ps, int int_order) |
| template<class TPoint > | |
| void | DNDS::Geom::Elem::GetQuadraturePoint (ParamSpace ps, t_index scheme, int iG, TPoint &pParam, t_real &w) |