46 #ifndef MUELU_ZOLTAN2INTERFACE_DECL_HPP 47 #define MUELU_ZOLTAN2INTERFACE_DECL_HPP 51 #if defined(HAVE_MUELU_ZOLTAN2) && defined(HAVE_MPI) 53 #include <Xpetra_Matrix.hpp> 54 #include <Xpetra_VectorFactory.hpp> 74 template <
class Scalar,
75 class LocalOrdinal =
typename Xpetra::Matrix<Scalar>::local_ordinal_type,
76 class GlobalOrdinal =
typename Xpetra::Matrix<Scalar, LocalOrdinal>::global_ordinal_type,
77 class Node =
typename Xpetra::Matrix<Scalar, LocalOrdinal, GlobalOrdinal>::node_type>
80 #undef MUELU_ZOLTAN2INTERFACE_SHORT 115 #define MUELU_ZOLTAN2INTERFACE_SHORT 116 #endif //if defined(HAVE_MUELU_ZOLTAN2) && defined(HAVE_MPI) 118 #endif // MUELU_ZOLTAN2INTERFACE_DECL_HPP RCP< ParameterList > defaultZoltan2Params
Zoltan2Interface()
Constructor.
Namespace for MueLu classes and methods.
virtual ~Zoltan2Interface()
Destructor.
Class that holds all level-specific information.
Interface to Zoltan2 library.
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level &level) const
Build an object with this factory.
Base class for factories that use one level (currentLevel).
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.