bem::Constant3d001< F >::Key Class Reference

Key with some level dependent information. More...

#include <element.hh>

Public Member Functions

uint j () const
 
 Key (const Key &key)
 
 Key (uint l, uint j)
 
uint l () const
 
int operator== (const Key &key) const
 

Private Attributes

uint j_
 number More...
 
uint l_
 level More...
 

Detailed Description

template<class F = concepts::Real>
class bem::Constant3d001< F >::Key

Key with some level dependent information.

Definition at line 338 of file element.hh.

Constructor & Destructor Documentation

◆ Key() [1/2]

template<class F = concepts::Real>
bem::Constant3d001< F >::Key::Key ( uint  l,
uint  j 
)
inline

Definition at line 340 of file element.hh.

◆ Key() [2/2]

template<class F = concepts::Real>
bem::Constant3d001< F >::Key::Key ( const Key key)
inline

Definition at line 341 of file element.hh.

Member Function Documentation

◆ j()

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::j ( ) const
inline

Definition at line 347 of file element.hh.

◆ l()

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::l ( ) const
inline

Definition at line 346 of file element.hh.

◆ operator==()

template<class F = concepts::Real>
int bem::Constant3d001< F >::Key::operator== ( const Key key) const
inline

Definition at line 343 of file element.hh.

Member Data Documentation

◆ j_

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::j_
private

number

Definition at line 353 of file element.hh.

◆ l_

template<class F = concepts::Real>
uint bem::Constant3d001< F >::Key::l_
private

level

Definition at line 351 of file element.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