|
| Tet (const int numQuadrNodes) |
|
| ~Tet () |
| Destructor.
|
|
virtual void | computeJacobian (const int quadrNode) const |
|
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.
|
|
| 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.
|
|
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.
|
|