bem::AdaptiveSpace< F > Class Template Referenceabstract
#include <space.hh>
Inheritance diagram for bem::AdaptiveSpace< F >:
Public Types | |
typedef Scan< ElementWithCell< concepts::Real > > | Scanner |
typedef ElementWithCell< concepts::Real > | type |
Public Member Functions | |
virtual void | adjust (const Element< concepts::Real > &elm, const AdaptiveAdjust &a)=0 |
Adjusts the space in the next rebuild step for this element. More... | |
virtual uint | dim () const=0 |
Returns the dimension of the space. More... | |
virtual uint | getOutputDimension () const |
Returns the default output dimension, when we consider plotting a real-valued operator on this space. More... | |
virtual uint | nelm () const=0 |
Returns the number of elements in the space. More... | |
virtual Scanner * | scan () const=0 |
Returns a scanner to iterate over the elements of the space. More... | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Detailed Description
template<class F = concepts::Real>
class bem::AdaptiveSpace< F >
Member Typedef Documentation
◆ Scanner
|
inherited |
◆ type
|
inherited |
Member Function Documentation
◆ adjust()
|
pure virtualinherited |
Adjusts the space in the next rebuild step for this element.
◆ dim()
|
pure virtualinherited |
Returns the dimension of the space.
Implements concepts::Space< concepts::Real >.
Implemented in bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ getOutputDimension()
|
inlinevirtualinherited |
◆ info()
template<class F = concepts::Real>
|
inlineprotectedvirtual |
Reimplemented from concepts::SpaceOnCells< concepts::Real >.
◆ nelm()
|
pure virtualinherited |
Returns the number of elements in the space.
Implements concepts::Space< concepts::Real >.
Implemented in bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ scan()
|
pure virtualinherited |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< concepts::Real >.
Implemented in bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
The documentation for this class was generated from the following file:
- bem/space.hh