Go to the documentation of this file.
20 #ifndef LIBMESH_EULER2_SOLVER_H
21 #define LIBMESH_EULER2_SOLVER_H
24 #include "libmesh/first_order_unsteady_solver.h"
128 #endif // LIBMESH_EULER2_SOLVER_H
virtual bool nonlocal_residual(bool request_jacobian, DiffContext &) override
This method uses the DifferentiablePhysics' nonlocal_time_derivative() and nonlocal_constraint() to b...
Generic class from which first order UnsteadySolvers should subclass.
bool(DifferentiablePhysics::* ResFuncType)(bool, DiffContext &)
Definitions of argument types for use in refactoring subclasses.
virtual void reinit() override
The reinitialization function.
virtual bool _general_residual(bool request_jacobian, DiffContext &, ResFuncType mass, ResFuncType damping, ResFuncType time_deriv, ResFuncType constraint, ReinitFuncType reinit, bool compute_second_order_eqns)
This method is the underlying implementation of the public residual methods.
The libMesh namespace provides an interface to certain functionality in the library.
void(DiffContext::* ReinitFuncType)(Real)
This class provides a specific system class.
This class defines a theta-method (defaulting to Backward Euler with theta = 1.0) solver to handle ti...
virtual bool element_residual(bool request_jacobian, DiffContext &) override
This method uses the DifferentiablePhysics' element_time_derivative() and element_constraint() to bui...
virtual ~Euler2Solver()
Destructor.
Euler2Solver(sys_type &s)
Constructor.
virtual Real error_order() const override
Error convergence order: 2 for Crank-Nicolson, 1 otherwise.
bool compute_second_order_eqns(bool compute_jacobian, DiffContext &c)
If there are second order variables, then we need to compute their residual equations and correspondi...
This class provides all data required for a physics package (e.g.
FirstOrderUnsteadySolver Parent
The parent class.
Real theta
The value for the theta method to employ: 1.0 corresponds to backwards Euler, 0.0 corresponds to forw...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual bool side_residual(bool request_jacobian, DiffContext &) override
This method uses the DifferentiablePhysics' side_time_derivative() and side_constraint() to build a f...