2D untangling metric.
More...
#include <tmop.hpp>
2D untangling metric.
Definition at line 628 of file tmop.hpp.
◆ TMOP_Metric_211()
mfem::TMOP_Metric_211::TMOP_Metric_211 |
( |
real_t | epsilon = 1e-4 | ) |
|
|
inline |
◆ AssembleH()
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 803 of file tmop.cpp.
◆ EvalP()
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 798 of file tmop.cpp.
◆ EvalW()
Evaluate the strain energy density function, W = W(Jpt), by using the 2D or 3D matrix invariants, see linalg/invariants.hpp.
- Parameters
-
[in] | Jpt | Represents the target->physical transformation Jacobian matrix. |
Implements mfem::TMOP_QualityMetric.
Definition at line 789 of file tmop.cpp.
◆ eps
const real_t mfem::TMOP_Metric_211::eps |
|
protected |
◆ ie
The documentation for this class was generated from the following files: