ug4
|
#include <iostream>
#include <sstream>
#include "lib_algebra/operator/interface/operator_inverse.h"
#include "lib_algebra/operator/interface/matrix_operator_inverse.h"
#include "lib_algebra/operator/interface/preconditioner.h"
#include "lib_algebra/parallelization/collect_matrix.h"
#include "lib_algebra/parallelization/parallelization.h"
#include "lib_algebra/parallelization/parallelization_util.h"
Go to the source code of this file.
Classes | |
class | ug::AgglomeratingBase< TBase, TAlgebra > |
class | ug::AgglomeratingIterator< TAlgebra > |
class | ug::AgglomeratingPreconditioner< TAlgebra > |
class | ug::AgglomeratingSolver< TAlgebra > |
Namespaces | |
ug | |
the ug namespace | |
Functions | |
template<typename T > | |
void | ug::BroadcastVectorFromOne (HorizontalAlgebraLayouts &agglomerationLayout, ParallelVector< T > &vec, const ParallelVector< T > &collectedVec, ParallelStorageType type) |
template<typename T > | |
void | ug::GatherVectorOnOne (HorizontalAlgebraLayouts &agglomerationLayout, ParallelVector< T > &collectedVec, const ParallelVector< T > &vec, ParallelStorageType type) |