Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
space_numbering.h File Reference

Go to the source code of this file.

Namespaces

namespace  rheolef
 This file is part of Rheolef.
 
namespace  rheolef::space_numbering
 

Typedefs

typedef geo_element::size_type size_type
 

Functions

template<class T >
size_type ndof (const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
 
template<class T >
size_type nnod (const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
 
template<class T >
size_type dis_ndof (const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
 
template<class T >
size_type dis_nnod (const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
 
template<class T >
void dis_idof (const basis_basic< T > &b, const geo_size &gs, const geo_element &K, std::vector< size_type > &dis_idof_tab)
 
template<class T >
void dis_inod (const basis_basic< T > &b, const geo_size &gs, const geo_element &K, std::vector< size_type > &dis_inod_tab)
 
template<class T >
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)
 
template<class T >
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)
 
template<class T >
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)
 
template<class T >
void set_ios_permutations (const basis_basic< T > &b, const geo_basic< T, distributed > &omega, disarray< size_type, distributed > &idof2ios_dis_idof, disarray< size_type, distributed > &ios_idof2dis_idof)
 
template<class T >
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)