#include "MueLu_SmootherBase.hpp"
#include <Xpetra_CrsGraphFactory.hpp>
#include <Xpetra_CrsGraph.hpp>
#include <Xpetra_ImportFactory.hpp>
#include <Xpetra_MapFactory.hpp>
#include <Xpetra_Map.hpp>
#include <Xpetra_Matrix.hpp>
#include <Xpetra_MultiVectorFactory.hpp>
#include <Xpetra_MultiVector.hpp>
#include <Xpetra_StridedMap.hpp>
#include <Xpetra_VectorFactory.hpp>
#include <Xpetra_Vector.hpp>
#include "MueLu_SmooVecCoalesceDropFactory_decl.hpp"
#include "MueLu_AmalgamationFactory.hpp"
#include "MueLu_AmalgamationInfo.hpp"
#include "MueLu_Exceptions.hpp"
#include "MueLu_GraphBase.hpp"
#include "MueLu_Graph.hpp"
#include "MueLu_Level.hpp"
#include "MueLu_LWGraph.hpp"
#include "MueLu_MasterList.hpp"
#include "MueLu_Monitor.hpp"
#include "MueLu_PreDropFunctionBaseClass.hpp"
#include "MueLu_PreDropFunctionConstVal.hpp"
#include "MueLu_Utilities.hpp"
#include "MueLu_TopSmootherFactory.hpp"
#include "MueLu_SmootherFactoryBase.hpp"
#include "MueLu_SmootherFactory.hpp"
#include <Xpetra_IO.hpp>
#include <algorithm>
#include <cstdlib>
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Go to the source code of this file.
|
namespace | MueLu |
| Namespace for MueLu classes and methods.
|
|
◆ poly0thOrderCoef
#define poly0thOrderCoef 0 |
◆ poly1stOrderCoef
#define poly1stOrderCoef 1 |
◆ poly2ndOrderCoef
#define poly2ndOrderCoef 2 |
◆ poly3rdOrderCoef
#define poly3rdOrderCoef 3 |
◆ poly4thOrderCoef
#define poly4thOrderCoef 4 |
◆ SET_VALID_ENTRY
#define SET_VALID_ENTRY |
( |
|
name | ) |
validParamList->setEntry(name, MasterList::getEntry(name)) |