|
xc
|
Triangle shaped cell for section discretization. More...
#include <TriangCell.h>


Public Member Functions | |
| TriangCell (void) | |
| Constructor. | |
| TriangCell (const Matrix &vertexCoords) | |
| Virtual constructor. | |
| Cell * | getCopy (void) const |
| Copy constructor. | |
| double | getArea (void) const |
| Returns the area of the cell. | |
| void | Print (std::ostream &s, int flag=0) const |
| Print stuff. | |
Public Member Functions inherited from XC::Cell | |
| Cell (int numVert) | |
| Constructor. | |
| Cell (const Matrix &) | |
| Constructor. | |
| void | setVertCoords (const Matrix &vertexCoords) |
| Sets vertices coordinates. | |
| const Matrix & | getVertCoords (void) const |
| Returns the coordinates of the vertices. | |
| virtual const Vector & | getCentroidPosition (void) |
| Return the coordinates of the centroid. | |
Additional Inherited Members | |
Protected Member Functions inherited from XC::Cell | |
| void | calcCentroidPosition (void) |
| Computes the centroid position. | |
Protected Attributes inherited from XC::Cell | |
| Matrix | vertCoord |
| Vector | Centroid |
Triangle shaped cell for section discretization.
1.8.13