MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::RK6Solver Class Reference

#include <ode.hpp>

Inheritance diagram for mfem::RK6Solver:
[legend]
Collaboration diagram for mfem::RK6Solver:
[legend]

Public Member Functions

 RK6Solver ()
 
- Public Member Functions inherited from mfem::ExplicitRKSolver
 ExplicitRKSolver (int s_, const real_t *a_, const real_t *b_, const real_t *c_)
 
void Init (TimeDependentOperator &f_) override
 Associate a TimeDependentOperator with the ODE solver.
 
void Step (Vector &x, real_t &t, real_t &dt) override
 Perform a time step from time t [in] to time t [out] based on the requested step size dt [in].
 
virtual ~ExplicitRKSolver ()
 
- Public Member Functions inherited from mfem::ODESolver
 ODESolver ()
 
virtual void Run (Vector &x, real_t &t, real_t &dt, real_t tf)
 Perform time integration from time t [in] to time tf [in].
 
virtual int GetStateSize ()
 Returns how many State vectors the ODE requires.
 
virtual ~ODESolver ()
 

Additional Inherited Members

- Static Public Member Functions inherited from mfem::ODESolver
static MFEM_EXPORT std::unique_ptr< ODESolverSelect (const int ode_solver_type)
 
static MFEM_EXPORT std::unique_ptr< ODESolverSelectExplicit (const int ode_solver_type)
 
static MFEM_EXPORT std::unique_ptr< ODESolverSelectImplicit (const int ode_solver_type)
 
- Static Public Attributes inherited from mfem::ODESolver
static MFEM_EXPORT std::string ExplicitTypes
 
static MFEM_EXPORT std::string ImplicitTypes
 
static MFEM_EXPORT std::string Types
 
- Protected Attributes inherited from mfem::ODESolver
TimeDependentOperatorf
 Pointer to the associated TimeDependentOperator.
 
MemoryType mem_type
 

Detailed Description

An 8-stage, 6th order RK method. From Verner's "efficient" 9-stage 6(5) pair.

Definition at line 313 of file ode.hpp.

Constructor & Destructor Documentation

◆ RK6Solver()

mfem::RK6Solver::RK6Solver ( )
inline

Definition at line 319 of file ode.hpp.


The documentation for this class was generated from the following files: