36 #ifndef __H__UG__LIB_DISCRETIZATION__QUADRATURE__GAUSS_QUADRATURE__HEXAHEDRON__
37 #define __H__UG__LIB_DISCRETIZATION__QUADRATURE__GAUSS_QUADRATURE__HEXAHEDRON__
48 :
public GaussQuadBase<GaussQuadrature<ReferenceHexahedron, 2>, 3, 2, 8>{};
52 :
public GaussQuadBase<GaussQuadrature<ReferenceHexahedron, 3>, 3, 3, 6>{};
56 :
public GaussQuadBase<GaussQuadrature<ReferenceHexahedron, 5>, 3, 5, 14>{};
60 :
public GaussQuadBase<GaussQuadrature<ReferenceHexahedron, 7>, 3, 7, 31>{};
64 :
public GaussQuadBase<GaussQuadrature<ReferenceHexahedron, 8>, 3, 8, 47>{};
68 :
public GaussQuadBase<GaussQuadrature<ReferenceHexahedron, 9>, 3, 9, 58>{};
72 :
public GaussQuadBase<GaussQuadrature<ReferenceHexahedron, 11>, 3, 11, 90>{};
wrapper to ease implementation
Definition: gauss_quad.h:49
fixed order gauss quadrature
Definition: gauss_quad.h:44
reference element for a hexahedron
Definition: reference_element.h:648