|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <cmath>#include "Types/Vector.h"#include "Utility/IpplException.h"#include "FEM/Elements/Element.h"#include "FEM/Quadrature/Quadrature.hpp"Go to the source code of this file.
Classes | |
| class | ippl::Quadrature< T, NumNodes1D, ElementType > |
| This is the base class for all quadrature rules. More... | |
Namespaces | |
| namespace | ippl |
Functions | |
| template<typename T> | |
| constexpr T | power (T base, unsigned exponent) |
| constexpr unsigned | getNumElementNodes (unsigned NumNodes1D, unsigned Dim) |
|
inlineconstexpr |
Definition at line 17 of file Quadrature.h.
References power().
Referenced by getLagrangeNumElementDOFs(), getNedelecNumElementDOFs(), getNumElementNodes(), and power().