Class TetrahedralElement3D
java.lang.Object
org.episteme.core.mathematics.analysis.fem.TetrahedralElement3D
- All Implemented Interfaces:
Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeJacobian(Vector<Real> localCoords) Computes the Jacobian matrix at the given local coordinates.getNodes()Returns the nodes associated with this element.Returns the quadrature points and weights for numerical integration over this element.Returns the shape functions associated with this element.
-
Constructor Details
-
TetrahedralElement3D
-
-
Method Details
-
getNodes
-
getShapeFunctions
Description copied from interface:ElementReturns the shape functions associated with this element.- Specified by:
getShapeFunctionsin interfaceElement- Returns:
- the list of shape functions
-
computeJacobian
Description copied from interface:ElementComputes the Jacobian matrix at the given local coordinates.J = d(x,y,z)/d(xi,eta,zeta)
- Specified by:
computeJacobianin interfaceElement- Parameters:
localCoords- the local coordinates- Returns:
- the Jacobian matrix
-
getQuadraturePoints
Description copied from interface:ElementReturns the quadrature points and weights for numerical integration over this element.- Specified by:
getQuadraturePointsin interfaceElement- Returns:
- a list of quadrature points (local coords + weight)
-