v0.14.0
Static Public Member Functions | Static Public Attributes | List of all members
MoFEM::PetscLocalIdx_mi_tag Struct Reference

#include <src/multi_indices/TagMultiIndices.hpp>

Collaboration diagram for MoFEM::PetscLocalIdx_mi_tag:
[legend]

Static Public Member Functions

template<class IT >
static DofIdx get_index (const IT &it)
 extract global dof index from iterator More...
 

Static Public Attributes

static const bool IamNotPartitioned = false
 

Detailed Description

Definition at line 45 of file TagMultiIndices.hpp.

Member Function Documentation

◆ get_index()

template<class IT >
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  }

Member Data Documentation

◆ IamNotPartitioned

const bool MoFEM::PetscLocalIdx_mi_tag::IamNotPartitioned = false
static

Definition at line 46 of file TagMultiIndices.hpp.


The documentation for this struct was generated from the following files: