49 #ifndef INTREPID_CUBATURE_CONTROLVOLUMESIDE_HPP
50 #define INTREPID_CUBATURE_CONTROLVOLUMESIDE_HPP
53 #include "Teuchos_Assert.hpp"
54 #include "Shards_CellTopology.hpp"
62 template<
class Scalar,
class ArrayPo
int,
class ArrayWeight>
79 ArrayWeight& cubWeights)
const;
89 ArrayWeight& cubWeights,
90 ArrayPoint& cellCoords)
const;
103 void getAccuracy(std::vector<int> & accuracy)
const;
135 #include "Intrepid_CubatureControlVolumeSideDef.hpp"
140 #if defined(Intrepid_SHOW_DEPRECATED_WARNINGS)
142 #warning "The Intrepid package is deprecated"
CubatureControlVolumeSide(const Teuchos::RCP< const shards::CellTopology > &cellTopology)
int cubDimension_
Dimension of integration domain.
int getDimension() const
Returns dimension of integration domain.
Teuchos::RCP< const shards::CellTopology > primaryCellTopo_
The topology of the primary cell.
int numPoints_
The number of cubature points.
void getAccuracy(std::vector< int > &accuracy) const
Returns max. degree of polynomials that are integrated exactly on each triangle. The return vector ha...
void getCubature(ArrayPoint &cubPoints, ArrayWeight &cubWeights) const
Returns cubature points and weights Method for reference space cubature - throws an exception...
int degree_
The degree of the polynomials that are integrated exactly.
Teuchos::RCP< const shards::CellTopology > subCVCellTopo_
The topology of the sub-control volume.
Defines the base class for cubature (integration) rules in Intrepid.
Header file for the Intrepid::Cubature class.
Defines cubature (integration) rules over control volumes.
int getNumPoints() const
Returns the number of cubature points.