numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
avf4_formula.h File Reference

Definition of avf4_formula class. More...

+ Include dependency graph for avf4_formula.h:

Go to the source code of this file.

Classes

class  num_collect::ode::avf::avf4_formula< Problem >
 Class of 4th order average vector field (AVF) method [21]. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::ode
 Namespace of solvers of ordinary differential equations (ODE).
 
namespace  num_collect::ode::avf
 Namespace of average vector field (AVF) method.
 

Typedefs

template<concepts::differentiable_problem Problem>
using num_collect::ode::avf::avf4_auto_solver = non_embedded_auto_solver<avf4_formula<Problem>>
 Class of solver using 4th order average vector field (AVF) method [21] with automatic step sizes.
 
template<concepts::differentiable_problem Problem>
using num_collect::ode::avf::avf4_solver = simple_solver<avf4_formula<Problem>>
 Class of solver using 4th order average vector field (AVF) method [21].
 

Detailed Description

Definition of avf4_formula class.

Definition in file avf4_formula.h.