XC Open source finite element analysis program
|
Quadrilateral cell. More...
#include <QuadCell.h>
Public Member Functions | |
QuadCell (void) | |
Constructor | |
QuadCell (const Matrix &vertexCoords) | |
Constructor | |
Cell * | getCopy (void) const |
Constructor de copia. | |
double | getArea (void) const |
void | Print (std::ostream &s, int flag=0) const |
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) |
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.