33 #include <material/section/repres/cell/Cell.h>    49     void Print(std::ostream &s, 
int flag =0) 
const;   
 TriangCell(void)
Constructor. 
Definition: TriangCell.cc:32
Cell * getCopy(void) const
Copy constructor. 
Definition: TriangCell.cc:41
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: TriangCell.cc:58
double getArea(void) const
Returns the area of the cell. 
Definition: TriangCell.cc:45
Base class for cells (cross-section discretization). 
Definition: Cell.h:75
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Matrix of floats. 
Definition: Matrix.h:111
Triangle shaped cell for section discretization. 
Definition: TriangCell.h:40