OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Namespaces | Typedefs
AmrMultiGridDefs.h File Reference
#include <Tpetra_Map.hpp>
#include <Tpetra_Vector.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_ArrayRCP.hpp>
#include <Teuchos_DefaultMpiComm.hpp>
#include <Kokkos_DefaultNode.hpp>
Include dependency graph for AmrMultiGridDefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 amr
 Some AMR types used a lot.
 

Typedefs

typedef double amr::scalar_t
 
typedef int amr::local_ordinal_t
 
typedef long amr::global_ordinal_t
 
typedef KokkosClassic::DefaultNode::DefaultNodeType amr::node_t
 
typedef Tpetra::CrsMatrix< scalar_t, local_ordinal_t, global_ordinal_t, node_t > amr::matrix_t
 
typedef Tpetra::Vector< scalar_t, local_ordinal_t, global_ordinal_t, node_t > amr::vector_t
 
typedef Tpetra::Operator< scalar_t, local_ordinal_t, global_ordinal_t, node_t > amr::operator_t
 
typedef Tpetra::MultiVector< scalar_t, local_ordinal_t, global_ordinal_t, node_t > amr::multivector_t
 
typedef Tpetra::Map< local_ordinal_t, global_ordinal_t, node_t > amr::dmap_t
 
typedef Teuchos::MpiComm< int > amr::comm_t