Shape, ideal barrier metric, 3D.
More...
#include <tmop.hpp>
Shape, ideal barrier metric, 3D.
Definition at line 285 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 406 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 397 of file tmop.cpp.
double mfem::TMOP_Metric_301::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 391 of file tmop.cpp.
The documentation for this class was generated from the following files: