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

change meshset type More...

#include <src/multi_indices/BCMultiIndices.hpp>

Collaboration diagram for MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type:
[legend]

Public Member Functions

 CubitMeshSets_change_add_bit_to_cubit_bc_type (const CubitBCType &bit)
 
void operator() (CubitMeshSets &e)
 

Public Attributes

CubitBCType bIt
 

Detailed Description

change meshset type

Definition at line 392 of file BCMultiIndices.hpp.

Constructor & Destructor Documentation

◆ CubitMeshSets_change_add_bit_to_cubit_bc_type()

MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::CubitMeshSets_change_add_bit_to_cubit_bc_type ( const CubitBCType bit)
inline

Definition at line 394 of file BCMultiIndices.hpp.

395  : bIt(bit){};

Member Function Documentation

◆ operator()()

void MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::operator() ( CubitMeshSets e)

Definition at line 414 of file BCMultiIndices.cpp.

415  {
416  e.cubitBcType |= bIt;
417 }

Member Data Documentation

◆ bIt

CubitBCType MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::bIt

Definition at line 393 of file BCMultiIndices.hpp.


The documentation for this struct was generated from the following files:
bit
auto bit
set bit
Definition: hanging_node_approx.cpp:75
MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::bIt
CubitBCType bIt
Definition: BCMultiIndices.hpp:393