Public Types | |
typedef Element< F > | type |
typedef Scan< Element< F > > | Scanner |
Public Member Functions | |
DDSpace (uint domains=0) | |
Constructor. | |
const uint | domains () const |
Returns number of domains/spaces. | |
virtual const Space< F > & | space (uint i) const =0 |
Returns space belonging to i th domain. | |
virtual const Set< IndexRange > | indicesI (uint i) const =0 |
Returns index set for dof inside the i th domain. | |
virtual const Set< IndexRange > | indicesB (uint i) const =0 |
Returns all index sets for dof inside each domain. | |
virtual uint | getOutputDimension () const |
Returns the default output dimension, when we consider plotting a real-valued operator on this space. | |
virtual uint | dim () const =0 |
Returns the dimension of the space. | |
virtual uint | nelm () const =0 |
Returns the number of elements in the space. | |
virtual Scanner * | scan () const =0 |
Returns a scanner to iterate over the elements of the space. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns all index sets for dof at boundary of each domain. | |
Protected Attributes | |
uint | domains_ |
Number of domains/spaces. | |
Sequence< Set< IndexRange > > | indicesI_ |
Index sets of dof inside and at the boundary for each domain/space. | |
Sequence< Set< IndexRange > > | indicesB_ |
Definition at line 31 of file domainDecomp.hh.
|
inherited |
|
inherited |
|
inline |
Constructor.
Definition at line 34 of file domainDecomp.hh.
|
inlinevirtual |
Definition at line 35 of file domainDecomp.hh.
|
pure virtualinherited |
Returns the dimension of the space.
Implemented in aglowav::BiHaar3d< F >, aglowav::BiHaar3d< concepts::Real >, aglowav2::Haar3d0< F >, aglowav2::Haar3d0< concepts::Real >, bem::Dirac3d< F >, bem::Linear3d< F >, bem::Constant3d< F >, bem::AdaptConst3d000< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d002< F >, constraints::Space< F >, hp1D::DualSpace, hp1D::RysSpace, hp1D::Space, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp2D::hpAdaptiveSpaceDG< F >, hp2D::NeumannTraceSpace, hp2D::Space, hp2D::TraceSpace, hp2D::hpAdaptiveSpaceHCurl_H1, hp2Dedge::Space, hp2Dedge::TraceSpace, hp3D::NeumannTraceSpace3d, hp3D::Space, hp3D::TraceSpace, linDG1D::Linear1d, linDG2D::Space, linDG3D::FvdgSpace, linearFEM::Linear1d, linearFEM::Linear2d, linearFEM::Linear3d, concepts::DomainDecomp< F >, concepts::RestrictionSpace< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::SpaceOnCells< F >, hp1D::hpAdaptiveSpaceL2, concepts::SpaceOnCells< concepts::Real >, and concepts::SpaceOnCells< Real >.
|
inline |
Returns number of domains/spaces.
Definition at line 37 of file domainDecomp.hh.
|
inlinevirtualinherited |
Returns the default output dimension, when we consider plotting a real-valued operator on this space.
Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.
|
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 >.
|
pure virtual |
Returns index set for dof inside the i
th domain.
Implemented in concepts::DomainDecomp< F >.
|
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.
|
pure virtualinherited |
Returns the number of elements in the space.
Implemented in aglowav::BiHaar3d< F >, aglowav::BiHaar3d< concepts::Real >, aglowav2::Haar3d0< F >, aglowav2::Haar3d0< concepts::Real >, bem::Dirac3d< F >, bem::Linear3d< F >, bem::Constant3d< F >, bem::AdaptConst3d000< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d002< F >, constraints::Space< F >, hp1D::DualSpace, hp1D::RysSpace, hp1D::Space, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp2D::hpAdaptiveSpaceDG< F >, hp2D::NeumannTraceSpace, hp2D::Space, hp2D::TraceSpace, hp2D::hpAdaptiveSpaceHCurl_H1, hp2Dedge::Space, hp2Dedge::TraceSpace, hp3D::NeumannTraceSpace3d, hp3D::Space, hp3D::TraceSpace, linDG1D::Linear1d, linDG2D::Space, linDG3D::FvdgSpace, linearFEM::Linear1d, linearFEM::Linear2d, linearFEM::Linear3d, concepts::DomainDecomp< F >, concepts::RestrictionSpace< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::SpaceOnCells< F >, hp1D::hpAdaptiveSpaceL2, concepts::SpaceOnCells< concepts::Real >, and concepts::SpaceOnCells< Real >.
|
pure virtualinherited |
Returns a scanner to iterate over the elements of the space.
Implemented in aglowav::BiHaar3d< F >, aglowav::BiHaar3d< concepts::Real >, aglowav2::Haar3d0< F >, aglowav2::Haar3d0< concepts::Real >, bem::Dirac3d< F >, bem::Linear3d< F >, bem::Constant3d< F >, bem::AdaptConst3d000< F >, bem::AdaptConst3d001< F >, bem::AdaptConst3d002< F >, constraints::Space< F >, hp1D::DualSpace, hp1D::RysSpace, hp1D::Space, hp2D::hpAdaptiveSpace< F >, hp2D::hpAdaptiveSpace< Real >, hp2D::hpAdaptiveSpaceDG< F >, hp2D::NeumannTraceSpace, hp2D::Space, hp2D::TraceSpace, hp2D::hpAdaptiveSpaceHCurl_H1, hp2Dedge::Space, hp2Dedge::TraceSpace, hp3D::NeumannTraceSpace3d, hp3D::Space, hp3D::TraceSpace, linDG1D::Linear1d, linDG2D::Space, linDG3D::FvdgSpace, linearFEM::Linear1d, linearFEM::Linear2d, linearFEM::Linear3d, concepts::DomainDecomp< F >, concepts::RestrictionSpace< F >, concepts::DummySpace< F >, concepts::DummySpace< concepts::Real >, concepts::DummySpace< Real >, concepts::DummySpace< typename Realtype< F >::type >, concepts::SpaceOnCells< F >, hp1D::hpAdaptiveSpaceL2, concepts::SpaceOnCells< concepts::Real >, and concepts::SpaceOnCells< Real >.
|
pure virtual |
Returns space belonging to i
th domain.
Implemented in concepts::DomainDecomp< F >.
|
protected |
Number of domains/spaces.
Definition at line 54 of file domainDecomp.hh.
|
protected |
Definition at line 56 of file domainDecomp.hh.
|
protected |
Index sets of dof inside and at the boundary for each domain/space.
Definition at line 56 of file domainDecomp.hh.