26#ifndef _GEMA_HEX_INT_RULE_H_
27#define _GEMA_HEX_INT_RULE_H_
A class storing tables with (position, weight) pairs for line, triangle and tetrahedron Gauss integra...
Definition gmGaussIntegrationTables.h:37
Integration rule for Hex element edges.
Definition gmHexIntegrationRule.h:164
GmHexEdgeIntegrationRule(GmCellType type, GmIntegrationRule *ir)
Constructor. See comments about parameters in GmProxyBorderIntegrationRule.
Definition gmHexIntegrationRule.h:167
Integration rule for Hex element faces.
Definition gmHexIntegrationRule.h:125
GmHexFaceIntegrationRule(GmCellType type, GmIntegrationRule *ir)
Constructor. See comments about parameters in GmProxyBorderIntegrationRule.
Definition gmHexIntegrationRule.h:128
Gauss integration rule for Hex element borders (edges)
Definition gmHexIntegrationRule.h:173
GmHexGaussEdgeIntegrationRule(GmCellType type, int rule)
Constructor.
Definition gmHexIntegrationRule.h:176
GmHexGaussEdgeIntegrationRule(GmCellType type, GmIntegrationRuleType irType, int rule)
Standard constructor to enable the class use with GmCellIntegrationRuleSet.
Definition gmHexIntegrationRule.h:180
Gauss integration rule for Hex element borders (faces)
Definition gmHexIntegrationRule.h:134
GmHexGaussFaceIntegrationRule(GmCellType type, int rule1, int rule2)
Constructor.
Definition gmHexIntegrationRule.h:137
GmHexGaussFaceIntegrationRule(GmCellType type, GmCellFaceType faceType, GmIntegrationRuleType irType, int rule1, int rule2)
Standard constructor to enable the class use with GmCellIntegrationRuleSet.
Definition gmHexIntegrationRule.h:141
3D Isotropic / anisotropic Gauss integration rules for Hex elements
Definition gmHexIntegrationRule.h:45
GmHexGaussIntegrationRule(GmIntegrationRuleType irType, int rule1, int rule2, int rule3)
Standard constructor to enable the class use with GmCellIntegrationRuleSet.
Definition gmHexIntegrationRule.h:60
GmHexGaussIntegrationRule(int xiRule, int etaRule, int zetaRule)
Basic constructor for a 3D Hex integration rule using Gauss rules. Rule from 1 to 5....
Definition gmHexIntegrationRule.h:51
Lobatto integration rule for Hex element borders (edges)
Definition gmHexIntegrationRule.h:186
GmHexLobattoEdgeIntegrationRule(GmCellType type, int rule)
Constructor.
Definition gmHexIntegrationRule.h:189
GmHexLobattoEdgeIntegrationRule(GmCellType type, GmIntegrationRuleType irType, int rule)
Standard constructor to enable the class use with GmCellIntegrationRuleSet.
Definition gmHexIntegrationRule.h:193
Lobatto integration rule for Hex element borders (faces)
Definition gmHexIntegrationRule.h:147
GmHexLobattoFaceIntegrationRule(GmCellType type, int rule1, int rule2)
Constructor.
Definition gmHexIntegrationRule.h:150
GmHexLobattoFaceIntegrationRule(GmCellType type, GmCellFaceType faceType, GmIntegrationRuleType irType, int rule1, int rule2)
Standard constructor to enable the class use with GmCellIntegrationRuleSet.
Definition gmHexIntegrationRule.h:154
3D Isotropic / anisotropic Lobatto integration rules for Hex elements
Definition gmHexIntegrationRule.h:93
GmHexLobattoIntegrationRule(int xiRule, int etaRule, int zetaRule)
Basic constructor for a 3D Hex integration rule using Lobatto rules. Rule from 1 to 11....
Definition gmHexIntegrationRule.h:99
GmHexLobattoIntegrationRule(GmIntegrationRuleType irType, int rule1, int rule2, int rule3)
Standard constructor to enable the class use with GmCellIntegrationRuleSet.
Definition gmHexIntegrationRule.h:108
3D Isotropic / anisotropic Newton cotes integration rules for Hex elements
Definition gmHexIntegrationRule.h:69
GmHexNewtonIntegrationRule(GmIntegrationRuleType irType, int rule1, int rule2, int rule3)
Standard constructor to enable the class use with GmCellIntegrationRuleSet.
Definition gmHexIntegrationRule.h:84
GmHexNewtonIntegrationRule(int xiRule, int etaRule, int zetaRule, bool closed)
Basic constructor for a 3D Hex integration rule using Newton Cotes rules. Rule from 1 to 5....
Definition gmHexIntegrationRule.h:75
Integration rule base classe.
Definition gmIntegrationRule.h:89
1D Gauss Integration rules (for bar elements)
Definition gmBarIntegrationRule.h:37
1D Lobatto Integration rules (for bar elements)
Definition gmBarIntegrationRule.h:84
A helper class used to combine 1, 2 or 3 single "line" integration rule tables into a multi-dimension...
Definition gmIntegrationRule.h:192
A class storing tables with (position, weight) pairs for line Lobatto integration rules.
Definition gmLobattoIntegrationTables.h:36
A class storing tables with (position, weight) pairs for line, triangle and tetrahedron Open & closed...
Definition gmNewtonCotesIntegrationTables.h:37
Common code for border integration rules based on a given integration rule that is used to implement ...
Definition gmBorderIntegrationRule.h:75
2D Isotropic / anisotropic Gauss integration rules for Quad elements
Definition gmQuadIntegrationRule.h:43
2D Isotropic / anisotropic Lobatto integration rules for Quad elements
Definition gmQuadIntegrationRule.h:89
Declaration of the GmLineXxxxIntegrationRule family of classes Content previously in gmIntegrationRul...
Declaration of the GmBorderIntegrationRule and GmProxyBorderIntegrationRule classes.
GmCellType
Mesh Cell types. Don't change type orders or add types without reading comments below.
Definition gmCellType.h:31
GmCellFaceType
The type of a 3D element's face.
Definition gmCellType.h:136
#define GMC_API_EXPORT
Macro for controlling if the class is being exported (GEMA_CORE_LIB defined) or imported (GEMA_CORE_L...
Definition gmCoreConfig.h:35
Declaration of the set of tables defining Gauss integration rule points and weights Content was previ...
Declaration of the GmIntegrationRule class and its helper decendants.
@ GM_HEX_LIR_KEY
Base cache key for 3D Lobatto hex rules.
Definition gmIntegrationRule.h:60
@ GM_HEX_GIR_KEY
Base cache key for 3D Gauss hex rules.
Definition gmIntegrationRule.h:45
@ GM_HEX_NIR_KEY
Base cache key for 3D Newton cotes hex rules.
Definition gmIntegrationRule.h:54
GmIntegrationRuleType
The type of desired integration rule (Gauss quadrature, Lobatto quadrature, etc)
Definition gmIntegrationRule.h:68
@ GM_CLOSED_NEWTON_RULE_TYPE
Closed Newton-Cotes rules.
Definition gmIntegrationRule.h:77
@ GM_GAUSS_RULE_TYPE
Gauss rules.
Definition gmIntegrationRule.h:75
@ GM_LOBATTO_RULE_TYPE
Lobatto rules.
Definition gmIntegrationRule.h:76
@ GM_OPEN_NEWTON_RULE_TYPE
Open Newton-Cotes rules.
Definition gmIntegrationRule.h:78
Declaration of the set of tables defining Lobatto integration rule points and weights Content was pre...
Declaration of the set of tables defining Newton Cotes integration rule points and weights Content wa...
Declaration of the GmQuadXxxxIntegrationRule family of classes, including border rules....