Tpetra parallel linear algebra
Version of the Day
|
#include "Tpetra_Directory.hpp"
#include "Tpetra_Details_FixedHashTable.hpp"
#include "Tpetra_Details_gathervPrint.hpp"
#include "Tpetra_Details_printOnce.hpp"
#include "Tpetra_Core.hpp"
#include "Tpetra_Util.hpp"
#include "Teuchos_as.hpp"
#include "Teuchos_TypeNameTraits.hpp"
#include "Teuchos_CommHelpers.hpp"
#include "Tpetra_Details_mpiIsInitialized.hpp"
#include "Tpetra_Details_extractMpiCommFromTeuchos.hpp"
#include "Tpetra_Details_initializeKokkos.hpp"
#include <stdexcept>
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
Tpetra | |
Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
Macros | |
#define | TPETRA_MAP_INSTANT(LO, GO, NODE) |
Explicit instantiation macro supporting the Map class. Instantiates the class and the non-member constructors. More... | |
#define | TPETRA_MAP_INSTANT_DEFAULTNODE(LO, GO) |
Explicit instantiation macro supporting the Map class, on the default node for specified ordinals. More... | |
Implementation of the methods of Tpetra::Map, and of related nonmember constructors for Tpetra::Map.
Definition in file Tpetra_Map_def.hpp.
#define TPETRA_MAP_INSTANT | ( | LO, | |
GO, | |||
NODE | |||
) |
Explicit instantiation macro supporting the Map class. Instantiates the class and the non-member constructors.
Definition at line 2446 of file Tpetra_Map_def.hpp.
#define TPETRA_MAP_INSTANT_DEFAULTNODE | ( | LO, | |
GO | |||
) |
Explicit instantiation macro supporting the Map class, on the default node for specified ordinals.
Definition at line 2477 of file Tpetra_Map_def.hpp.