XC Open source finite element analysis program
Public Member Functions | List of all members

Quadrilateral cell. More...

#include <QuadCell.h>

Inheritance diagram for XC::QuadCell:
XC::Cell

Public Member Functions

 QuadCell (void)
 Constructor
 
 QuadCell (const Matrix &vertexCoords)
 Constructor
 
CellgetCopy (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 MatrixgetVertCoords (void) const
 Returns the coordinates of the vertices.
 
virtual const VectorgetCentroidPosition (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
 

Detailed Description

Quadrilateral cell.


The documentation for this class was generated from the following files: