Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
checkmap.h File Reference
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "../epetra_test_err.h"
Include dependency graph for BlockMap_LL/checkmap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int checkmap (Epetra_BlockMap &Map, long long NumGlobalElements, int NumMyElements, long long *MyGlobalElements, int ElementSize, int *ElementSizeList, long long NumGlobalEquations, int NumMyEquations, long long IndexBase, Epetra_Comm &Comm, bool DistributedGlobal, bool IsOneToOne)
 

Function Documentation

◆ checkmap()

int checkmap ( Epetra_BlockMap & Map,
long long NumGlobalElements,
int NumMyElements,
long long * MyGlobalElements,
int ElementSize,
int * ElementSizeList,
long long NumGlobalEquations,
int NumMyEquations,
long long IndexBase,
Epetra_Comm & Comm,
bool DistributedGlobal,
bool IsOneToOne )

Definition at line 44 of file BlockMap_LL/checkmap.cpp.