Rheolef  7.1
an efficient C++ finite element environment
space_numbering.cc File Reference

Go to the source code of this file.

Namespaces

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

Macros

#define _RHEOLEF_instanciate(T)
 

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 dis_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_nnod (const basis_basic< T > &b, const geo_size &gs, size_type map_dim)
 
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 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, 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, std::vector< size_type > &dis_idof_tab)
 

Macro Definition Documentation

◆ _RHEOLEF_instanciate

#define _RHEOLEF_instanciate (   T)

Definition at line 292 of file space_numbering.cc.