Adaptor functor for MOOSE RealVectorValue/RankTwoTensor residual and Jacobian types. More...
#include <NestedSolve.h>
Public Member Functions | |
| RealVectorEigenAdaptorFunctor (R &residual_lambda, J &jacobian_lambda) | |
| int | operator() (V &guess, V &residual) |
| int | df (V &guess, typename NestedSolveTempl< is_ad >::template CorrespondingJacobian< V > &jacobian) |
| const Real & | getResidualNorm () |
Private Types | |
| using | V = typename NestedSolveTempl< is_ad >::DynamicVector |
Private Attributes | |
| R & | _residual_lambda |
| J & | _jacobian_lambda |
| Real | _residual_norm |
Adaptor functor for MOOSE RealVectorValue/RankTwoTensor residual and Jacobian types.
Performs type conversion.
Definition at line 704 of file NestedSolve.h.
|
private |
Definition at line 706 of file NestedSolve.h.
|
inline |
Definition at line 709 of file NestedSolve.h.
|
inline |
Definition at line 725 of file NestedSolve.h.
|
inline |
Definition at line 735 of file NestedSolve.h.
|
inline |
Definition at line 713 of file NestedSolve.h.
|
private |
Definition at line 743 of file NestedSolve.h.
Referenced by NestedSolveInternal::RealVectorEigenAdaptorFunctor< is_ad, R, J, store_residual_norm >::df().
|
private |
Definition at line 742 of file NestedSolve.h.
Referenced by NestedSolveInternal::RealVectorEigenAdaptorFunctor< is_ad, R, J, store_residual_norm >::operator()().
|
private |
1.8.14