OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
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

namespace  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_tamr::matrix_t
typedef Tpetra::Vector< scalar_t, local_ordinal_t, global_ordinal_t, node_tamr::vector_t
typedef Tpetra::Operator< scalar_t, local_ordinal_t, global_ordinal_t, node_tamr::operator_t
typedef Tpetra::MultiVector< scalar_t, local_ordinal_t, global_ordinal_t, node_tamr::multivector_t
typedef Tpetra::Map< local_ordinal_t, global_ordinal_t, node_tamr::dmap_t
typedef Teuchos::MpiComm< int > amr::comm_t