Advanced Multi-Physics (AMP)
On-Line Documentation
AggregationSettings.h
Go to the documentation of this file.
1#ifndef included_AMP_AMG_AggregationSettings
2#define included_AMP_AMG_AggregationSettings
3
4#include <string>
5
6namespace AMP::Solver::AMG {
7
10 std::string strength_measure;
11 bool checkdd;
12};
13
17 {
18 strength_threshold = other.strength_threshold;
19 strength_measure = other.strength_measure;
20 checkdd = other.checkdd;
21 return *this;
22 }
23};
24
25} // namespace AMP::Solver::AMG
26#endif
PairwiseCoarsenSettings & operator=(const CoarsenSettings &other)



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