Zoltan2
Loading...
Searching...
No Matches
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

◆ map_t

typedef Tpetra::Map map_t

Definition at line 25 of file mapRemotes.cpp.

◆ lno_t

typedef map_t::local_ordinal_type lno_t

Definition at line 26 of file mapRemotes.cpp.

◆ gno_t

typedef map_t::global_ordinal_type gno_t

Definition at line 27 of file mapRemotes.cpp.

Function Documentation

◆ searchIt()

int searchIt ( const map_t & myMap,
const std::string & myName )

Definition at line 31 of file mapRemotes.cpp.

◆ main()

int main ( int narg,
char ** arg )

Definition at line 87 of file mapRemotes.cpp.