|
Zoltan2
|
#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.
Typedefs | |
| typedef Tpetra::Map | map_t |
| typedef map_t::local_ordinal_type | lno_t |
| typedef map_t::global_ordinal_type | gno_t |
Functions | |
| int | searchIt (const map_t &myMap, const std::string &myName) |
| int | main (int narg, char **arg) |
| typedef Tpetra::Map map_t |
Definition at line 16 of file mapRemotes.cpp.
| typedef map_t::local_ordinal_type lno_t |
Definition at line 17 of file mapRemotes.cpp.
| typedef map_t::global_ordinal_type gno_t |
Definition at line 18 of file mapRemotes.cpp.
| int searchIt | ( | const map_t & | myMap, |
| const std::string & | myName ) |
Definition at line 22 of file mapRemotes.cpp.
| int main | ( | int | narg, |
| char ** | arg ) |
Definition at line 78 of file mapRemotes.cpp.