88 static inline uint dim() {
return dim_; }
89 static inline bool positionConnection() {
return posCon_; }
90 static inline bool boundaryElements() {
return bem_; }
94 static inline void setDim(uint dim) { dim_ = dim; }
95 static inline void setposCon(
bool posCon) { posCon_ = posCon; }
96 static inline void setBEM(
bool bem) { bem_ =
bem; }