Public Member Functions | |
virtual | ~Element () |
Deastructor. | |
double & | operator() (const int i, const int j) |
const double & | operator() (const int i, const int j) const |
virtual void | computeJacobian (const int quadrNode) const =0 |
void | computeQuadrNodes (const int ii, double &xq, double &yq, double &zq) const |
void | computeDerivatives (const int quadrNode) const |
double | getQuadrWeight (const int quadrNode) const |
double | getDetJacobian (const int quadrNode) const |
double | getPhi (const int i) const |
double | getPhiX (const int i) const |
double | getPhiY (const int i) const |
double | getPhiZ (const int i) const |
int | getNumQuadrNodes () const |
int | getNumBasisFunctions () const |
virtual void | print (ostream &os) const |
Prints Object to the specified output stream. More... | |
Public Member Functions inherited from Galeri::core::Object | |
Object (const std::string &Label="Galeri::core::Object", const int ID=0) | |
Object (const Object &rhs) | |
Copy constructor. | |
Object & | operator= (const Object &rhs) |
Copies the object from rhs . | |
virtual | ~Object () |
Virtual dtor. | |
virtual void | setLabel (const std::string &label) |
Sets the label associated with this object. More... | |
virtual std::string | getLabel () const |
Gets the label associated with this object. | |
virtual void | setID (const int &ID) |
Sets the ID associated with this object. | |
virtual int | getID () const |
Gets the ID associated with this object. | |
|
inlinevirtual |
Prints Object to the specified output stream.
Other Methods
To be customized by derived classes. Operator << uses this method. Default implementation prints the object label to os
.
Reimplemented from Galeri::core::Object.