11 #define BW_TOTAL 0 // bandwidth type ids
24 PElement& operator[] (
int rec)
const;
27 void New (
int length);
30 void Clear() { New(0); }
33 int Len (
void)
const {
return Length; };
45 void AppendList (
int no,
PElement *ppel);
51 void SetList (
int no,
PElement *ppel);
55 void Delete (
int rec);
58 void RemoveNodeRef (
int nd);
65 Element *SideNeighbour (
int el,
int side);
72 int EdgeAdjacentElement (
int el,
int side)
const;
76 int VertexAdjacentElement (
int el,
int nd,
int min_el=0);
82 friend std::istream& operator>> (std::istream& i,
ElementList& nlist);
83 friend std::ostream& operator<< (std::ostream& o,
ElementList& elist);
106 inline PElement& ElementList::operator[] (
int rec)
const
112 #endif // !__ELLIST_H
Base class for finite element types.
Definition: element.h:84