v0.16.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 395 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 397 of file BCMultiIndices.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 421 of file BCMultiIndices.cpp.

422 {
423 e.cubitBcType |= bIt;
424}

Member Data Documentation

◆ bIt

CubitBCType MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::bIt

Definition at line 396 of file BCMultiIndices.hpp.


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