concepts::DDSpace< F > Class Template Referenceabstract
#include <domainDecomp.hh>
Public Types | |
typedef Scan< Element< F > > | Scanner |
typedef Element< F > | type |
Public Member Functions | |
DDSpace (uint domains=0) | |
Constructor. More... | |
virtual uint | dim () const =0 |
Returns the dimension of the space. More... | |
const uint | domains () const |
Returns number of domains/spaces. More... | |
virtual uint | getOutputDimension () const |
Returns the default output dimension, when we consider plotting a real-valued operator on this space. More... | |
virtual const Set< IndexRange > | indicesB (uint i) const =0 |
Returns all index sets for dof inside each domain. More... | |
virtual const Set< IndexRange > | indicesI (uint i) const =0 |
Returns index set for dof inside the i th domain. 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... | |
virtual const Space< F > & | space (uint i) const =0 |
Returns space belonging to i th domain. More... | |
virtual | ~DDSpace () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns all index sets for dof at boundary of each domain. More... | |
Protected Attributes | |
uint | domains_ |
Number of domains/spaces. More... | |
Sequence< Set< IndexRange > > | indicesB_ |
Sequence< Set< IndexRange > > | indicesI_ |
Index sets of dof inside and at the boundary for each domain/space. More... | |
Detailed Description
template<class F>
class concepts::DDSpace< F >
Definition at line 31 of file domainDecomp.hh.
Member Typedef Documentation
◆ Scanner
|
inherited |
◆ type
|
inherited |
Constructor & Destructor Documentation
◆ DDSpace()
|
inline |
Constructor.
Definition at line 34 of file domainDecomp.hh.
◆ ~DDSpace()
|
inlinevirtual |
Definition at line 35 of file domainDecomp.hh.
Member Function Documentation
◆ dim()
|
pure virtualinherited |
Returns the dimension of the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::SpaceOnCells< Real >, concepts::SpaceOnCells< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::DummySpace< Real >, concepts::DomainDecomp< F >, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, constraints::Space< F >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ domains()
|
inline |
Returns number of domains/spaces.
Definition at line 37 of file domainDecomp.hh.
◆ getOutputDimension()
|
inlinevirtualinherited |
◆ indicesB()
|
pure virtual |
Returns all index sets for dof inside each domain.
Returns index set for dof at the boundary the i
th domain
Implemented in concepts::DomainDecomp< F >.
◆ indicesI()
|
pure virtual |
Returns index set for dof inside the i
th domain.
Implemented in concepts::DomainDecomp< F >.
◆ info()
|
protectedvirtual |
Returns all index sets for dof at boundary of each domain.
Reimplemented from concepts::Space< F >.
Reimplemented in concepts::DomainDecomp< F >.
Definition at line 60 of file domainDecomp.hh.
◆ nelm()
|
pure virtualinherited |
Returns the number of elements in the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::SpaceOnCells< Real >, concepts::SpaceOnCells< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::DummySpace< Real >, concepts::DomainDecomp< F >, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, constraints::Space< F >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ scan()
|
pure virtualinherited |
Returns a scanner to iterate over the elements of the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::SpaceOnCells< Real >, concepts::SpaceOnCells< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::DummySpace< Real >, concepts::DomainDecomp< F >, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, constraints::Space< F >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, hp1D::Space, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ space()
|
pure virtual |
Returns space belonging to i
th domain.
Implemented in concepts::DomainDecomp< F >.
Member Data Documentation
◆ domains_
|
protected |
Number of domains/spaces.
Definition at line 54 of file domainDecomp.hh.
◆ indicesB_
|
protected |
Definition at line 56 of file domainDecomp.hh.
◆ indicesI_
|
protected |
Index sets of dof inside and at the boundary for each domain/space.
Definition at line 56 of file domainDecomp.hh.
The documentation for this class was generated from the following file:
- space/domainDecomp.hh