Xpetra Version of the Day
Loading...
Searching...
No Matches
Xpetra::TpetraVector< Scalar, int, int, EpetraNode >::Xpetra Namespace Reference

Xpetra namespace More...

Classes

class  Array
class  ArrayRCP
class  ArrayView
class  Comm
struct  OrdinalTraits
class  RCP
struct  ScalarTraits
class  ParameterList

Typedefs

typedef Teuchos_Ordinal Array_size_type
 Size type for Teuchos Array objects.
typedef size_t global_size_t
 Global size_t object.

Functions

TEUCHOS_DEPRECATED RCP< T > rcp (T *p, Dealloc_T dealloc, bool owns_mem)
std::string typeName (const T &t)

Detailed Description

Xpetra namespace

Namespace for Xpetra classes and methods.

Typedef Documentation

◆ Array_size_type

typedef Teuchos_Ordinal Xpetra::TpetraVector< Scalar, int, int, EpetraNode >::Xpetra::Array_size_type

Size type for Teuchos Array objects.

Definition at line 64 of file Xpetra_TpetraVector_def.hpp.

◆ global_size_t

typedef size_t Xpetra::TpetraVector< Scalar, int, int, EpetraNode >::Xpetra::global_size_t

Global size_t object.

Set at configure time, this type is intended to support scenarios where the global memory allocation is larger than that of a single node.

Currently, it is typedefed to size_t.

Definition at line 139 of file Xpetra_TpetraVector_def.hpp.

Function Documentation

◆ rcp()

TEUCHOS_DEPRECATED RCP< T > Teuchos::rcp ( T * p,
Dealloc_T dealloc,
bool owns_mem )

◆ typeName()

std::string Teuchos::typeName ( const T & t)