50 uint
dim()
const {
return dim_; }
52 uint
nelm()
const {
return nelm_; }
59 return boundaryElmPairList_;
63 return innerElmPairList_;
71 dim_(0), nelm_(0), bc_(bc), elm_(0), innerElmPairList_(0) {};
73 virtual std::ostream&
info(std::ostream& os)
const;
82 void createElementPairList_();
99 virtual std::ostream&
info(std::ostream& os)
const;
116 virtual std::ostream&
info(std::ostream& os)
const;
127 static inline uint dim() {
return 3; }
128 static inline bool positionConnection() {
return false; }
129 static inline bool boundaryElements() {
return false; }
134 static inline uint dim() {
return 3; }
135 static inline bool positionConnection() {
return false; }
136 static inline bool boundaryElements() {
return false; }
141 static inline uint dim() {
return 3; }
142 static inline bool positionConnection() {
return false; }
143 static inline bool boundaryElements() {
return false; }
static void destructor(Joiner< T, nlnk > *&j, bool values=true)
linDG3D::FvdgElement & operator++(int)=0
Returns next element in scanned space.
virtual std::ostream & info(std::ostream &os) const
Returns the dimension and the number of the elements in the space.
FvdgSpaceP0(concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0)
virtual std::ostream & info(std::ostream &os) const
Returns the dimension and the number of the elements in the space.
FvdgSpaceP1(concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0)
const concepts::ElementPairList< Real > & boundaryElmPairList() const
Returns a reference to the boundary element pair list.
Scanner * scan() const
Returns a new scanner over the elements in the space.
virtual std::ostream & info(std::ostream &os) const
Returns the dimension and the number of the elements in the space.
FvdgSpace(concepts::BoundaryConditions *bc)
uint dim() const
Returns the dimension of the space.
const concepts::ElementPairList< Real > & innerElmPairList() const
Returns a reference to the element pair list of the inner elements.
uint nelm() const
Returns the number of elements in the space.
Set< F > makeSet(uint n, const F &first,...)