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

Add field to row. More...

#include <src/multi_indices/FEMultiIndices.hpp>

Collaboration diagram for MoFEM::FiniteElement_row_change_bit_add:
[legend]

Public Member Functions

 FiniteElement_row_change_bit_add (const BitFieldId f_id_row)
 
void operator() (boost::shared_ptr< FiniteElement > &fe)
 

Public Attributes

BitFieldId fIdRow
 

Detailed Description

Add field to row.

Definition at line 884 of file FEMultiIndices.hpp.

Constructor & Destructor Documentation

◆ FiniteElement_row_change_bit_add()

MoFEM::FiniteElement_row_change_bit_add::FiniteElement_row_change_bit_add ( const BitFieldId  f_id_row)
inline

Definition at line 886 of file FEMultiIndices.hpp.

887  : fIdRow(f_id_row){};

Member Function Documentation

◆ operator()()

void MoFEM::FiniteElement_row_change_bit_add::operator() ( boost::shared_ptr< FiniteElement > &  fe)

Definition at line 375 of file FEMultiIndices.cpp.

376  {
377  *static_cast<BitFieldId *>(fe->tag_BitFieldId_row_data) |= fIdRow;
378 }

Member Data Documentation

◆ fIdRow

BitFieldId MoFEM::FiniteElement_row_change_bit_add::fIdRow

Definition at line 885 of file FEMultiIndices.hpp.


The documentation for this struct was generated from the following files:
MoFEM::Types::BitFieldId
std::bitset< BITFIELDID_SIZE > BitFieldId
Field Id.
Definition: Types.hpp:42
MoFEM::FiniteElement_row_change_bit_add::fIdRow
BitFieldId fIdRow
Definition: FEMultiIndices.hpp:885