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

#include <src/multi_indices/DofsMultiIndices.hpp>

Collaboration diagram for MoFEM::NumeredDofEntity_local_idx_change:
[legend]

Public Member Functions

 NumeredDofEntity_local_idx_change (const DofIdx petsc_local_dof_idx)
 
void operator() (boost::shared_ptr< NumeredDofEntity > &dof) const
 

Public Attributes

const DofIdx petscLocalDofIdx
 

Detailed Description

Change part and local pestc index (multi-index modifier)

Definition at line 584 of file DofsMultiIndices.hpp.

Constructor & Destructor Documentation

◆ NumeredDofEntity_local_idx_change()

MoFEM::NumeredDofEntity_local_idx_change::NumeredDofEntity_local_idx_change ( const DofIdx  petsc_local_dof_idx)
inline

Definition at line 586 of file DofsMultiIndices.hpp.

587  : petscLocalDofIdx(petsc_local_dof_idx){};

Member Function Documentation

◆ operator()()

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

Definition at line 588 of file DofsMultiIndices.hpp.

588  {
589  dof->petscLocalDofIdx = petscLocalDofIdx;
590  }

Member Data Documentation

◆ petscLocalDofIdx

const DofIdx MoFEM::NumeredDofEntity_local_idx_change::petscLocalDofIdx

Definition at line 585 of file DofsMultiIndices.hpp.


The documentation for this struct was generated from the following file:
MoFEM::NumeredDofEntity_local_idx_change::petscLocalDofIdx
const DofIdx petscLocalDofIdx
Definition: DofsMultiIndices.hpp:585