![]() |
MoCSI API Reference
|
#include <GenericSolver.h>


Public Member Functions | |
| SolverInterface (SimulationClassBase< T > *sim, std::shared_ptr< MatrixManager< T > > matrix_manager_ptr) | |
| virtual void | solveMatrixSystem (std::string_view field_name)=0 |
| virtual | ~SolverInterface ()=default |
Protected Attributes | |
| SimulationClassBase< T > * | sim {} |
| std::shared_ptr< MatrixManager< T > > | m_matrix_manager {} |
| SolverInterface< T >::SolverInterface | ( | SimulationClassBase< T > * | sim, |
| std::shared_ptr< MatrixManager< T > > | matrix_manager_ptr | ||
| ) |
|
virtualdefault |
|
pure virtual |
Implemented in TridiagonalMatrixSolver< T >.
|
protected |
|
protected |