Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

Sundance::GaussLegendre Class Reference

#include <GaussLegendre.h>

Inheritance diagram for Sundance::GaussLegendre:

Sundance::QuadratureFamilyBase List of all members.

Public Methods

User-level methods
Developer-only methods

Protected Methods

Static Protected Attributes

Related Functions

(Note that these are not member functions.)

Detailed Description

Abstract, geometry-independent Gauss-Legendre quadrature rule

Definition at line 22 of file GaussLegendre.h.


Constructor & Destructor Documentation

Sundance::GaussLegendre::GaussLegendre int    polyOrder [inline]
 

Definition at line 29 of file GaussLegendre.h.

References Sundance::QuadratureFamilyBase::polyOrder().

Sundance::GaussLegendre::GaussLegendre const XMLObject &    xml
 

virtual Sundance::GaussLegendre::~GaussLegendre   [inline, virtual]
 

Definition at line 38 of file GaussLegendre.h.


Member Function Documentation

virtual const string& Sundance::GaussLegendre::typeName   const [inline, virtual]
 

Implements Sundance::QuadratureFamilyBase.

Definition at line 41 of file GaussLegendre.h.

References typeName_.

virtual QuadraturePoints Sundance::GaussLegendre::getLineRule   const [protected, virtual]
 

Reimplemented from Sundance::QuadratureFamilyBase.

virtual QuadraturePoints Sundance::GaussLegendre::getTriangleRule   const [protected, virtual]
 

Reimplemented from Sundance::QuadratureFamilyBase.

virtual QuadraturePoints Sundance::GaussLegendre::getQuadRule   const [protected, virtual]
 

Reimplemented from Sundance::QuadratureFamilyBase.

virtual QuadraturePoints Sundance::GaussLegendre::getBrickRule   const [protected, virtual]
 

Reimplemented from Sundance::QuadratureFamilyBase.

virtual QuadraturePoints Sundance::GaussLegendre::getTetRule   const [protected, virtual]
 

Reimplemented from Sundance::QuadratureFamilyBase.


Friends And Related Function Documentation

QuadratureFamilyBase * createXMLGaussLegendre const XMLObject &    xml [related]
 


Member Data Documentation

string Sundance::GaussLegendre::typeName_ [static, protected]
 

Definition at line 61 of file GaussLegendre.h.

Referenced by typeName().

TSFHashtable<int, QuadraturePoints> Sundance::GaussLegendre::lineRules_ [static, protected]
 

Definition at line 62 of file GaussLegendre.h.

TSFHashtable<int, QuadraturePoints> Sundance::GaussLegendre::triangleRules_ [static, protected]
 

Definition at line 63 of file GaussLegendre.h.

TSFHashtable<int, QuadraturePoints> Sundance::GaussLegendre::quadRules_ [static, protected]
 

Definition at line 64 of file GaussLegendre.h.

TSFHashtable<int, QuadraturePoints> Sundance::GaussLegendre::brickRules_ [static, protected]
 

Definition at line 65 of file GaussLegendre.h.

TSFHashtable<int, QuadraturePoints> Sundance::GaussLegendre::tetRules_ [static, protected]
 

Definition at line 66 of file GaussLegendre.h.


The documentation for this class was generated from the following file:
Contact:
Kevin Long (krlong@ca.sandia.gov)


Documentation generated by