Metric without a type, 2D.
More...
#include <tmop.hpp>
Metric without a type, 2D.
Definition at line 76 of file tmop.hpp.
Evaluate the derivative of the 1st Piola-Kirchhoff stress tensor and assemble its contribution to the local gradient matrix 'A'.
- Parameters
-
[in] | Jpt | Represents the target->physical transformation Jacobian matrix. |
[in] | DS | Gradient of the basis matrix (dof x dim). |
[in] | weight | Quadrature weight coefficient for the point. |
[in,out] | A | Local gradient matrix where the contribution from this point will be added. |
Computes weight * d(dW_dxi)_d(xj) at the current point, for all i and j, where x1 ... xn are the FE dofs. This function is usually defined using the matrix invariants and their derivatives.
Implements mfem::TMOP_QualityMetric.
Definition at line 32 of file tmop.cpp.
Evaluate the 1st Piola-Kirchhoff stress tensor, P = P(Jpt).
- Parameters
-
[in] | Jpt | Represents the target->physical transformation Jacobian matrix. |
[out] | P | The evaluated 1st Piola-Kirchhoff stress tensor. |
Implements mfem::TMOP_QualityMetric.
Definition at line 26 of file tmop.cpp.
double mfem::TMOP_Metric_001::EvalW |
( |
const DenseMatrix & |
Jpt | ) |
const |
|
virtual |
Evaluate the strain energy density function, W = W(Jpt).
- Parameters
-
[in] | Jpt | Represents the target->physical transformation Jacobian matrix. |
Implements mfem::TMOP_QualityMetric.
Definition at line 20 of file tmop.cpp.
The documentation for this class was generated from the following files: