Reference documentation for deal.II version 9.6.0
|
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::fe_index = unsigned short int |
using | types::global_dof_index = unsigned int |
using | types::signed_global_dof_index = 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 |
Variables | |
static const unsigned int | numbers::invalid_unsigned_int |
const types::global_dof_index | numbers::invalid_size_type |
const types::fe_index | numbers::invalid_fe_index = static_cast<types::fe_index>(-1) |
const types::global_dof_index | numbers::invalid_dof_index |
const types::coarse_cell_id | numbers::invalid_coarse_cell_id |
const types::material_id | numbers::invalid_material_id |
const types::boundary_id | numbers::invalid_boundary_id |
const types::boundary_id | numbers::internal_face_boundary_id |
const types::manifold_id | numbers::flat_manifold_id |
const types::subdomain_id | numbers::invalid_subdomain_id |
const types::subdomain_id | numbers::artificial_subdomain_id |
#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 |