v0.15.0
Loading...
Searching...
No Matches
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 933 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 935 of file FEMultiIndices.hpp.

936 : fIdRow(f_id_row) {};

Member Function Documentation

◆ operator()()

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

Definition at line 438 of file FEMultiIndices.cpp.

439 {
440 *static_cast<BitFieldId *>(fe->tag_BitFieldId_row_data) |= fIdRow;
441}
std::bitset< BITFIELDID_SIZE > BitFieldId
Field Id.
Definition Types.hpp:42

Member Data Documentation

◆ fIdRow

BitFieldId MoFEM::FiniteElement_row_change_bit_add::fIdRow

Definition at line 934 of file FEMultiIndices.hpp.


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