concepts::QuadratureOrder Class Reference

#include <flyweight.hh>

Classes

class  Hash
 

Public Member Functions

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

Private Attributes

uint nQuadraturePoints_
 
concepts::intRule quadratureType_
 

Detailed Description

Definition at line 50 of file flyweight.hh.

Constructor & Destructor Documentation

◆ QuadratureOrder()

concepts::QuadratureOrder::QuadratureOrder ( const uint  nQuadraturePoints,
const concepts::intRule  quadratureType 
)
inline

Definition at line 59 of file flyweight.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 66 of file flyweight.hh.

Member Data Documentation

◆ nQuadraturePoints_

uint concepts::QuadratureOrder::nQuadraturePoints_
private

Definition at line 73 of file flyweight.hh.

◆ quadratureType_

concepts::intRule concepts::QuadratureOrder::quadratureType_
private

Definition at line 74 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