Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces | Functions
quadrature.hpp File Reference

Definitions of quadrature rules for quads and hexes. More...

#include "tensor.hpp"
#include "polynomials.hpp"
#include "finite_element.hpp"
Include dependency graph for quadrature.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  smith::QuadratureRule< n, dim >
 A rule for numerical quadrature (set of points and weights) Can be thought of as a compile-time analogue of mfem::IntegrationRule. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Functions

template<mfem::Geometry::Type g, int Q>
constexpr SMITH_HOST_DEVICE auto smith::GaussQuadratureRule ()
 Returns the Gauss-Legendre quadrature rule for an element and order. More...
 

Detailed Description

Definitions of quadrature rules for quads and hexes.

Definition in file quadrature.hpp.