Class documentation of Concepts

Loading...
Searching...
No Matches

#include <traces.hh>

Inheritance diagram for hp3D::TraceSpace:
concepts::SpaceOnCells< Real > concepts::Space< F > concepts::OutputOperator

Public Types

enum  traceTypes { FIRST , MEAN , JUMP }
 
typedef concepts::Scan< hp2D::Element< Real > > Scan
 
typedef concepts::ElementAndFacette< hp3D::Element< Real > > UnderlyingElement
 
typedef ElementWithCell< Real > type
 
typedef Scan< ElementWithCell< Real > > Scanner
 

Public Member Functions

 TraceSpace (const concepts::SpaceOnCells< Real > &spc, const concepts::Set< uint > faceAttr, enum traceTypes type=FIRST, const concepts::FaceNormalVectorRule &normalVectorRule=concepts::FaceNormalVectorRule())
 
virtual uint dim () const
 Returns the dimension of the space.
 
virtual uint nelm () const
 
virtual Scanscan () const
 
const concepts::Sequence< UnderlyingElementuelm (const concepts::Quad &quad) const
 
const concepts::HashMap< concepts::Sequence< UnderlyingElement > > uelm () const
 
virtual void recomputeShapeFunctions ()
 
concepts::Set< uint > getDofIds () const
 
virtual uint getOutputDimension () const
 Returns the default output dimension, when we consider plotting a real-valued operator on this space.
 

Protected Member Functions

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

Detailed Description

Builds the trace space of a FE space consisting of hexahedral elements.

Author
Philipp Kliewe, 2013

Definition at line 35 of file traces.hh.

Member Typedef Documentation

◆ Scan

Definition at line 37 of file traces.hh.

◆ Scanner

typedef Scan<ElementWithCell<Real > > concepts::SpaceOnCells< Real >::Scanner
inherited

Definition at line 84 of file space.hh.

◆ type

typedef ElementWithCell<Real > concepts::SpaceOnCells< Real >::type
inherited

Definition at line 83 of file space.hh.

◆ UnderlyingElement

Member Enumeration Documentation

◆ traceTypes

enum hp3D::TraceSpace::traceTypes

Definition at line 40 of file traces.hh.

Constructor & Destructor Documentation

◆ TraceSpace()

hp3D::TraceSpace::TraceSpace ( const concepts::SpaceOnCells< Real > &  spc,
const concepts::Set< uint >  faceAttr,
enum traceTypes  type = FIRST,
const concepts::FaceNormalVectorRule normalVectorRule = concepts::FaceNormalVectorRule() 
)

Constructor

Parameters
spcThe underlying space.
faceAttrSet of face attibutes which define the trace space.

Member Function Documentation

◆ dim()

virtual uint hp3D::TraceSpace::dim ( ) const
inlinevirtual

Returns the dimension of the space.

Implements concepts::SpaceOnCells< Real >.

Definition at line 57 of file traces.hh.

◆ getDofIds()

concepts::Set< uint > hp3D::TraceSpace::getDofIds ( ) const

Returns the DOF indices belonging to the trace space

◆ getOutputDimension()

template<class F >
virtual uint concepts::Space< F >::getOutputDimension ( ) const
inlinevirtualinherited

Returns the default output dimension, when we consider plotting a real-valued operator on this space.

Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.

Definition at line 50 of file space.hh.

◆ info()

virtual std::ostream & hp3D::TraceSpace::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::SpaceOnCells< Real >.

◆ nelm()

virtual uint hp3D::TraceSpace::nelm ( ) const
inlinevirtual

Returns the number of elements in the space

Implements concepts::SpaceOnCells< Real >.

Definition at line 60 of file traces.hh.

◆ scan()

virtual Scan * hp3D::TraceSpace::scan ( ) const
inlinevirtual

Returns a scanner to iterate over the elements

Implements concepts::SpaceOnCells< Real >.

Definition at line 63 of file traces.hh.

◆ uelm() [1/2]

const concepts::HashMap< concepts::Sequence< UnderlyingElement > > hp3D::TraceSpace::uelm ( ) const
inline

Returns the mapping to the underlying 3D elements

Definition at line 80 of file traces.hh.

◆ uelm() [2/2]

const concepts::Sequence< UnderlyingElement > hp3D::TraceSpace::uelm ( const concepts::Quad quad) const
inline

Returns the underlying 3D elements

Definition at line 70 of file traces.hh.


The documentation for this class was generated from the following file: