MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu::Zoltan2Utilities< Scalar, LocalOrdinal, GlobalOrdinal, Node > Struct Template Reference

#include <MueLu_Zoltan2Interface_decl.hpp>

Public Types

using real_type = typename Teuchos::ScalarTraits< SC >::coordinateType
 
using RealValuedMultiVector = typename Xpetra::MultiVector< real_type, LO, GO, NO >
 

Static Public Member Functions

static RCP< GOVector > ComputeDecomposition (int numPartitions, RCP< Matrix > &A, RCP< RealValuedMultiVector > coords, Teuchos::ParameterList &Zoltan2Params, std::string debuggingFile="")
 

Detailed Description

template<class Scalar, class LocalOrdinal = DefaultLocalOrdinal, class GlobalOrdinal = DefaultGlobalOrdinal, class Node = DefaultNode>
struct MueLu::Zoltan2Utilities< Scalar, LocalOrdinal, GlobalOrdinal, Node >

Definition at line 210 of file MueLu_Zoltan2Interface_decl.hpp.

Member Typedef Documentation

◆ real_type

template<class Scalar , class LocalOrdinal = DefaultLocalOrdinal, class GlobalOrdinal = DefaultGlobalOrdinal, class Node = DefaultNode>
using MueLu::Zoltan2Utilities< Scalar, LocalOrdinal, GlobalOrdinal, Node >::real_type = typename Teuchos::ScalarTraits<SC>::coordinateType

Definition at line 214 of file MueLu_Zoltan2Interface_decl.hpp.

◆ RealValuedMultiVector

template<class Scalar , class LocalOrdinal = DefaultLocalOrdinal, class GlobalOrdinal = DefaultGlobalOrdinal, class Node = DefaultNode>
using MueLu::Zoltan2Utilities< Scalar, LocalOrdinal, GlobalOrdinal, Node >::RealValuedMultiVector = typename Xpetra::MultiVector<real_type, LO, GO, NO>

Definition at line 215 of file MueLu_Zoltan2Interface_decl.hpp.

Member Function Documentation

◆ ComputeDecomposition()

template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node >
RCP< typename Zoltan2Utilities< Scalar, LocalOrdinal, GlobalOrdinal, Node >::GOVector > MueLu::Zoltan2Utilities< Scalar, LocalOrdinal, GlobalOrdinal, Node >::ComputeDecomposition ( int  numPartitions,
RCP< Matrix > &  A,
RCP< RealValuedMultiVector coords,
Teuchos::ParameterList &  Zoltan2Params,
std::string  debuggingFile = "" 
)
static

Definition at line 149 of file MueLu_Zoltan2Interface_def.hpp.


The documentation for this struct was generated from the following files: