Go to the source code of this file.
Functions | |
void | Transpose (CVector matrix[]) |
Transpose these three vectors as a (row or column) matrix. | |
bool | NewtonRaphson (CVector &natc, const GenericElement &el, const ConcreteElement &e, const CPoint &point) |
bool | LUDcmp (CVector a[], int indx[]) |
void | LUBksb (CVector a[], int indx[], CVector &b) |
Variables | |
const double | LTOL = 0.0 - TOL |
Used to test element inclusion-- be generous on the boundaries. | |
const double | HTOL = 1.0 + TOL |
void Transpose | ( | CVector | matrix[] | ) |
Transpose these three vectors as a (row or column) matrix.
Definition at line 233 of file GenericElement.C.
References x.
Referenced by GenericElement::shapef_jacobian_at().
bool NewtonRaphson | ( | CVector & | natc, | |
const GenericElement & | el, | |||
const ConcreteElement & | e, | |||
const CPoint & | point | |||
) |
const double LTOL = 0.0 - TOL |
Used to test element inclusion-- be generous on the boundaries.
Definition at line 21 of file GenericElement.C.
Referenced by GenericElement::element_contains_point().
const double HTOL = 1.0 + TOL |
Definition at line 22 of file GenericElement.C.
Referenced by GenericElement::element_contains_point().