Matrix coefficient for the Jacobian of NLCurlCurlIntegrator. More...
#include <NLCurlCurlIntegrator.h>
Public Member Functions | |
| NLCurlCurlJacMatrixCoefficient (mfem::Coefficient &k, mfem::Coefficient &curlu_dk_dcurlu, mfem::VectorCoefficient &curlu_vec, mfem::real_t curlu_zero_tol) | |
| void | Eval (mfem::DenseMatrix &K, mfem::ElementTransformation &T, const mfem::IntegrationPoint &ip) override |
| void | SetTime (mfem::real_t t) override |
Protected Attributes | |
| mfem::Coefficient & | _k_coef |
| mfem::Coefficient & | _curlu_dk_dcurlu_coef |
| const mfem::real_t | _curlu_zero_tol |
| mfem::NormalizedVectorCoefficient | _curlu_hat_coef |
Matrix coefficient for the Jacobian of NLCurlCurlIntegrator.
Produces the matrix k(|curl u|) I + |curl u| dk/d|curl u| (curl u_hat curl u_hat)
Definition at line 23 of file NLCurlCurlIntegrator.h.
| Moose::MFEM::NLCurlCurlJacMatrixCoefficient::NLCurlCurlJacMatrixCoefficient | ( | mfem::Coefficient & | k, |
| mfem::Coefficient & | curlu_dk_dcurlu, | ||
| mfem::VectorCoefficient & | curlu_vec, | ||
| mfem::real_t | curlu_zero_tol | ||
| ) |
Definition at line 17 of file NLCurlCurlIntegrator.C.
|
override |
Definition at line 39 of file NLCurlCurlIntegrator.C.
|
override |
Definition at line 30 of file NLCurlCurlIntegrator.C.
|
protected |
Definition at line 38 of file NLCurlCurlIntegrator.h.
|
protected |
Definition at line 40 of file NLCurlCurlIntegrator.h.
|
protected |
Definition at line 39 of file NLCurlCurlIntegrator.h.
|
protected |
Definition at line 37 of file NLCurlCurlIntegrator.h.
1.8.14