|
Xpetra Version of the Day
|
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) |
Xpetra namespace
Namespace for Xpetra classes and methods.
| 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.
| 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.
| TEUCHOS_DEPRECATED RCP< T > Teuchos::rcp | ( | T * | p, |
| Dealloc_T | dealloc, | ||
| bool | owns_mem ) |
| std::string Teuchos::typeName | ( | const T & | t | ) |