23 class LinearImplicitSystem;
40 const std::vector<Real> & factors = {})
const;
libMesh::LinearImplicitSystem * _linear_implicit_system
Nonlinear implicit system, if applicable; otherwise, nullptr.
LinearSystem * _linear_system
Pointer to the linear system, can happen that we dont have any.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
virtual Real timeDerivativeMatrixContribution(const Real factor) const
The time derivative's contribution to the right hand side of a linear system.
Base class for a system (of equations)
virtual Real timeDerivativeRHSContribution(dof_id_type dof_id, const std::vector< Real > &factors={}) const
The time derivative's contribution to the right hand side of a linear system.
Interface class for routines and member variables for time integrators relying on linear system assem...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Linear system to be solved.
LinearTimeIntegratorInterface(SystemBase &system)