Zoltan2
|
#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_t > | userTypes_t |
typedef Zoltan2::BaseAdapter< userTypes_t > | base_adapter_t |
typedef Zoltan2::BasicIdentifierAdapter< userTypes_t > | basic_id_t |
typedef Zoltan2::XpetraMultiVectorAdapter< tMVector_t > | xpetra_mv_adapter |
typedef Zoltan2::XpetraCrsGraphAdapter< tcrsGraph_t, tMVector_t > | xcrsGraph_adapter |
typedef Zoltan2::XpetraCrsMatrixAdapter< tcrsMatrix_t, tMVector_t > | xcrsMatrix_adapter |
typedef Zoltan2::BasicVectorAdapter< tMVector_t > | basic_vector_adapter |
typedef Zoltan2::BasicVectorAdapter< tMVector_t > | pamgen_adapter_t |
Static Public Member Functions | |
static base_adapter_t * | getAdapterForInput (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... | |
Definition at line 94 of file AdapterForTests.hpp.
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.
typedef Zoltan2::XpetraCrsMatrixAdapter<tcrsMatrix_t, tMVector_t> AdapterForTests::xcrsMatrix_adapter |
Definition at line 112 of file AdapterForTests.hpp.
Definition at line 113 of file AdapterForTests.hpp.
Definition at line 120 of file AdapterForTests.hpp.
|
static |
A class method for constructing an input adapter defind in a parameter list.
[in] | uinput | is the data source for adapter |
[in] | pList | is the paramter list defining the data type to be used and adapter type to be costructed |
[in] | comm | is the process communicator |
Definition at line 234 of file AdapterForTests.hpp.