#include "src/multi_indices/TagMultiIndices.hpp"
|
template<class IT > |
static DofIdx | get_index (const IT &it) |
| extract global dof index from iterator
|
|
Definition at line 45 of file TagMultiIndices.hpp.
◆ get_index()
static DofIdx MoFEM::PetscLocalIdx_mi_tag::get_index |
( |
const IT & | it | ) |
|
|
inlinestatic |
extract global dof index from iterator
Definition at line 48 of file TagMultiIndices.hpp.
48 {
49 return (*it)->getPetscLocalDofIdx();
50 }
◆ IamNotPartitioned
const bool MoFEM::PetscLocalIdx_mi_tag::IamNotPartitioned = false |
|
static |
The documentation for this struct was generated from the following files: