Advanced Multi-Physics (AMP)
On-Line Documentation
Stats.h
Go to the documentation of this file.
1#ifndef included_AMP_AMG_STATS
2#define included_AMP_AMG_STATS
3
4#include <string>
5#include <vector>
6
7#include "AMP/solvers/amg/Cycle.h"
8
9namespace AMP::Solver::AMG {
10
18template<class T, std::enable_if_t<is_level_v<T>, bool> = true>
19void print_summary( const std::string &amg_name,
20 const std::vector<T> &ml,
21 const SolverStrategy &cg_solver );
22
23} // namespace AMP::Solver::AMG
24
25#endif
void print_summary(const std::string &amg_name, const std::vector< T > &ml, const SolverStrategy &cg_solver)



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:41.
Comments on this page