In file intrule.hpp:

class IntegrationRules


Documentation


Public Methods

[more] IntegrationRules()
[more] ~IntegrationRules()
[more]const IntegrationRule& SelectIntegrationRule(ELEMENT_TYPE eltyp, int order)
[more]const IntegrationRule& SelectLumpingIntegrationRule(ELEMENT_TYPE eltyp)
[more]const IntegrationRule& SelectNodalIntegrationRule(ELEMENT_TYPE eltyp, int order)
[more]const IntegrationRule& PrismFaceMidPoint() const
[more]const ARRAY<IntegrationPoint*> & GetIntegrationPoints(ELEMENT_TYPE eltyp) const

Private Fields

[more]ARRAY<IntegrationRule*> segmentrules
[more]IntegrationRule segmentlumping
[more]ARRAY<IntegrationPoint*> segmentpoints
[more]ARRAY<IntegrationRule*> trigrules
[more]ARRAY<IntegrationRule*> trignodalrules
[more]IntegrationRule triglumping
[more]IntegrationRule triglumping2
[more]ARRAY<IntegrationPoint*> trigpoints
[more]ARRAY<IntegrationRule*> quadrules
[more]IntegrationRule quadlumping
[more]ARRAY<IntegrationPoint*> quadpoints
[more]ARRAY<IntegrationRule*> tetrules
[more]IntegrationRule tetlumping
[more]ARRAY<IntegrationRule*> tetnodalrules
[more]ARRAY<IntegrationPoint*> tetpoints
[more]ARRAY<IntegrationRule*> prismrules
[more]IntegrationRule prismlumping
[more]IntegrationRule prismfacemidpoint
[more]ARRAY<IntegrationPoint*> prismpoints
[more]ARRAY<IntegrationRule*> pyramidrules
[more]IntegrationRule pyramidlumping
[more]ARRAY<IntegrationPoint*> pyramidpoints
[more]ARRAY<IntegrationRule*> hexrules
[more]ARRAY<IntegrationPoint*> hexpoints

oARRAY<IntegrationRule*> segmentrules

oIntegrationRule segmentlumping

oARRAY<IntegrationPoint*> segmentpoints

oARRAY<IntegrationRule*> trigrules

oARRAY<IntegrationRule*> trignodalrules

oIntegrationRule triglumping

oIntegrationRule triglumping2

oARRAY<IntegrationPoint*> trigpoints

oARRAY<IntegrationRule*> quadrules

oIntegrationRule quadlumping

oARRAY<IntegrationPoint*> quadpoints

oARRAY<IntegrationRule*> tetrules

oIntegrationRule tetlumping

oARRAY<IntegrationRule*> tetnodalrules

oARRAY<IntegrationPoint*> tetpoints

oARRAY<IntegrationRule*> prismrules

oIntegrationRule prismlumping

oIntegrationRule prismfacemidpoint

oARRAY<IntegrationPoint*> prismpoints

oARRAY<IntegrationRule*> pyramidrules

oIntegrationRule pyramidlumping

oARRAY<IntegrationPoint*> pyramidpoints

oARRAY<IntegrationRule*> hexrules

oARRAY<IntegrationPoint*> hexpoints

o IntegrationRules()

o ~IntegrationRules()

oconst IntegrationRule& SelectIntegrationRule(ELEMENT_TYPE eltyp, int order)

oconst IntegrationRule& SelectLumpingIntegrationRule(ELEMENT_TYPE eltyp)

oconst IntegrationRule& SelectNodalIntegrationRule(ELEMENT_TYPE eltyp, int order)

oconst IntegrationRule& PrismFaceMidPoint() const

oconst ARRAY<IntegrationPoint*> & GetIntegrationPoints(ELEMENT_TYPE eltyp) const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.