![]() |
waves
Basic FE playground
|
Base class for the element computations. More...
#include <ElementComputation.h>
Protected Member Functions | |
tbox::CacheHex8 & | trilinosHex8GetCache () |
Return the tbox cache of the hexahedron elements. More... | |
tbox::CacheTetra4 & | trilinosTetra4GetCache () |
Return the tbox cache of the tetrahedron elements. More... | |
tbox::CacheTri3 & | trilinosTri3GetCache () |
Return the tbox cache of the triangular elements. More... | |
tbox::CacheQuad4 & | trilinosQuad4GetCache () |
Return the tbox cache of the quadrangular elements. More... | |
double | buildJ (int k, tMatrix< double, 3, 3 > &J, local_ordinal_type e, const katoptron::ElementsList &elementsList, const katoptron::NodesList &nodesList) |
Compute the Jacobian matrix \(\boldsymbol{J}\) of an element. More... | |
Private Types | |
typedef katoptron::Map::local_ordinal_type | local_ordinal_type |
Base class for the element computations.
|
private |
|
protected |
Compute the Jacobian matrix \(\boldsymbol{J}\) of an element.
|
protected |
Return the tbox cache of the hexahedron elements.
|
protected |
Return the tbox cache of the quadrangular elements.
|
protected |
Return the tbox cache of the tetrahedron elements.
|
protected |
Return the tbox cache of the triangular elements.