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

Go to the source code of this file.

Functions

int main (int narg, char **arg)
 Small test program showing how to take GIDs that may have duplicates across processors (e.g., mesh vertices that are copied at part boundaries in an element-based decomposition) and assign unique owners to them. More...
 

Function Documentation

int main ( int  narg,
char **  arg 
)

Small test program showing how to take GIDs that may have duplicates across processors (e.g., mesh vertices that are copied at part boundaries in an element-based decomposition) and assign unique owners to them.

Definition at line 19 of file mapOneToOne.cpp.