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

#include <src/multi_indices/DofsMultiIndices.hpp>

Collaboration diagram for MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change:
[legend]

Public Member Functions

 NumeredDofEntity_part_and_mofem_glob_idx_change (const unsigned int part, const DofIdx mofem_dof_idx, const DofIdx petsc_gloabl_dof_idx)
 
void operator() (boost::shared_ptr< NumeredDofEntity > &dof) const
 

Public Attributes

const unsigned int pArt
 
const DofIdx mofemDofIdx
 
const DofIdx petscGloablDofIdx
 

Detailed Description

Definition at line 549 of file DofsMultiIndices.hpp.

Constructor & Destructor Documentation

◆ NumeredDofEntity_part_and_mofem_glob_idx_change()

MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change::NumeredDofEntity_part_and_mofem_glob_idx_change ( const unsigned int  part,
const DofIdx  mofem_dof_idx,
const DofIdx  petsc_gloabl_dof_idx 
)
inline

Definition at line 553 of file DofsMultiIndices.hpp.

556  : pArt(part), mofemDofIdx(mofem_dof_idx),
557  petscGloablDofIdx(petsc_gloabl_dof_idx){};

Member Function Documentation

◆ operator()()

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

Definition at line 558 of file DofsMultiIndices.hpp.

558  {
559  dof->pArt = pArt;
560  dof->petscGloablDofIdx = petscGloablDofIdx;
561  }

Member Data Documentation

◆ mofemDofIdx

const DofIdx MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change::mofemDofIdx

Definition at line 551 of file DofsMultiIndices.hpp.

◆ pArt

const unsigned int MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change::pArt

Definition at line 550 of file DofsMultiIndices.hpp.

◆ petscGloablDofIdx

const DofIdx MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change::petscGloablDofIdx

Definition at line 552 of file DofsMultiIndices.hpp.


The documentation for this struct was generated from the following file:
MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change::mofemDofIdx
const DofIdx mofemDofIdx
Definition: DofsMultiIndices.hpp:551
MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change::pArt
const unsigned int pArt
Definition: DofsMultiIndices.hpp:550
MoFEM::NumeredDofEntity_part_and_mofem_glob_idx_change::petscGloablDofIdx
const DofIdx petscGloablDofIdx
Definition: DofsMultiIndices.hpp:552