#include <tet.h>
Inheritance diagram for mesh::Tet::GradientMatrix:
Public Member Functions | |
GradientMatrix (const CoordinateMatrix &X) | |
GradientMatrix (const Tet &tet) |
( ) J = ( grad L0, grad L1, grad L2, grad L3 ) ( )
Definition at line 190 of file tet.h.
mesh::Tet::GradientMatrix::GradientMatrix | ( | const CoordinateMatrix & | X | ) |
Construct GradientMatrix from a CoordinateMatrix holding the cartesian coordinates of all 4 simplex corners.
Definition at line 158 of file tet.cpp.
References colarray::Matrix< double >::inject(), and linalg::inverse().
Here is the call graph for this function:
mesh::Tet::GradientMatrix::GradientMatrix | ( | const Tet & | tet | ) |
Construct GradientMatrix for Tet tet.
Definition at line 166 of file tet.cpp.
References colarray::Matrix< double >::inject(), and linalg::inverse().
Here is the call graph for this function: