Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs | Functions
mapRemotes.cpp File Reference
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_ArrayRCP.hpp"
#include "Tpetra_Map.hpp"
#include <string>
#include <iostream>
Include dependency graph for mapRemotes.cpp:

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 Documentation

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.

Function Documentation

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.