#include <map>
#include <set>
#include <mpi.h>
#include "PanzerDofMgr_config.hpp"
#include "Panzer_FieldPattern.hpp"
#include "Panzer_FieldAggPattern.hpp"
#include "Panzer_GeometricAggFieldPattern.hpp"
#include "Panzer_ConnManager.hpp"
#include "Panzer_GlobalIndexer_Utilities.hpp"
#include "Panzer_DOFManager.hpp"
#include "Panzer_DOFManager_Functors.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Panzer_NodalFieldPattern.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_ArrayView.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_Export.hpp"
#include "Tpetra_Vector.hpp"
#include "Tpetra_MultiVector.hpp"
#include <unordered_set>
Go to the source code of this file.
#define PANZER_DOF_MANAGER2_IMPL_HPP |
const std::vector<std::pair<int,LocalOrdinal> >& pid_and_lid const |
Initial value:{
int intkey = (int) ((GID & 0x000000007fffffffLL) +
((GID & 0x7fffffff80000000LL) >> 31))
Definition at line 63 of file Panzer_DOFManager.cpp.