v0.14.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 408 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 411 of file BCMultiIndices.hpp.

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

Member Function Documentation

◆ operator()()

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

Definition at line 400 of file BCMultiIndices.cpp.

400 {
401 CHKERR e.setAttributes(mOab, aTtr);
402}
#define CHKERR
Inline error check.
Definition: definitions.h:535

Member Data Documentation

◆ aTtr

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

Definition at line 410 of file BCMultiIndices.hpp.

◆ mOab

Interface& MoFEM::CubitMeshSets_change_attributes::mOab

Definition at line 409 of file BCMultiIndices.hpp.


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