PPL Logo

libs/ck-libs/datatransfer/GenericElement.C File Reference

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


Function Documentation

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().

Here is the caller graph for this function:

bool NewtonRaphson ( CVector natc,
const GenericElement el,
const ConcreteElement e,
const CPoint point 
)

Referenced by GenericElement::element_contains_point().

Here is the caller graph for this function:

bool LUDcmp ( CVector  a[],
int  indx[] 
)

void LUBksb ( CVector  a[],
int  indx[],
CVector b 
)


Variable Documentation

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().


Generated on Mon Sep 21 08:06:55 2020 for Charm++ by  doxygen 1.5.5