MueLu
Version of the Day
|
#include <string>
#include <Xpetra_Matrix_fwd.hpp>
#include <Xpetra_MatrixFactory2_fwd.hpp>
#include <Xpetra_Vector_fwd.hpp>
#include <Xpetra_VectorFactory_fwd.hpp>
#include "MueLu_ConfigDefs.hpp"
#include "MueLu_RAPShiftFactory_fwd.hpp"
#include "MueLu_FactoryBase_fwd.hpp"
#include "MueLu_Level_fwd.hpp"
#include "MueLu_PerfUtils_fwd.hpp"
#include "MueLu_TwoLevelFactoryBase.hpp"
#include "MueLu_UseShortNames.hpp"
Go to the source code of this file.
Classes | |
class | MueLu::RAPShiftFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
Factory for building coarse grid matrices, when the matrix is of the form K+a*M. Useful when you want to change the shift variable ("a") at every level. Each level must store the stiffness matrix K and mass matrix M separately. More... | |
Namespaces | |
MueLu | |
Namespace for MueLu classes and methods. | |
Macros | |
#define | MUELU_RAPSHIFTFACTORY_SHORT |
#define MUELU_RAPSHIFTFACTORY_SHORT |
Definition at line 112 of file MueLu_RAPShiftFactory_decl.hpp.