#include "common/DataTypes.hpp"
#include <Epetra_SerialComm.h>
Go to the source code of this file.
◆ toEpetraLongLong() [1/2]
long long* geos::trilinos::toEpetraLongLong |
( |
globalIndex *const |
index | ) |
|
|
inline |
Converts a non-const array from GEOSX globalIndex type to Epetra long long.
- Parameters
-
- Returns
- the converted array
Definition at line 60 of file EpetraUtils.hpp.
◆ toEpetraLongLong() [2/2]
long long const* geos::trilinos::toEpetraLongLong |
( |
globalIndex const *const |
index | ) |
|
|
inline |
Converts a const array from GEOSX globalIndex type to Epetra long long.
- Parameters
-
- Returns
- the converted array
Definition at line 70 of file EpetraUtils.hpp.