![]() |
waves
Basic FE playground
|
a class containing the problem parameters More...
#include <wSolver.h>
Public Member Functions | |
Solver (Problem &pbl, std::shared_ptr< tbox::LinearSolver > _linsol, int nthreads=1) | |
void | start (tbox::MshExport *mshWriter) |
virtual void | write (std::ostream &out) const override |
Public Attributes | |
Problem & | pbl |
std::shared_ptr< tbox::LinearSolver > | linsol |
linear solver More... | |
fwk::Timers | tms |
timers More... | |
int | nthreads |
nb of threads for the assembly More... | |
a class containing the problem parameters
Solver::Solver | ( | Problem & | pbl, |
std::shared_ptr< tbox::LinearSolver > | _linsol, | ||
int | nthreads = 1 |
||
) |
void mirrors::Solver::start | ( | tbox::MshExport * | mshWriter | ) |
|
overridevirtual |
std::shared_ptr<tbox::LinearSolver> mirrors::Solver::linsol |
linear solver
int mirrors::Solver::nthreads |
nb of threads for the assembly
Problem& mirrors::Solver::pbl |
fwk::Timers mirrors::Solver::tms |
timers