16#include "libmesh/enum_parallel_type.h"
27class NonlinearImplicitSystem;
70 NumericVector<Number> *
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
Nonlinear system to be solved.
Interface class for routines and member variables for time integrators relying on Newton's method.
TagID uDotDotFactorTag() const
Returns the tag for the nodal multiplication factor for the residual calculation of the udotdot term.
NonlinearSystemBase * _nl
Pointer to the nonlinear system, can happen that we dont have any.
const TagID _u_dotdot_factor_tag
The vector tag for the nodal multiplication factor for the residual calculation of the udotdot term.
TagID uDotFactorTag() const
Returns the tag for the nodal multiplication factor for the residual calculation of the udot term.
NumericVector< Number > * _Re_non_time
residual vector for non-time contributions
virtual void postResidual(NumericVector< Number > &)
Callback to the NonLinearTimeIntegratorInterface called immediately after the residuals are computed ...
const TagID _u_dot_factor_tag
The vector tag for the nodal multiplication factor for the residual calculation of the udot term.
NumericVector< Number > * addVector(const std::string &name, const bool project, const libMesh::ParallelType type)
Wrapper around vector addition for nonlinear time integrators.
NumericVector< Number > * _Re_time
residual vector for time contributions
libMesh::NonlinearImplicitSystem * _nonlinear_implicit_system
libMesh nonlinear implicit system, if applicable; otherwise, nullptr
Base class for a system (of equations)
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...