|
ug4
|
#include <iostream>#include <sstream>#include <string>#include <set>#include "lib_algebra/operator/interface/preconditioner.h"#include "lib_algebra/operator/interface/linear_operator.h"#include "lib_algebra/operator/interface/linear_operator_inverse.h"#include "lib_algebra/operator/interface/preconditioned_linear_operator_inverse.h"#include "lib_algebra/operator/interface/matrix_operator.h"#include "lib_algebra/operator/interface/matrix_operator_inverse.h"#include "lib_algebra/parallelization/parallelization.h"#include "lib_algebra/operator/debug_writer.h"#include "schur_complement_inverse_interface.h"#include "pcl/pcl.h"#include "common/log.h"#include "schur.h"Go to the source code of this file.
Classes | |
| class | ug::SchurPrecond< TAlgebra > |
| operator implementation of the DD Schur complement solver More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Macros | |
| #define | PROFILE_SCHUR |
| #define | SCHUR_PROFILE_BEGIN(name) PROFILE_BEGIN_GROUP(name, "algebra schur") |
| #define | SCHUR_PROFILE_END_(name) PROFILE_END_(name) |
| #define | SCHUR_PROFILE_FUNC() PROFILE_FUNC_GROUP("algebra schur") |
| #define PROFILE_SCHUR |
| #define SCHUR_PROFILE_BEGIN | ( | name | ) | PROFILE_BEGIN_GROUP(name, "algebra schur") |
| #define SCHUR_PROFILE_END_ | ( | name | ) | PROFILE_END_(name) |
| #define SCHUR_PROFILE_FUNC | ( | ) | PROFILE_FUNC_GROUP("algebra schur") |