#include <traces.hh>
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 Scan * | scan () const |
| const concepts::Sequence< UnderlyingElement > | uelm (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. | |
Builds the trace space of a FE space consisting of hexahedral elements.
| typedef concepts::Scan<hp2D::Element<Real> > hp3D::TraceSpace::Scan |
|
inherited |
|
inherited |
| hp3D::TraceSpace::TraceSpace | ( | const concepts::SpaceOnCells< Real > & | spc, |
| const concepts::Set< uint > | faceAttr, | ||
| enum traceTypes | type = FIRST, |
||
| const concepts::FaceNormalVectorRule & | normalVectorRule = concepts::FaceNormalVectorRule() |
||
| ) |
Constructor
| spc | The underlying space. |
| faceAttr | Set of face attibutes which define the trace space. |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::SpaceOnCells< Real >.
| concepts::Set< uint > hp3D::TraceSpace::getDofIds | ( | ) | const |
Returns the DOF indices belonging to the trace space
|
inlinevirtualinherited |
Returns the default output dimension, when we consider plotting a real-valued operator on this space.
Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::SpaceOnCells< Real >.
|
inlinevirtual |
Returns the number of elements in the space
Implements concepts::SpaceOnCells< Real >.
|
inlinevirtual |
Returns a scanner to iterate over the elements
Implements concepts::SpaceOnCells< Real >.
|
inline |
|
inline |