|
Zoltan2
|
#include <Zoltan2_IdentifierMap.hpp>#include <Zoltan2_TestHelpers.hpp>#include <Teuchos_Comm.hpp>#include <Teuchos_DefaultComm.hpp>#include <Teuchos_RCP.hpp>#include <Teuchos_ArrayRCP.hpp>#include <Teuchos_Array.hpp>#include <Teuchos_ArrayView.hpp>
Go to the source code of this file.
Classes | |
| struct | UserIdTraits< T > |
| struct | UserIdTraits< std::pair< int, int > > |
| struct | UserIdTraits< long > |
| struct | UserIdTraits< int > |
Functions | |
| template<typename IDMAP > | |
| void | testIdMap (RCP< const Comm< int > > &comm, IDMAP *map, bool gnosAreGids, bool gnosAreConsecutive, ArrayRCP< typename IDMAP::zgid_t > &gids, ArrayRCP< typename IDMAP::zgid_t > &remoteGids, bool verbose) |
| int | main (int argc, char *argv[]) |
| void testIdMap | ( | RCP< const Comm< int > > & | comm, |
| IDMAP * | map, | ||
| bool | gnosAreGids, | ||
| bool | gnosAreConsecutive, | ||
| ArrayRCP< typename IDMAP::zgid_t > & | gids, | ||
| ArrayRCP< typename IDMAP::zgid_t > & | remoteGids, | ||
| bool | verbose | ||
| ) |
Definition at line 110 of file IdentifierMap.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 261 of file IdentifierMap.cpp.
1.7.6.1