1 #ifndef _RHEOLEF_SPACE_NUMBERING_H
2 #define _RHEOLEF_SPACE_NUMBERING_H
23 #include "rheolef/geo.h"
48 namespace rheolef {
namespace space_numbering {
67 #ifdef _RHEOLEF_HAVE_MPI
see the disarray page for the full documentation
generic mesh with rerefence counting
see the geo_element page for the full documentation
reference_element::size_type size_type
static const variant_type max_variant
void dis_idof(const basis_basic< T > &b, const geo_size &gs, const geo_element &K, typename std::vector< size_type >::iterator dis_idof_tab)
void dis_inod(const basis_basic< T > &b, const geo_size &gs, const geo_element &K, typename std::vector< size_type >::iterator dis_inod_tab)
size_type nnod(const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
size_type dis_nnod(const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
void set_ios_permutations(const basis_basic< T > &b, const geo_basic< T, sequential > &omega, disarray< size_type, sequential > &idof2ios_dis_idof, disarray< size_type, sequential > &ios_idof2dis_idof)
size_type dis_ndof(const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
size_type ndof(const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
void generic_set_ios_permutation(const basis_basic< T > &b, size_t map_d, const geo_size &gs, const std::array< disarray< size_t, distributed >, reference_element::max_variant > &igev2ios_dis_igev, disarray< size_t, distributed > &idof2ios_dis_idof)
geo_element::size_type size_type
This file is part of Rheolef.