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