Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Member Functions | Public Attributes | List of all members
serac::QuadratureRule< n, dim > Struct Template Reference

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>

Collaboration diagram for serac::QuadratureRule< n, dim >:
Collaboration graph
[legend]

Public Member Functions

constexpr SERAC_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.
 

Detailed Description

template<int n, int dim>
struct serac::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.

Template Parameters
nThe number of points in the rule
dimThe spatial dimension of integration

Definition at line 28 of file quadrature.hpp.


The documentation for this struct was generated from the following file: