20 #ifndef LIBMESH_STEADY_SOLVER_H 21 #define LIBMESH_STEADY_SOLVER_H 33 class DifferentiableSystem;
112 virtual bool is_steady()
const override {
return true; }
130 #endif // LIBMESH_STEADY_SOLVER_H virtual Real du(const SystemNorm &) const override
DifferentiableSystem sys_type
virtual Real error_order() const
SteadySolver(sys_type &s)
virtual bool is_steady() const override
bool(DifferentiablePhysics::* ResFuncType)(bool, DiffContext &)
virtual bool _general_residual(bool request_jacobian, DiffContext &, ResFuncType time_deriv, ResFuncType constraint)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual bool nonlocal_residual(bool request_jacobian, DiffContext &) override
virtual bool element_residual(bool request_jacobian, DiffContext &) override
virtual bool side_residual(bool request_jacobian, DiffContext &) override