v0.14.0
Loading...
Searching...
No Matches
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 387 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 389 of file BCMultiIndices.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 395 of file BCMultiIndices.cpp.

396 {
397 e.cubitBcType |= bIt;
398}

Member Data Documentation

◆ bIt

CubitBCType MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::bIt

Definition at line 388 of file BCMultiIndices.hpp.


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