#include <lib-algorithms.h>
Public Member Functions | |
| LEAPv (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 760 of file lib-algorithms.h.
|
inline |
Definition at line 763 of file lib-algorithms.h.
| T & Algorithms::LEAPv< T >::operator() | ( | T & | Y, |
| double | h, | ||
| AbstFunctor< T > * | F_space, | ||
| AbstFunctor< T > * | F_momentum | ||
| ) |
Definition at line 775 of file lib-algorithms.h.
| T & Algorithms::LEAPv< T >::operator() | ( | T & | Y, |
| double | h, | ||
| AbstFunctor< T > * | F_space, | ||
| AbstFunctor< T > * | F_momentum, | ||
| size_t | dir | ||
| ) |
Definition at line 794 of file lib-algorithms.h.
|
private |
Definition at line 771 of file lib-algorithms.h.
|
private |
Definition at line 771 of file lib-algorithms.h.