|
Panzer
Version of the Day
|
Go to the documentation of this file.
47 #include "Teuchos_Assert.hpp"
59 setup(cubature_order, integration_type, side);
74 _key = std::hash<IntegrationDescriptor>()(*this);
std::size_t _key
Unique key associated with integrator.
Control volume side integral.
const int & getSide() const
Get side associated with integration - this is for backward compatibility.
void hash_combine(std::size_t &seed, const T &v)
int _integration_type
Type of integration.
#define TEUCHOS_ASSERT(assertion_test)
int _cubature_order
Order of integration (Order of polynomial this integrator is designed for)
Integral over all sides of cells (closed surface integral)
std::size_t operator()(const panzer::IntegrationDescriptor &desc) const
IntegrationDescriptor()
Constructor for empty integrator.
void setup(const int cubature_order, const int integration_type, const int side=-1)
Setup function.
const int & getOrder() const
Get order of integrator.
int _side
Side associated with integration - this is for backward compatibility.
const int & getType() const
Get type of integrator.