#include "MueLu_ConfigDefs.hpp"
#include "MueLu_VerboseObject.hpp"
#include "MueLu_ReitzingerPFactory_fwd.hpp"
#include "MueLu_Utilities_fwd.hpp"
#include "MueLu_Level_fwd.hpp"
#include "MueLu_Hierarchy_fwd.hpp"
#include "MueLu_RAPFactory_fwd.hpp"
#include "MueLu_RebalanceAcFactory_fwd.hpp"
#include "MueLu_RebalanceTransferFactory_fwd.hpp"
#include "MueLu_PerfUtils_fwd.hpp"
#include "MueLu_SmootherBase_fwd.hpp"
#include "Xpetra_Operator.hpp"
#include "Xpetra_Map_fwd.hpp"
#include "Xpetra_Matrix_fwd.hpp"
#include "Xpetra_MatrixFactory_fwd.hpp"
#include "Xpetra_MultiVectorFactory_fwd.hpp"
#include "Xpetra_VectorFactory_fwd.hpp"
#include "Xpetra_CrsMatrixWrap_fwd.hpp"
#include "MueLu_UseShortNames.hpp"
Go to the source code of this file.
|
| namespace | MueLu |
| | Namespace for MueLu classes and methods.
|
| |
◆ MUELU_MAXWELL1_GET_USER_DATA
| #define MUELU_MAXWELL1_GET_USER_DATA |
( |
|
TYPE, |
|
|
|
NAME, |
|
|
|
VAR |
|
) |
| |
Value: RCP<TYPE> VAR; \
if (List.isType<RCP<TYPE>>(NAME)) \
VAR = List.get<RCP<TYPE>>(NAME, Teuchos::null); \
if (userData.isType<RCP<TYPE>>(NAME)) \
VAR = userData.get<RCP<TYPE>>(NAME, Teuchos::null);
◆ MUELU_MAXWELL1_SHORT
| #define MUELU_MAXWELL1_SHORT |