GEOS
Namespaces | Typedefs | Functions
EpetraUtils.hpp File Reference
#include "common/DataTypes.hpp"
#include <Epetra_SerialComm.h>

Go to the source code of this file.

Namespaces

 geos
 

Typedefs

using geos::trilinos::EpetraComm = Epetra_SerialComm
 Serial fallback alias for Epetra communicator.
 

Functions

long long * geos::trilinos::toEpetraLongLong (globalIndex *const index)
 Converts a non-const array from GEOSX globalIndex type to Epetra long long. More...
 
long long const * geos::trilinos::toEpetraLongLong (globalIndex const *const index)
 Converts a const array from GEOSX globalIndex type to Epetra long long. More...
 

Function Documentation

◆ 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
[in]indexthe input array
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
[in]indexthe input array
Returns
the converted array

Definition at line 70 of file EpetraUtils.hpp.