|
xc
|
Quadrilateral cell. More...
#include <QuadCell.h>


Public Member Functions | |
| QuadCell (void) | |
| Constructor. | |
| QuadCell (const Matrix &vertexCoords) | |
| Constructor. | |
| Cell * | getCopy (void) const |
| Copy constructor. | |
| double | getArea (void) const |
| Return 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 |
Quadrilateral cell.
1.8.13