#include "AMP/matrices/CSRMatrix.h"#include "AMP/operators/LinearOperator.h"#include "AMP/operators/Operator.h"#include "AMP/solvers/amg/AggregationSettings.h"#include "AMP/solvers/amg/Aggregator.h"
Go to the source code of this file.
Classes | |
| struct | AMP::Solver::AMG::PairwiseAggregator |
Namespaces | |
| namespace | AMP |
| namespace | AMP::Solver |
| namespace | AMP::Solver::AMG |
Typedefs | |
| using | AMP::Solver::AMG::coarse_ops_type = std::tuple< std::shared_ptr< AMP::Operator::Operator >, std::shared_ptr< AMP::Operator::LinearOperator >, std::shared_ptr< AMP::Operator::Operator > > |
Functions | |
| coarse_ops_type | AMP::Solver::AMG::aggregator_coarsen (std::shared_ptr< AMP::Operator::Operator > fine, Aggregator &aggregator) |
| coarse_ops_type | AMP::Solver::AMG::pairwise_coarsen (std::shared_ptr< AMP::Operator::Operator > fine, const PairwiseCoarsenSettings &settings) |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:41. Comments on this page |