#include <ComputeResidualAndJacobian.h>
◆ ComputeResidualAndJacobian()
| ComputeResidualAndJacobian::ComputeResidualAndJacobian |
( |
FEProblemBase & |
fe_problem | ) |
|
◆ residual_and_jacobian()
Definition at line 19 of file ComputeResidualAndJacobian.C.
23{
24 mooseAssert(R, "This should be non-null");
25 mooseAssert(J, "This should be non-null");
29}
void computeResidualAndJacobian(const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, libMesh::SparseMatrix< libMesh::Number > &jacobian)
Form a residual and Jacobian with default tags.
void computingNonlinearResid(bool computing_nonlinear_residual) final
Set whether or not the problem is in the process of computing the nonlinear residual.
◆ _fe_problem
The documentation for this class was generated from the following files: