schwz  Generated automatically from develop
Functions
schwz::SolverTools Namespace Reference

The SolverTools namespace . More...

Functions

template<typename ValueType , typename IndexType >
void solve_direct_ginkgo (const Settings &settings, const Metadata< ValueType, IndexType > &metadata, const std::shared_ptr< gko::solver::LowerTrs< ValueType, IndexType >> &L_solver, const std::shared_ptr< gko::solver::UpperTrs< ValueType, IndexType >> &U_solver, std::shared_ptr< gko::matrix::Dense< ValueType >> &work_vector, std::shared_ptr< gko::matrix::Dense< ValueType >> &local_solution)
 
template<typename ValueType , typename IndexType >
void solve_iterative_ginkgo (const Settings &settings, const Metadata< ValueType, IndexType > &metadata, const std::shared_ptr< gko::LinOp > &solver, const std::shared_ptr< gko::matrix::Dense< ValueType >> &local_rhs, std::shared_ptr< gko::matrix::Dense< ValueType >> &local_solution)
 
template<typename ValueType , typename IndexType >
void extract_local_vector (const Settings &settings, const Metadata< ValueType, IndexType > &metadata, gko::matrix::Dense< ValueType > *sub_vector, const gko::matrix::Dense< ValueType > *vector, const IndexType &vec_index)
 

Detailed Description

The SolverTools namespace .

solver_tools