#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_ArrayRCP.hpp"
#include "Tpetra_Map.hpp"
#include <string>
#include <iostream>
Go to the source code of this file.
|
typedef Tpetra::Map | map_t |
|
typedef map_t::local_ordinal_type | lno_t |
|
typedef map_t::global_ordinal_type | gno_t |
|
|
int | searchIt (const map_t &myMap, const std::string &myName) |
|
int | main (int narg, char **arg) |
|
typedef Tpetra::Map map_t |
typedef map_t::local_ordinal_type lno_t |
typedef map_t::global_ordinal_type gno_t |
int searchIt |
( |
const map_t & |
myMap, |
|
|
const std::string & |
myName |
|
) |
| |
int main |
( |
int |
narg, |
|
|
char ** |
arg |
|
) |
| |