#include <lib-algorithms.h>
Public Member Functions | |
| LEAPs (T &Yin) | |
| T & | operator() (T &Y, double h, AbstFunctor< T > *F_space, AbstFunctor< T > *F_momentum) |
| T & | operator() (T &Y, double h, AbstFunctor< T > *F_space, AbstFunctor< T > *F_momentum, size_t dir) |
Private Attributes | |
| T | Y0 |
| T | Yh |
Definition at line 703 of file lib-algorithms.h.
|
inline |
Definition at line 706 of file lib-algorithms.h.
| T & Algorithms::LEAPs< T >::operator() | ( | T & | Y, |
| double | h, | ||
| AbstFunctor< T > * | F_space, | ||
| AbstFunctor< T > * | F_momentum | ||
| ) |
Definition at line 718 of file lib-algorithms.h.
| T & Algorithms::LEAPs< T >::operator() | ( | T & | Y, |
| double | h, | ||
| AbstFunctor< T > * | F_space, | ||
| AbstFunctor< T > * | F_momentum, | ||
| size_t | dir | ||
| ) |
Definition at line 737 of file lib-algorithms.h.
|
private |
Definition at line 714 of file lib-algorithms.h.
|
private |
Definition at line 714 of file lib-algorithms.h.