![]() |
waves
Basic FE playground
|
This is the complete list of members for waves::RungeKutta, including all inherited members.
buildKM(Eigen::SparseMatrix< double, Eigen::RowMajor > &K2, std::vector< double > &Md, std::vector< double > const &u) | waves::TimeIntegration | |
buildKM_tbb_lambda(Eigen::SparseMatrix< double, Eigen::RowMajor > &K2, std::vector< double > &Md, std::vector< double > const &u) | waves::TimeIntegration | |
buildS(Eigen::SparseMatrix< double, Eigen::RowMajor > &S2) | waves::TimeIntegration | |
chrono1 | waves::TimeIntegration | |
clsname() const override | waves::RungeKutta | inlinevirtual |
dhook | waves::TimeIntegration | |
dt | waves::TimeIntegration | |
dummyIC() | waves::TimeIntegration | |
nthreads | waves::TimeIntegration | |
pbl | waves::TimeIntegration | |
predictor(std::vector< double > &up2, std::vector< double > &vp2, std::vector< double > &up1, std::vector< double > &vp1, std::vector< double > &u0, std::vector< double > &v0, double dt, std::vector< double > &Md, Eigen::SparseMatrix< double, Eigen::RowMajor > &K, Eigen::SparseMatrix< double, Eigen::RowMajor > &S, double ak, double t) | waves::RungeKutta | private |
RungeKutta(std::shared_ptr< Problem > _pbl) | waves::RungeKutta | |
savefreq | waves::TimeIntegration | |
setGUI(DisplayHook &hook) | waves::TimeIntegration | inline |
start(tbox::MshExport *mshWriter) override | waves::RungeKutta | virtual |
stop() | waves::TimeIntegration | inline |
stopit | waves::TimeIntegration | |
TimeIntegration(std::shared_ptr< waves::Problem > _pbl) | waves::TimeIntegration | |
ttot | waves::TimeIntegration | |
u1 | waves::TimeIntegration | |
v1 | waves::TimeIntegration | |
verbose | waves::TimeIntegration | |
wgmsh | waves::TimeIntegration | |
write(std::ostream &out) const override | waves::TimeIntegration | virtual |
~RungeKutta() | waves::RungeKutta | inlinevirtual |