Zoltan2
Public Types | Static Public Member Functions | List of all members
AdapterForTests Class Reference

#include <AdapterForTests.hpp>

Public Types

typedef UserInputForTests::tcrsMatrix_t tcrsMatrix_t
 
typedef UserInputForTests::tcrsGraph_t tcrsGraph_t
 
typedef UserInputForTests::tVector_t tVector_t
 
typedef UserInputForTests::tMVector_t tMVector_t
 
typedef UserInputForTests::xcrsMatrix_t xcrsMatrix_t
 
typedef UserInputForTests::xcrsGraph_t xcrsGraph_t
 
typedef UserInputForTests::xVector_t xVector_t
 
typedef UserInputForTests::xMVector_t xMVector_t
 
typedef Zoltan2::BasicUserTypes< zscalar_t, zlno_t, zgno_tuserTypes_t
 
typedef Zoltan2::BaseAdapter< userTypes_tbase_adapter_t
 
typedef Zoltan2::BasicIdentifierAdapter< userTypes_tbasic_id_t
 
typedef Zoltan2::XpetraMultiVectorAdapter< tMVector_txpetra_mv_adapter
 
typedef Zoltan2::XpetraCrsGraphAdapter< tcrsGraph_t, tMVector_txcrsGraph_adapter
 
typedef Zoltan2::XpetraCrsMatrixAdapter< tcrsMatrix_t, tMVector_txcrsMatrix_adapter
 
typedef Zoltan2::BasicVectorAdapter< tMVector_tbasic_vector_adapter
 
typedef Zoltan2::BasicVectorAdapter< tMVector_tpamgen_adapter_t
 

Static Public Member Functions

static base_adapter_tgetAdapterForInput (UserInputForTests *uinput, const ParameterList &pList, const RCP< const Comm< int > > &comm)
 A class method for constructing an input adapter defind in a parameter list. More...
 

Detailed Description

Definition at line 94 of file AdapterForTests.hpp.

Member Typedef Documentation

Definition at line 97 of file AdapterForTests.hpp.

Definition at line 98 of file AdapterForTests.hpp.

Definition at line 99 of file AdapterForTests.hpp.

Definition at line 100 of file AdapterForTests.hpp.

Definition at line 102 of file AdapterForTests.hpp.

Definition at line 103 of file AdapterForTests.hpp.

Definition at line 104 of file AdapterForTests.hpp.

Definition at line 105 of file AdapterForTests.hpp.

Definition at line 107 of file AdapterForTests.hpp.

Definition at line 108 of file AdapterForTests.hpp.

Definition at line 109 of file AdapterForTests.hpp.

Definition at line 110 of file AdapterForTests.hpp.

Definition at line 111 of file AdapterForTests.hpp.

Definition at line 112 of file AdapterForTests.hpp.

Definition at line 113 of file AdapterForTests.hpp.

Definition at line 120 of file AdapterForTests.hpp.

Member Function Documentation

AdapterForTests::base_adapter_t * AdapterForTests::getAdapterForInput ( UserInputForTests uinput,
const ParameterList &  pList,
const RCP< const Comm< int > > &  comm 
)
static

A class method for constructing an input adapter defind in a parameter list.

Parameters
[in]uinputis the data source for adapter
[in]pListis the paramter list defining the data type to be used and adapter type to be costructed
[in]commis the process communicator
Returns
Ptr to the constructed adapter cast to the base class

Definition at line 234 of file AdapterForTests.hpp.


The documentation for this class was generated from the following file: