implicit Newmark
More...
#include <wNewmark.h>
|
| Newmark (std::shared_ptr< Problem > _pbl) |
|
virtual | ~Newmark () |
|
virtual void | start (tbox::MshExport *mshWriter) override |
|
virtual const char * | clsname () const override |
|
| TimeIntegration (std::shared_ptr< waves::Problem > _pbl) |
|
void | dummyIC () |
|
void | buildS (Eigen::SparseMatrix< double, Eigen::RowMajor > &S2) |
|
void | buildKM (Eigen::SparseMatrix< double, Eigen::RowMajor > &K2, std::vector< double > &Md, std::vector< double > const &u) |
|
void | buildKM_tbb_lambda (Eigen::SparseMatrix< double, Eigen::RowMajor > &K2, std::vector< double > &Md, std::vector< double > const &u) |
|
void | setGUI (DisplayHook &hook) |
|
void | stop () |
|
virtual void | write (std::ostream &out) const override |
|
◆ Newmark()
Newmark::Newmark |
( |
std::shared_ptr< Problem > |
_pbl | ) |
|
◆ ~Newmark()
virtual waves::Newmark::~Newmark |
( |
| ) |
|
|
inlinevirtual |
◆ clsname()
virtual const char* waves::Newmark::clsname |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ start()
void Newmark::start |
( |
tbox::MshExport * |
mshWriter | ) |
|
|
overridevirtual |
◆ beta
double waves::Newmark::beta |
◆ gamma
double waves::Newmark::gamma |
The documentation for this class was generated from the following files: