schwz
Generated automatically from develop
|
The conv_tools namespace . More...
Functions | |
template<typename ValueType , typename IndexType > | |
void | put_all_local_residual_norms (const Settings &settings, Metadata< ValueType, IndexType > &metadata, ValueType &local_resnorm, std::shared_ptr< gko::matrix::Dense< ValueType >> &local_residual_vector, MPI_Win &window_residual_vector) |
template<typename ValueType , typename IndexType , typename MixedValueType > | |
void | propagate_all_local_residual_norms (const Settings &settings, Metadata< ValueType, IndexType > &metadata, struct Communicate< ValueType, IndexType, MixedValueType >::comm_struct &comm_s, ValueType &local_resnorm, std::shared_ptr< gko::matrix::Dense< ValueType >> &local_residual_vector, MPI_Win &window_residual_vector) |
template<typename ValueType , typename IndexType > | |
void | global_convergence_check_onesided_tree (const Settings &settings, const Metadata< ValueType, IndexType > &metadata, std::shared_ptr< gko::Array< IndexType >> &convergence_vector, int &converged_all_local, int &num_converged_procs, MPI_Win &window_convergence) |
template<typename ValueType , typename IndexType , typename MixedValueType > | |
void | global_convergence_decentralized (const Settings &settings, const Metadata< ValueType, IndexType > &metadata, struct Communicate< ValueType, IndexType, MixedValueType >::comm_struct &comm_s, std::shared_ptr< gko::Array< IndexType >> &convergence_vector, std::shared_ptr< gko::Array< IndexType >> &convergence_sent, std::shared_ptr< gko::Array< IndexType >> &convergence_local, int &converged_all_local, int &num_converged_procs, MPI_Win &window_convergence) |
The conv_tools namespace .