#include <meshGraph.hh>

Inheritance diagram for concepts::MeshGraph2:
concepts::OutputOperator

Public Types

typedef concepts::ElementAndFacette< hp2D::Element< Real > > UnderlyingElement
 

Public Member Functions

const MacroElementNodegetNode (const uint K) const
 
 MeshGraph2 (const concepts::SpaceOnCells< Real > &spc, bool regular=true)
 
virtual ~MeshGraph2 ()
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Private Attributes

HashMap< MeshGraph2_Edge * > edges_
 
HashMap< MacroElementNode * > nodes_
 
bool regular_
 

Detailed Description

Definition at line 178 of file meshGraph.hh.

Member Typedef Documentation

◆ UnderlyingElement

Constructor & Destructor Documentation

◆ MeshGraph2()

concepts::MeshGraph2::MeshGraph2 ( const concepts::SpaceOnCells< Real > &  spc,
bool  regular = true 
)
inline

Definition at line 184 of file meshGraph.hh.

◆ ~MeshGraph2()

virtual concepts::MeshGraph2::~MeshGraph2 ( )
inlinevirtual

Definition at line 268 of file meshGraph.hh.

Member Function Documentation

◆ getNode()

const MacroElementNode* concepts::MeshGraph2::getNode ( const uint  K) const
inline

Definition at line 289 of file meshGraph.hh.

◆ info()

virtual std::ostream& concepts::MeshGraph2::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 301 of file meshGraph.hh.

Member Data Documentation

◆ edges_

HashMap<MeshGraph2_Edge* > concepts::MeshGraph2::edges_
private

Definition at line 321 of file meshGraph.hh.

◆ nodes_

HashMap<MacroElementNode* > concepts::MeshGraph2::nodes_
private

Definition at line 323 of file meshGraph.hh.

◆ regular_

bool concepts::MeshGraph2::regular_
private

Definition at line 314 of file meshGraph.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