Zoltan2
|
#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>
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... | |
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 28 of file mapOneToOne.cpp.