|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
A rule for numerical quadrature (set of points and weights) Can be thought of as a compile-time analogue of mfem::IntegrationRule.
More...
#include <quadrature.hpp>

Public Member Functions | |
| constexpr SMITH_HOST_DEVICE std::size_t | size () const |
| Returns the number of points in the rule. | |
Public Attributes | |
| tensor< double, n > | weights |
| The scalar weights of each point. | |
| tensor< double, n, dim > | points |
| The coordinates in reference space for each quadrature point. | |
A rule for numerical quadrature (set of points and weights) Can be thought of as a compile-time analogue of mfem::IntegrationRule.
| n | The number of points in the rule |
| dim | The spatial dimension of integration |
Definition at line 28 of file quadrature.hpp.