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

#include <src/multi_indices/DofsMultiIndices.hpp>

Collaboration diagram for MoFEM::NumeredDofEntity_mofem_index_change:
[legend]

Public Member Functions

 NumeredDofEntity_mofem_index_change (const DofIdx mofem_idx)
 
void operator() (boost::shared_ptr< NumeredDofEntity > &dof) const
 

Public Attributes

const DofIdx mofemIdx
 

Detailed Description

Change part and mofem index (multi-index modifier)

Definition at line 597 of file DofsMultiIndices.hpp.

Constructor & Destructor Documentation

◆ NumeredDofEntity_mofem_index_change()

MoFEM::NumeredDofEntity_mofem_index_change::NumeredDofEntity_mofem_index_change ( const DofIdx  mofem_idx)
inline

Definition at line 599 of file DofsMultiIndices.hpp.

600  : mofemIdx(mofem_idx){};

Member Function Documentation

◆ operator()()

void MoFEM::NumeredDofEntity_mofem_index_change::operator() ( boost::shared_ptr< NumeredDofEntity > &  dof) const
inline

Definition at line 601 of file DofsMultiIndices.hpp.

601  {
602  dof->dofIdx = mofemIdx;
603  }

Member Data Documentation

◆ mofemIdx

const DofIdx MoFEM::NumeredDofEntity_mofem_index_change::mofemIdx

Definition at line 598 of file DofsMultiIndices.hpp.


The documentation for this struct was generated from the following file:
MoFEM::NumeredDofEntity_mofem_index_change::mofemIdx
const DofIdx mofemIdx
Definition: DofsMultiIndices.hpp:598