|
ug4
|
#include "lib_algebra/operator/interface/preconditioner.h"#include <vector>#include <algorithm>#include "pcl/pcl_util.h"#include "lib_algebra/parallelization/parallelization_util.h"#include "lib_algebra/parallelization/parallel_matrix_overlap_impl.h"Go to the source code of this file.
Classes | |
| class | ug::ComponentGaussSeidel< TDomain, TAlgebra > |
| ComponentGaussSeidel Preconditioner. More... | |
| struct | ug::ComponentGaussSeidel< TDomain, TAlgebra >::DimCache |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<typename TGroupObj , typename GF > | |
| void | ug::extract_by_grouping (std::vector< std::vector< DoFIndex > > &vvDoFIndex, const GF &c, const std::vector< size_t > &vFullRowCmp, const std::vector< size_t > &vRemainCmp) |