|
Panzer
Version of the Day
|
Go to the documentation of this file.
44 #ifndef PANZER_INTEGRATION_DESCRIPTOR_HPP
45 #define PANZER_INTEGRATION_DESCRIPTOR_HPP
117 void setup(
const int cubature_order,
const int integration_type,
const int side=-1);
139 struct hash<
panzer::IntegrationDescriptor>
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.
int _integration_type
Type of integration.
std::size_t getKey() const
Get unique key associated with integrator of this order and type The key is used to sort through a ma...
No integral specified - default state.
int _cubature_order
Order of integration (Order of polynomial this integrator is designed for)
Integral over all sides of cells (closed surface integral)
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.
Integral over a specific side of cells (side must be set)
const int & getType() const
Get type of integrator.
virtual ~IntegrationDescriptor()=default
Destructor.