Reference documentation for deal.II version 9.2.0
|
Go to the source code of this file.
Namespaces | |
types | |
TrilinosWrappers | |
TrilinosWrappers::types | |
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 = 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 | TrilinosScalar = double |
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 |