#include <spectralprop.h>
|
| SpectralPropagatorGaussLobatto (int NPT) |
|
template<typename uT , typename expLT , typename NT > |
uT | step (double t, double Delta, const uT &u0, const expLT &expL, const NT &N, const double eps=1e-12, bool doprint=false) |
|
|
double | p (int i, double t) |
|
template<typename uT > |
uT | u (double dt, const std::vector< uT > &v) |
|
|
const int | NPT |
|
std::vector< double > | w |
|
std::vector< double > | x |
|
◆ SpectralPropagatorGaussLobatto()
madness::SpectralPropagatorGaussLobatto::SpectralPropagatorGaussLobatto |
( |
int |
NPT | ) |
|
|
inline |
◆ p()
double madness::SpectralPropagatorGaussLobatto::p |
( |
int |
i, |
|
|
double |
t |
|
) |
| |
|
inlineprivate |
References NPT, and x.
Referenced by u().
◆ step()
template<typename uT , typename expLT , typename NT >
uT madness::SpectralPropagatorGaussLobatto::step |
( |
double |
t, |
|
|
double |
Delta, |
|
|
const uT & |
u0, |
|
|
const expLT & |
expL, |
|
|
const NT & |
N, |
|
|
const double |
eps = 1e-12 , |
|
|
bool |
doprint = false |
|
) |
| |
|
inline |
◆ u()
template<typename uT >
uT madness::SpectralPropagatorGaussLobatto::u |
( |
double |
dt, |
|
|
const std::vector< uT > & |
v |
|
) |
| |
|
inlineprivate |
◆ NPT
const int madness::SpectralPropagatorGaussLobatto::NPT |
|
private |
std::vector<double> madness::SpectralPropagatorGaussLobatto::w |
|
private |
std::vector<double> madness::SpectralPropagatorGaussLobatto::x |
|
private |
The documentation for this class was generated from the following file: