![]() |
Reference documentation for deal.II version 9.4.2
|
Go to the source code of this file.
Namespaces | |
| namespace | types |
| namespace | TrilinosWrappers |
| namespace | TrilinosWrappers::types |
| namespace | numbers |
Macros | |
| #define | DEAL_II_VERTEX_INDEX_MPI_TYPE MPI_UINT64_T |
| #define | DEAL_II_DOF_INDEX_MPI_TYPE MPI_UNSIGNED |
Typedefs | |
| using | types::subdomain_id = unsigned int |
| using | types::global_vertex_index = std::uint64_t |
| using | types::global_dof_index = unsigned int |
| using | types::global_cell_index = unsigned int |
| using | types::coarse_cell_id = global_cell_index |
| using | types::boundary_id = unsigned int |
| using | types::manifold_id = unsigned int |
| using | types::material_id = unsigned int |
| using | types::geometric_entity_type = std::uint8_t |
| using | TrilinosScalar = double |
| using | TrilinosWrappers::types::int64_type = long long int |
| using | TrilinosWrappers::types::int_type = int |
| #define DEAL_II_VERTEX_INDEX_MPI_TYPE MPI_UINT64_T |
An identifier that denotes the MPI type associated with types::global_vertex_index.
| #define DEAL_II_DOF_INDEX_MPI_TYPE MPI_UNSIGNED |
An identifier that denotes the MPI type associated with types::global_dof_index.
| using TrilinosScalar = double |