Attributes for elements of the topology. More...

#include <connector.hh>

Public Member Functions

uint attrib () const
 Returns the attribute. More...
 
 Attribute (uint attrib=0)
 Constructor. More...
 
 operator uint () const
 Returns the attribute. More...
 
int operator== (const Attribute &a) const
 Comparison operator. More...
 
void set (uint attrib)
 

Private Attributes

uint attrib_
 Attribute. More...
 

Friends

std::ostream & operator<< (std::ostream &os, const Attribute &a)
 

Detailed Description

Attributes for elements of the topology.

These attributes can be used to fix boundary conditions or coefficients in certain areas.

Examples
BGT_0.cc, elasticity2D_tutorial.cc, exactDtN.cc, howToGetStarted.cc, hpFEM2d.cc, hpFEM3d-EV.cc, inhomDirichletBCs.cc, inhomNeumannBCs.cc, linearDG1d.cc, linearFEM1d-simple.cc, linearFEM1d.cc, and parallelizationTutorial.cc.

Definition at line 22 of file connector.hh.

Constructor & Destructor Documentation

◆ Attribute()

concepts::Attribute::Attribute ( uint  attrib = 0)
inline

Constructor.

Parameters
attribAttribute, default value is 0.

Definition at line 29 of file connector.hh.

Member Function Documentation

◆ attrib()

uint concepts::Attribute::attrib ( ) const
inline

Returns the attribute.

Definition at line 38 of file connector.hh.

◆ operator uint()

concepts::Attribute::operator uint ( ) const
inline

Returns the attribute.

Definition at line 35 of file connector.hh.

◆ operator==()

int concepts::Attribute::operator== ( const Attribute a) const
inline

Comparison operator.

Definition at line 32 of file connector.hh.

◆ set()

void concepts::Attribute::set ( uint  attrib)
inline

Definition at line 41 of file connector.hh.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Attribute a 
)
friend

Member Data Documentation

◆ attrib_

uint concepts::Attribute::attrib_
private

Attribute.

Definition at line 44 of file connector.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