v0.15.0
Loading...
Searching...
No Matches
MoFEM::CubitMeshSets_change_attributes Struct Reference

#include "src/multi_indices/BCMultiIndices.hpp"

Collaboration diagram for MoFEM::CubitMeshSets_change_attributes:
[legend]

Public Member Functions

 CubitMeshSets_change_attributes (Interface &moab, const std::vector< double > &attr)
 
void operator() (CubitMeshSets &e)
 

Public Attributes

InterfacemOab
 
const std::vector< double > & aTtr
 

Detailed Description

change meshset attributes

Definition at line 413 of file BCMultiIndices.hpp.

Constructor & Destructor Documentation

◆ CubitMeshSets_change_attributes()

MoFEM::CubitMeshSets_change_attributes::CubitMeshSets_change_attributes ( Interface & moab,
const std::vector< double > & attr )
inline

Definition at line 416 of file BCMultiIndices.hpp.

418 : mOab(moab), aTtr(attr) {}
const std::vector< double > & aTtr

Member Function Documentation

◆ operator()()

void MoFEM::CubitMeshSets_change_attributes::operator() ( CubitMeshSets & e)

Definition at line 415 of file BCMultiIndices.cpp.

415 {
416 CHKERR e.setAttributes(mOab, aTtr);
417}
#define CHKERR
Inline error check.

Member Data Documentation

◆ aTtr

const std::vector<double>& MoFEM::CubitMeshSets_change_attributes::aTtr

Definition at line 415 of file BCMultiIndices.hpp.

◆ mOab

Interface& MoFEM::CubitMeshSets_change_attributes::mOab

Definition at line 414 of file BCMultiIndices.hpp.


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