concepts::ShapeFunction1DOrder Class Reference

#include <flyweight.hh>

Classes

class  Hash
 

Public Member Functions

bool operator== (const ShapeFunction1DOrder &other) const
 
 ShapeFunction1DOrder (const uint polynomialDegree, const uint nQuadraturePoints, const concepts::intRule quadratureType)
 

Private Attributes

uint nQuadraturePoints_
 
uint polynomialDegree_
 
concepts::intRule quadratureType_
 

Detailed Description

Definition at line 14 of file flyweight.hh.

Constructor & Destructor Documentation

◆ ShapeFunction1DOrder()

concepts::ShapeFunction1DOrder::ShapeFunction1DOrder ( const uint  polynomialDegree,
const uint  nQuadraturePoints,
const concepts::intRule  quadratureType 
)
inline

Definition at line 23 of file flyweight.hh.

Member Function Documentation

◆ operator==()

bool concepts::ShapeFunction1DOrder::operator== ( const ShapeFunction1DOrder other) const
inline

Definition at line 37 of file flyweight.hh.

Member Data Documentation

◆ nQuadraturePoints_

uint concepts::ShapeFunction1DOrder::nQuadraturePoints_
private

Definition at line 46 of file flyweight.hh.

◆ polynomialDegree_

uint concepts::ShapeFunction1DOrder::polynomialDegree_
private

Definition at line 45 of file flyweight.hh.

◆ quadratureType_

concepts::intRule concepts::ShapeFunction1DOrder::quadratureType_
private

Definition at line 47 of file flyweight.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich