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

a convenience class for generating information about tensor product integration rules from the underlying 1D rule. More...

#include <finite_element.hpp>

Collaboration diagram for serac::TensorProductQuadratureRule< q >:
Collaboration graph
[legend]

Public Member Functions

SERAC_HOST_DEVICE double weight (int ix, int iy) const
 return the quadrature weight for a quadrilateral
 
SERAC_HOST_DEVICE double weight (int ix, int iy, int iz) const
 return the quadrature weight for a hexahedron
 

Public Attributes

tensor< double, q > weights1D
 the weights of the underlying 1D quadrature rule
 
tensor< double, q > points1D
 the abscissae of the underlying 1D quadrature rule
 

Detailed Description

template<int q>
struct serac::TensorProductQuadratureRule< q >

a convenience class for generating information about tensor product integration rules from the underlying 1D rule.

Template Parameters
qhow many quadrature points per dimension

Definition at line 29 of file finite_element.hpp.


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