-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBCMultiIndices_8hpp_source.html
More file actions
747 lines (745 loc) · 140 KB
/
Copy pathBCMultiIndices_8hpp_source.html
File metadata and controls
747 lines (745 loc) · 140 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!-- HTML header for doxygen 1.8.13-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>MoFEM: src/multi_indices/BCMultiIndices.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<script>
window.MathJax = {
tex: {
tags: 'all', // Enables equation numbering
},
loader: {
load: ['[tex]/boldsymbol']
}
};
</script>
<script type="text/javascript " src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<link href="customdoxygen.css" rel="stylesheet" type="text/css" />
<link href="extra_style.css" rel="stylesheet" type="text/css"/>
<link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="shortcut icon" type="image/png" href="favicon-32x32.png"/>
<link rel="Bookmark" type="image/png" href="favicon-32x32.png"/>
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div style="background-color:#011A40" id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 30px;">
<td id="projectlogo"><img alt="Logo" src="MoFEMLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<td style="padding-left: 0.5em;" bgcolor="#011A40"
<div id="projectbrief"><font color="#FFFFFF">v0.15.0</font></div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!--Google analytics tags-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65236130-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2J9RE2P3H5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2J9RE2P3H5');
</script><!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_c7c0891cd985f4c89e0764e6407532e2.html">src</a></li><li class="navelem"><a class="el" href="dir_482504b7a0041b2b84989b6c313b6ad4.html">multi_indices</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">BCMultiIndices.hpp</div></div>
</div><!--header-->
<div class="contents">
<a href="BCMultiIndices_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/** \file BCMultiIndices.hpp</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * \brief Multi-index containers, data boundary data structures and other</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * low-level functions</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * </span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> */</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#ifndef __BCMULTIINDICES_HPP__</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#define __BCMULTIINDICES_HPP__</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceMoFEM.html">MoFEM</a> {</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"></span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">/**</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * \brief this struct keeps basic methods for moab meshset about material and</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * boundary conditions \ingroup mofem_bc</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> *</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00019" data-start="{" data-end="};">
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html"> 19</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a> {</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a2777d3eab49c5d84fadf73a9f6481c80"> 21</a></span> <a class="code hl_class" href="classEntityHandle.html">EntityHandle</a> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a2777d3eab49c5d84fadf73a9f6481c80">meshset</a>;</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79"> 22</a></span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a>; <span class="comment">///< type of meshset from cubit NodeSet, BlockSet,</span><span class="comment"></span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="comment"> ///< SideSet and more</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="comment"></span> std::vector<Tag></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a9c3c24065aa442e1440a5142bdeadf11"> 25</a></span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a9c3c24065aa442e1440a5142bdeadf11">tag_handles</a>; <span class="comment">///< vector of tag handles to types of data passed from cubit</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#abf019e4d058c2353f5abfaf120d9a993"> 26</a></span> <span class="keywordtype">int</span> *<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#abf019e4d058c2353f5abfaf120d9a993">msId</a> = <span class="keyword">nullptr</span>; <span class="comment">///< cubit meshset ID</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#ab3a5f85889ce6338b53a8248abc8e0d0"> 27</a></span> <span class="keywordtype">char</span> *<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ab3a5f85889ce6338b53a8248abc8e0d0">tagBcData</a> = <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#ae76e8ba0215f9795b094863c0c80b94b"> 28</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae76e8ba0215f9795b094863c0c80b94b">tagBcSize</a>;</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a465e6707c35cdfc92e4e37bf3b0bc296"> 29</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a465e6707c35cdfc92e4e37bf3b0bc296">tagBlockHeaderData</a> = <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a06abb56a771c5001617ceeb5b71b02cf"> 30</a></span> <span class="keywordtype">double</span> *<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a06abb56a771c5001617ceeb5b71b02cf">tagBlockAttributes</a> = <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#ae5c2a31fbe99fa53f203917b17a56748"> 31</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae5c2a31fbe99fa53f203917b17a56748">tagBlockAttributesSize</a>;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a83eabec597a16b0adec3bce103468893"> 32</a></span> <span class="keywordtype">char</span> *<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a83eabec597a16b0adec3bce103468893">tagName</a> = <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#ae6d4a68c1b8f98a487b793f916aefde6"> 33</a></span> <span class="keyword">const</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae6d4a68c1b8f98a487b793f916aefde6">meshsetsMask</a>;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a60460399de67722ea29642166a0e8263"> 35</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a60460399de67722ea29642166a0e8263">CubitMeshSets</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab, <span class="keyword">const</span> <a class="code hl_class" href="classEntityHandle.html">EntityHandle</a> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a2777d3eab49c5d84fadf73a9f6481c80">meshset</a>);</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a883736360a3ecdbb3b9c5db97c9b0923"> 36</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a883736360a3ecdbb3b9c5db97c9b0923">CubitMeshSets</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab, <span class="keyword">const</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> cubit_bc_type,</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#abf019e4d058c2353f5abfaf120d9a993">msId</a>);</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment"></span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="comment"> * \brief get meshset id as it set in preprocessing software</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="comment"> * @return id of meshset</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment"> */</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#afb1d8b03f64c12639df9e5778aa49d04"> 43</a></span> <span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#afb1d8b03f64c12639df9e5778aa49d04">getMeshsetId</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#abf019e4d058c2353f5abfaf120d9a993">msId</a> ? *<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#abf019e4d058c2353f5abfaf120d9a993">msId</a> : -1; }</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="comment">// /** \deprecated use getMeshsetId() instead</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="comment">// */</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="comment">// DEPRECATED inline int get_msId() const { return getMeshsetId(); }</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment"></span> </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="comment"> * \brief get type of meshset</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="comment"> *</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="comment"> * See CubitBC for set of types of meshsets.</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="comment"> *</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="comment"> * @return meshset type</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><span class="comment"> */</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a8aea08180f6e4400067864e6140d672b"> 56</a></span> <span class="keyword">inline</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a8aea08180f6e4400067864e6140d672b">getBcType</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a>; }</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="comment"></span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="comment"> * \brief get bc meshset</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="comment"> * @return meshset entity handle</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="comment"> */</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#aa4f7b0c21ffa8033f84cbb4732ed9fe5"> 62</a></span> <span class="keyword">inline</span> <a class="code hl_class" href="classEntityHandle.html">EntityHandle</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#aa4f7b0c21ffa8033f84cbb4732ed9fe5">getMeshset</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a2777d3eab49c5d84fadf73a9f6481c80">meshset</a>; }</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="comment"></span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="comment"> * \brief get bc meshset type</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="comment"> * @return return type as unsigned int</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00068" data-start="{" data-end="}">
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a10c781086df60d7daf3733cc5d750f1b"> 68</a></span> <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a10c781086df60d7daf3733cc5d750f1b">getBcTypeULong</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a>.to_ulong();</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> }</div>
</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="comment"></span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="comment"> * \brief get meshset type and mask</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="comment"> * @return type is returned as unsigned integer</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00076" data-start="{" data-end="}">
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a2e2a4641f1196817a5da1e664c49dbec"> 76</a></span> <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a2e2a4641f1196817a5da1e664c49dbec">getMaskedBcTypeULong</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordflow">return</span> (<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a> & <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae6d4a68c1b8f98a487b793f916aefde6">meshsetsMask</a>).to_ulong();</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> }</div>
</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="comment"></span> </div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="comment"> /** @deprecated use getMaskedBcTypeULong */</span></div>
<div class="foldopen" id="foldopen00081" data-start="{" data-end="}">
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#affc1cca37c21a9739dbf7d7ec3b94481"> 81</a></span> <a class="code hl_define" href="definitions_8h.html#ac1e8a42306d8e67cb94ca31c3956ee78">DEPRECATED</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#affc1cca37c21a9739dbf7d7ec3b94481">getMaksedBcTypeULong</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keywordflow">return</span> (<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a> & <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae6d4a68c1b8f98a487b793f916aefde6">meshsetsMask</a>).to_ulong();</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> }</div>
</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="comment"></span> </div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="comment"> * @brief Get the meshset entities dimension</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="comment"> *</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="comment"> * \note If dimension is -1, then dimension for meshset ins undetermined.</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="comment"> *</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="comment"> * @return unsigned int</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00092" data-start="{" data-end="}">
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a873227ba323a28b3d86b861547ec5f67"> 92</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a873227ba323a28b3d86b861547ec5f67">getMeshsetEntitiesDimension</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a465e6707c35cdfc92e4e37bf3b0bc296">tagBlockHeaderData</a>)</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a465e6707c35cdfc92e4e37bf3b0bc296">tagBlockHeaderData</a>[2];</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <span class="keywordflow">else</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keywordflow">return</span> -1;</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> }</div>
</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="comment"></span> </div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="comment"> * \brief get entities form meshset</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span><span class="comment"> * @param moab moab instance</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="comment"> * @param dimension dimension of entities</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="comment"> * @param entities range of returned entities</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span><span class="comment"> * @param recursive true if meshset should be searched recursively</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="comment"> * @return error code</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="comment"> */</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a96f0b36eb8f0c55d5306a0fb5f6930b9"> 108</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a96f0b36eb8f0c55d5306a0fb5f6930b9">getMeshsetIdEntitiesByDimension</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab, <span class="keyword">const</span> <span class="keywordtype">int</span> dimension,</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <a class="code hl_class" href="classRange.html">Range</a> &entities,</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> recursive = <span class="keyword">false</span>) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="comment"></span> </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="comment"> * \brief get entities form meshset</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment"> *</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span><span class="comment"> * Use if meshset have predefined dimension</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span><span class="comment"> *</span></div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="comment"> * @param moab moab instance</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="comment"> * @param entities range of returned entities</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="comment"> * @param recursive true if meshset should be searched recursively</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="comment"> * @return error code</span></div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="comment"> *</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="comment"> */</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a66c8089211ef82cb35f4fdeb2fc33890"> 124</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a66c8089211ef82cb35f4fdeb2fc33890">getMeshsetIdEntitiesByDimension</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab, <a class="code hl_class" href="classRange.html">Range</a> &entities,</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> recursive = <span class="keyword">false</span>) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="comment"></span> </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="comment"> * \brief get entities by type</span></div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="comment"> * @param moab moab instance</span></div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="comment"> * @param type type of entity</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span><span class="comment"> * @param entities returned entities</span></div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="comment"> * @param recursive true if meshset should be searched recursively</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span><span class="comment"> * @return error code</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="comment"> */</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#aea7a4ba7ee6a00446c38f7f700d64a81">getMeshsetIdEntitiesByType</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab,</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="keyword">const</span> EntityType type,</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <a class="code hl_class" href="classRange.html">Range</a> &entities,</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> recursive = <span class="keyword">false</span>) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span><span class="comment"></span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><span class="comment"> * \brief Function that returns the CubitBCType type of the contents of</span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span><span class="comment"> * bc_data</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="comment"> */</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#af691600a9942d39ffcc8508d44a96b0f">getTypeFromBcData</a>(<span class="keyword">const</span> std::vector<char> &bc_data,</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> &type) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="comment"></span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="comment"> * \brief Function that returns the CubitBCType type of the contents of</span></div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="comment"> * bc_data</span></div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span><span class="comment"> */</span></div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#af691600a9942d39ffcc8508d44a96b0f">getTypeFromBcData</a>(<a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> &type) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="comment"></span> </div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="comment"> * \brief get bc_data vector from MoFEM database</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="comment"> *</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="comment"> * \param bc_data is the in/out vector were bc_data will be stored</span></div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="comment"> */</span></div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a308202eacc82cbee0f93be84c32f8d20">getBcData</a>(std::vector<char> &bc_data) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="comment"></span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="comment"> * \brief get block_headers vector from MoFEM database</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span><span class="comment"> *</span></div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="comment"> * \param material_data is the in/out vector were the material data will be</span></div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span><span class="comment"> * stored</span></div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="comment"> */</span></div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a></div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a6ace282030be7e800d6e6d9b620c8d56">getBlockHeaderData</a>(std::vector<unsigned int> &material_data) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span><span class="comment"></span> </div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span><span class="comment"> * \brief print material_data int stream given by os</span></div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span><span class="comment"> *</span></div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span><span class="comment"> * f.e. it->print_Cubit_material_data(cout), i.e. printing to standard output</span></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span><span class="comment"> * f.e. it->print_Cubit_material_data(std::cerr), i.e. printing to standard</span></div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span><span class="comment"> * error output</span></div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span><span class="comment"> */</span></div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#affff3b837c26c42740350d288c97dd62">printBlockHeaderData</a>(std::ostream &os) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span><span class="comment"></span> </div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span><span class="comment"> * \brief print bc_data int stream given by os</span></div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span><span class="comment"> *</span></div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span><span class="comment"> * f.e. it->printBcData(cout), i.e. printing to standard output</span></div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span><span class="comment"> * f.e. it->printBcData(std::cerr), i.e. printing to standard error output</span></div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span><span class="comment"> */</span></div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a8ab6f3c822efa7d46571eb2da0ca5746">printBcData</a>(std::ostream &os) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span><span class="comment"></span> </div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="comment"> * \brief Function that returns the CubitBCType type of the block name,</span></div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="comment"> * sideset name etc.</span></div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span><span class="comment"> */</span></div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a53a212b45e92a7c81d9274917e270d85">getTypeFromName</a>(<span class="keyword">const</span> std::string &name,</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> &type) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span><span class="comment"></span> </div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span><span class="comment"> * \brief Function that returns the CubitBCType type of the block name,</span></div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span><span class="comment"> * sideset name etc.</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="comment"> */</span></div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a53a212b45e92a7c81d9274917e270d85">getTypeFromName</a>(<a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> &type) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span><span class="comment"></span> </div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span><span class="comment"> * \brief get Cubit block attributes</span></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span><span class="comment"> *</span></div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="comment"> * \param attributes is the vector where the block attribute data will be</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span><span class="comment"> * stored</span></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><span class="comment"> */</span></div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a05cf7fdf0ecb20e48affcd0e0cf0cbd6">getAttributes</a>(std::vector<double> &attributes) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span><span class="comment"></span> </div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span><span class="comment"> * \brief cet Cubit block attributes</span></div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span><span class="comment"> *</span></div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span><span class="comment"> * \param attributes is the vector where the block attribute data will be</span></div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span><span class="comment"> * stored</span></div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span><span class="comment"> */</span></div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a6a0c7cbd26ea032b285cabe3e2e88d4a">setAttributes</a>(moab::Interface &moab,</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <span class="keyword">const</span> std::vector<double> &attributes);</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span><span class="comment"></span> </div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span><span class="comment"> * \brief print the attributes vector</span></div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span><span class="comment"> *</span></div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span><span class="comment"> * f.e. it->printAttributes(cout), i.e. printing to standard output</span></div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span><span class="comment"> * f.e. it->printAttributes(std::cerr), i.e. printing to standard error output</span></div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span><span class="comment"> */</span></div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a42cf0c4f1f9d65921db213505958cd36">printAttributes</a>(std::ostream &os) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span><span class="comment"></span> </div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span><span class="comment"> * \brief get name of block, sideset etc. (this is set in Cubit block</span></div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span><span class="comment"> properties)</span></div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span><span class="comment"> *</span></div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span><span class="comment"> * Block Name Conventions:</span></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span><span class="comment"></span> </div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span><span class="comment"> * Materials are defined with block names starting with MAT_</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="comment"> * e.g. MAT_ELASTIC_abcd.</span></div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span><span class="comment"> *</span></div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><span class="comment"> * List of materials/solution procedures</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span><span class="comment"></span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><span class="comment"> * Block name / Number of attributes / (1) Attribute 1, (2) Attribute 2 etc.</span></div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span><span class="comment"> *</span></div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span><span class="comment"> * MAT_ELASTIC / 10 / (1) Young's modulus</span></div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="comment"> * (2) Poisson's ratio</span></div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span><span class="comment"> * (3) User attribute 8</span></div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span><span class="comment"> * ...</span></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span><span class="comment"> * (10) User attribute 8</span></div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="comment"> *</span></div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span><span class="comment"> * MAT_ELASTIC_TRANSISO / 5 / (1) Young's modulus in xy plane (Ep)</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span><span class="comment"> * (2) Young's modulus in z-direction (Ez)</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span><span class="comment"> * (3) Poisson's ratio in xy plane (vp)</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span><span class="comment"> * (4) Poisson's ratio in z-direction (vpz)</span></div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span><span class="comment"> * (5) Shear modulus in z-direction (Gzp)</span></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span><span class="comment"> *</span></div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span><span class="comment"> * MAT_INTERF / 1 / (1) Elastic modulus multiplier</span></div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span><span class="comment"> *</span></div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span><span class="comment"> * To be extended as appropriate</span></div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span><span class="comment"> */</span></div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> std::string <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a9b6efd07822e8d3fe2bd05ddd31e472c">getName</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span><span class="comment"></span> </div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span><span class="comment"> * \brief print name of block, sideset etc. (this is set in Cubit setting</span></div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="comment"> * properties)</span></div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span><span class="comment"> *</span></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span><span class="comment"> * e.g. it->printName(cout), i.e. printing to standard output</span></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span><span class="comment"> * e.g it->printName(std::cerr), i.e. printing to standard error output</span></div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span><span class="comment"> */</span></div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a3d896d255594c6312b7dbef96d909cb7">printName</a>(std::ostream &os) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span><span class="comment"></span> </div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><span class="comment"> * \brief fill data structure with data saved on meshset</span></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span><span class="comment"> */</span></div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <span class="keyword">template</span> <<span class="keyword">class</span> ATTRIBUTE_TYPE></div>
<div class="foldopen" id="foldopen00268" data-start="{" data-end="}">
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a4c01d71153142ef11b90753ccec85a05"> 268</a></span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a4c01d71153142ef11b90753ccec85a05">getAttributeDataStructure</a>(ATTRIBUTE_TYPE &data)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <a class="code hl_define" href="definitions_8h.html#a6c0b52978f1abc88bf8a1ba70b7308e3">MoFEMFunctionBegin</a>;</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keywordflow">if</span> ((<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a> & data.getType()).none()) {</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> SETERRQ(PETSC_COMM_SELF, <a class="code hl_enumvalue" href="definitions_8h.html#a980bf270a5c3f2f984262f7e74786a2eac345e9ce83307109886a56dcaf5ab724">MOFEM_DATA_INCONSISTENCY</a>,</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="stringliteral">"attributes are not for ATTRIBUTE_TYPE structure"</span>);</div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> }</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> std::vector<double> attributes;</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> <a class="code hl_define" href="definitions_8h.html#add80e5ef5f847b2d4b637029f0f671c3">CHKERR</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a05cf7fdf0ecb20e48affcd0e0cf0cbd6">getAttributes</a>(attributes);</div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <a class="code hl_define" href="definitions_8h.html#add80e5ef5f847b2d4b637029f0f671c3">CHKERR</a> data.fill_data(attributes);</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> <a class="code hl_define" href="definitions_8h.html#acb0a46d159695a01bf667313b7788b45">MoFEMFunctionReturn</a>(0);</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> }</div>
</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span><span class="comment"></span> </div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><span class="comment"> /**</span></div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span><span class="comment"> * \brief fill meshset data with data on structure</span></div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span><span class="comment"> */</span></div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <span class="keyword">template</span> <<span class="keyword">class</span> ATTRIBUTE_TYPE></div>
<div class="foldopen" id="foldopen00284" data-start="{" data-end="}">
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#ab52743aa069b1903ecb8fc95555dc0dd"> 284</a></span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#ab52743aa069b1903ecb8fc95555dc0dd">setAttributeDataStructure</a>(<span class="keyword">const</span> ATTRIBUTE_TYPE &data) {</div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> <a class="code hl_define" href="definitions_8h.html#a6c0b52978f1abc88bf8a1ba70b7308e3">MoFEMFunctionBegin</a>;</div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="keywordflow">if</span> ((<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a> & data.getType()).none()) {</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> SETERRQ(PETSC_COMM_SELF, <a class="code hl_enumvalue" href="definitions_8h.html#a980bf270a5c3f2f984262f7e74786a2eac345e9ce83307109886a56dcaf5ab724">MOFEM_DATA_INCONSISTENCY</a>,</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> <span class="stringliteral">"attributes are not for ATTRIBUTE_TYPE structure"</span>);</div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> }</div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <span class="keywordtype">double</span> *ptr = <span class="keyword">const_cast<</span><span class="keywordtype">double</span> *<span class="keyword">></span>(<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a06abb56a771c5001617ceeb5b71b02cf">tagBlockAttributes</a>);</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <a class="code hl_define" href="definitions_8h.html#add80e5ef5f847b2d4b637029f0f671c3">CHKERR</a> data.set_data(ptr, 8 * <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae5c2a31fbe99fa53f203917b17a56748">tagBlockAttributesSize</a>);</div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <a class="code hl_define" href="definitions_8h.html#acb0a46d159695a01bf667313b7788b45">MoFEMFunctionReturn</a>(0);</div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> }</div>
</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> </div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> <span class="keyword">template</span> <<span class="keyword">class</span> CUBIT_BC_DATA_TYPE></div>
<div class="foldopen" id="foldopen00296" data-start="{" data-end="}">
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a7941b551be38e28a6532952b68f0f9b3"> 296</a></span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a7941b551be38e28a6532952b68f0f9b3">getBcDataStructure</a>(CUBIT_BC_DATA_TYPE &data)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> <a class="code hl_define" href="definitions_8h.html#aee32377dce975c9a64ed73bd3a003404">MoFEMFunctionBeginHot</a>;</div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> </div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> <span class="keywordflow">if</span> ((<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">cubitBcType</a> & data.tYpe).none()) {</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> SETERRQ(PETSC_COMM_SELF, <a class="code hl_enumvalue" href="definitions_8h.html#a980bf270a5c3f2f984262f7e74786a2eac345e9ce83307109886a56dcaf5ab724">MOFEM_DATA_INCONSISTENCY</a>,</div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <span class="stringliteral">"bc_data are not for CUBIT_BC_DATA_TYPE structure"</span>);</div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> }</div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> std::vector<char> bc_data;</div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a308202eacc82cbee0f93be84c32f8d20">getBcData</a>(bc_data);</div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <a class="code hl_variable" href="namespaceMoFEM_1_1Exceptions.html#a4e27e82eaf63e387dd653941d6245b49">ierr</a> = data.fill_data(bc_data);</div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <a class="code hl_define" href="definitions_8h.html#a6eadfb97993ab556555ad084fe088482">CHKERRG</a>(<a class="code hl_variable" href="namespaceMoFEM_1_1Exceptions.html#a4e27e82eaf63e387dd653941d6245b49">ierr</a>);</div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <a class="code hl_define" href="definitions_8h.html#a59cd650c2f6d3e0dc1ad1c29821e8692">MoFEMFunctionReturnHot</a>(0);</div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> }</div>
</div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> </div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> <span class="keyword">template</span> <<span class="keyword">class</span> CUBIT_BC_DATA_TYPE></div>
<div class="foldopen" id="foldopen00311" data-start="{" data-end="}">
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a54dc145c6e048904d82120d0a25df8b2"> 311</a></span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a54dc145c6e048904d82120d0a25df8b2">setBcDataStructure</a>(CUBIT_BC_DATA_TYPE &data) {</div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> <a class="code hl_define" href="definitions_8h.html#aee32377dce975c9a64ed73bd3a003404">MoFEMFunctionBeginHot</a>;</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> <span class="keywordtype">char</span> *ptr = <span class="keyword">const_cast<</span><span class="keywordtype">char</span> *<span class="keyword">></span>(<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ab3a5f85889ce6338b53a8248abc8e0d0">tagBcData</a>);</div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> <a class="code hl_variable" href="namespaceMoFEM_1_1Exceptions.html#a4e27e82eaf63e387dd653941d6245b49">ierr</a> = data.set_data(ptr, <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae76e8ba0215f9795b094863c0c80b94b">tagBcSize</a>);</div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <a class="code hl_define" href="definitions_8h.html#a6eadfb97993ab556555ad084fe088482">CHKERRG</a>(<a class="code hl_variable" href="namespaceMoFEM_1_1Exceptions.html#a4e27e82eaf63e387dd653941d6245b49">ierr</a>);</div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <a class="code hl_define" href="definitions_8h.html#a59cd650c2f6d3e0dc1ad1c29821e8692">MoFEMFunctionReturnHot</a>(0);</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> }</div>
</div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> </div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> <span class="keyword">friend</span> std::ostream &<a class="code hl_friend" href="structMoFEM_1_1CubitMeshSets.html#a76d4c69ce444d6c92fa75bbb864dbe81">operator<<</a>(std::ostream &os, <span class="keyword">const</span> <a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a> &e);</div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> </div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a2dee5f4d19a540488b515f3b8cfa04cd"> 322</a></span> Tag <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a796daf63fe1f1aaeede764dad8cc6afc">nsTag</a>, <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#aae9861cfed624b8cd1233ecdfa5b96a5">ssTag</a>, <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a47e71fa53f2431d1de989bd97ccff8e4">nsTag_data</a>, <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#ae76c2da85150c209ab9737ac0277dbd1">ssTag_data</a>, <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a2dee5f4d19a540488b515f3b8cfa04cd">bhTag</a>, <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a7a19d41a7ca6ba9066617156675eaf3c">bhTag_header</a>, <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a788472bc8355ca6875a242a2f3b8274b">thBlockAttribs</a>,</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets.html#a664d69b58d3c2fac093ea1186f2e593c"> 323</a></span> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a664d69b58d3c2fac093ea1186f2e593c">entityNameTag</a>;</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> </div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEMErrorCode</a> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#ab7d7915407291a83175c859733f953bb">getTagsHandlers</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab);</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span>};</div>
</div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span><span class="comment"></span> </div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span><span class="comment">/**</span></div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span><span class="comment"> * \typedef CubitMeshSet_multiIndex</span></div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span><span class="comment"> * \brief Stores data about meshsets (see CubitMeshSets) storing data about</span></div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span><span class="comment"> * boundary conditions, interfaces, sidesets, nodests, blocksets</span></div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span><span class="comment"> *</span></div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span><span class="comment"> * \param Meshset_mi_tag index by meshset handle</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span><span class="comment"> * \param CubitMeshsetType_mi_tag index by bc type, see CubitBC</span></div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span><span class="comment"> * \param CubitMeshsetMaskedType_mi_tag index by NODESET, SIDESET, BLOCKSET</span></div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span><span class="comment"> * only</span></div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span><span class="comment"> *</span></div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span><span class="comment"> * \param CubitMeshsets_name index by meshset name</span></div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span><span class="comment"> *</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span><span class="comment"> * \param Composite_Cubit_msId_And_MeshsetType_mi_tag index by meshset id and</span></div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span><span class="comment"> * type NODESET, SIDESET or BLOCKSET</span></div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span><span class="comment"> *</span></div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span><span class="comment"> * Example:</span></div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span><span class="comment"> * \code</span></div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span><span class="comment"> * MeshsetsManager *m_mng;</span></div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span><span class="comment"> * CHKERR m_field.getInterface(m_mng);</span></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span><span class="comment"> * auto &index = m_mng->getMeshsetsMultindex();</span></div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span><span class="comment"> *</span></div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span><span class="comment"> *</span></div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span><span class="comment"> * auto mit =</span></div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span><span class="comment"> * index.get<CubitMeshsetMaskedType_mi_tag>().lower_bound(BLOCKSET); auto</span></div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span><span class="comment"> * hi_mit =</span></div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span><span class="comment"> * index.get<CubitMeshsetMaskedType_mi_tag>().upper_bound(BLOCKSET);</span></div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span><span class="comment"> *</span></div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span><span class="comment"> * // Make a loop over all BLOCKSET</span></div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span><span class="comment"> * for(;mit!=hi_mit;mit++) {</span></div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span><span class="comment"> * int id = mit->getMeshsetId(); // get blockset id</span></div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span><span class="comment"> * EntityHandle handle = mit->getMeshset(); // get block meshset</span></div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span><span class="comment"> * std::vector< double > attributes;</span></div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span><span class="comment"> * // get block attributes</span></div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span><span class="comment"> * auto mit->getAttributes(attributes);</span></div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span><span class="comment"> * // do something</span></div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span><span class="comment"> * }</span></div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span><span class="comment"> * \endcode</span></div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span><span class="comment"> *</span></div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span><span class="comment"> */</span></div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span><span class="keyword">typedef</span> multi_index_container<</div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a>,</div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> indexed_by<</div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> hashed_unique<tag<Meshset_mi_tag>, member<<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a>, <a class="code hl_class" href="classEntityHandle.html">EntityHandle</a>,</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets.html#a2777d3eab49c5d84fadf73a9f6481c80">CubitMeshSets::meshset</a>>>,</div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> ordered_non_unique<tag<CubitMeshsetType_mi_tag>,</div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> const_mem_fun<<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a>, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> int,</div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> &<a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a10c781086df60d7daf3733cc5d750f1b">CubitMeshSets::getBcTypeULong</a>>>,</div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> ordered_non_unique<tag<CubitMeshsetMaskedType_mi_tag>,</div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> const_mem_fun<<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a>, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> int,</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> &<a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a2e2a4641f1196817a5da1e664c49dbec">CubitMeshSets::getMaskedBcTypeULong</a>>>,</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> ordered_non_unique<</div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> tag<CubitMeshsets_name>,</div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> const_mem_fun<CubitMeshSets, std::string, &CubitMeshSets::getName>>,</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> hashed_unique<</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> tag<Composite_Cubit_msId_And_MeshsetType_mi_tag>,</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> composite_key<</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> <a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a>,</div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> const_mem_fun<CubitMeshSets, int, &CubitMeshSets::getMeshsetId>,</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> const_mem_fun<<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a>, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> int,</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> &<a class="code hl_function" href="structMoFEM_1_1CubitMeshSets.html#a2e2a4641f1196817a5da1e664c49dbec">CubitMeshSets::getMaskedBcTypeULong</a>>>>>></div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="namespaceMoFEM.html#a5ce4bd17d56634b6188f206929deda31"> 388</a></span> <a class="code hl_typedef" href="namespaceMoFEM.html#a5ce4bd17d56634b6188f206929deda31">CubitMeshSet_multiIndex</a>;</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span><span class="comment"></span> </div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span><span class="comment">/** \brief change meshset type</span></div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00392" data-start="{" data-end="};">
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html"> 392</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html">CubitMeshSets_change_add_bit_to_cubit_bc_type</a> {</div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#a1eb576b52af939ac9b480063def875d4"> 393</a></span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#a1eb576b52af939ac9b480063def875d4">bIt</a>;</div>
<div class="foldopen" id="foldopen00394" data-start="{" data-end="}">
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#a5fea53f9b88a7a40a1a2429d807caa36"> 394</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#a5fea53f9b88a7a40a1a2429d807caa36">CubitMeshSets_change_add_bit_to_cubit_bc_type</a>(<span class="keyword">const</span> <a class="code hl_typedef" href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">CubitBCType</a> &<a class="code hl_variable" href="hanging__node__approx_8cpp.html#ae63ebbb5e1ef5e0a8b9872228c595f8c">bit</a>)</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> : <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#a1eb576b52af939ac9b480063def875d4">bIt</a>(<a class="code hl_variable" href="hanging__node__approx_8cpp.html#ae63ebbb5e1ef5e0a8b9872228c595f8c">bit</a>){};</div>
</div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#aeb3cd50e3da76c5f209b299826f3b84c">operator()</a>(<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a> &e);</div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span>};</div>
</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span><span class="comment"></span> </div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span><span class="comment">/**</span></div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span><span class="comment"> * \brief change meshset name</span></div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00402" data-start="{" data-end="};">
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__name.html"> 402</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets__change__name.html">CubitMeshSets_change_name</a> {</div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__name.html#a22f42e0669f259d245a2d0595c2d3124"> 403</a></span> <a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__name.html#a22f42e0669f259d245a2d0595c2d3124">mOab</a>;</div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__name.html#ad0e349b73bdc1b0736f7baee14a22aa6"> 404</a></span> std::string <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__name.html#ad0e349b73bdc1b0736f7baee14a22aa6">nAme</a>;</div>
<div class="foldopen" id="foldopen00405" data-start="{" data-end="}">
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__name.html#ab8306227e1554be89b4b95128c48da77"> 405</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__name.html#ab8306227e1554be89b4b95128c48da77">CubitMeshSets_change_name</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab, <span class="keyword">const</span> std::string &name)</div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> : <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__name.html#a22f42e0669f259d245a2d0595c2d3124">mOab</a>(moab), <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__name.html#ad0e349b73bdc1b0736f7baee14a22aa6">nAme</a>(name){};</div>
</div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__name.html#a1596a8c6d4094725d4e2d9811f531f4e">operator()</a>(<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a> &e);</div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span>};</div>
</div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span><span class="comment"></span> </div>
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span><span class="comment">/**</span></div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><span class="comment"> * change meshset attributes</span></div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00413" data-start="{" data-end="};">
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes.html"> 413</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets__change__attributes.html">CubitMeshSets_change_attributes</a> {</div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a12847fad8f0f26cd06cc8f7208cb678c"> 414</a></span> <a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a12847fad8f0f26cd06cc8f7208cb678c">mOab</a>;</div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a0a54b453ded3aecadc11f978a65dc4f1"> 415</a></span> <span class="keyword">const</span> std::vector<double> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a0a54b453ded3aecadc11f978a65dc4f1">aTtr</a>;</div>
<div class="foldopen" id="foldopen00416" data-start="{" data-end="}">
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a17a7a93b108d43ea89755f2b5970238c"> 416</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a17a7a93b108d43ea89755f2b5970238c">CubitMeshSets_change_attributes</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab,</div>
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> <span class="keyword">const</span> std::vector<double> &attr)</div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> : <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a12847fad8f0f26cd06cc8f7208cb678c">mOab</a>(moab), <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a0a54b453ded3aecadc11f978a65dc4f1">aTtr</a>(attr) {}</div>
</div>
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a834c2a13491c7775b96c0ce04dd2b4a0">operator()</a>(<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a> &e);</div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span>};</div>
</div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span><span class="comment"></span> </div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span><span class="comment">/**</span></div>
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span><span class="comment"> * change meshset attributes for material data structure</span></div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00425" data-start="{" data-end="};">
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html"> 425</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html">CubitMeshSets_change_attributes_data_structure</a> {</div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a25b90c435e2303e333a0f8e973bdc5a0"> 426</a></span> <a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a25b90c435e2303e333a0f8e973bdc5a0">mOab</a>;</div>
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#ace5e2cd7303c864c83d9106a0c754667"> 427</a></span> <span class="keyword">const</span> <a class="code hl_struct" href="structMoFEM_1_1GenericAttributeData.html">GenericAttributeData</a> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#ace5e2cd7303c864c83d9106a0c754667">aTtr</a>;</div>
<div class="foldopen" id="foldopen00428" data-start="{" data-end="}">
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a8a5b7737067f448e1b7d2503efd701b9"> 428</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a8a5b7737067f448e1b7d2503efd701b9">CubitMeshSets_change_attributes_data_structure</a>(</div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> <a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab, <span class="keyword">const</span> <a class="code hl_struct" href="structMoFEM_1_1GenericAttributeData.html">GenericAttributeData</a> &attr)</div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> : <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a25b90c435e2303e333a0f8e973bdc5a0">mOab</a>(moab), <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#ace5e2cd7303c864c83d9106a0c754667">aTtr</a>(attr) {}</div>
</div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a2085a205acd16d92a6a8e6195ca599a1">operator()</a>(<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a> &e);</div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span>};</div>
</div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="comment"></span> </div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span><span class="comment">/**</span></div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span><span class="comment"> * change meshset attributes for material data structure</span></div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="comment"> */</span></div>
<div class="foldopen" id="foldopen00437" data-start="{" data-end="};">
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html"> 437</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html">CubitMeshSets_change_bc_data_structure</a> {</div>
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#aa84bf0e5cb85a6044bc22c159f91c18d"> 438</a></span> <a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#aa84bf0e5cb85a6044bc22c159f91c18d">mOab</a>;</div>
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a764caf878dae72ddac901fffb2868ea9"> 439</a></span> <span class="keyword">const</span> <a class="code hl_struct" href="structMoFEM_1_1GenericCubitBcData.html">GenericCubitBcData</a> &<a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a764caf878dae72ddac901fffb2868ea9">bcData</a>;</div>
<div class="foldopen" id="foldopen00440" data-start="{" data-end="}">
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"><a class="line" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a9e7f04a9fa60bd58e1ea07437fb240b5"> 440</a></span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a9e7f04a9fa60bd58e1ea07437fb240b5">CubitMeshSets_change_bc_data_structure</a>(<a class="code hl_struct" href="structMoFEM_1_1DeprecatedCoreInterface.html">Interface</a> &moab,</div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> <span class="keyword">const</span> <a class="code hl_struct" href="structMoFEM_1_1GenericCubitBcData.html">GenericCubitBcData</a> &bc_data)</div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> : <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#aa84bf0e5cb85a6044bc22c159f91c18d">mOab</a>(moab), <a class="code hl_variable" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a764caf878dae72ddac901fffb2868ea9">bcData</a>(bc_data) {}</div>
</div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a0138c97c5d20c977ce3973ec45f22f97">operator()</a>(<a class="code hl_struct" href="structMoFEM_1_1CubitMeshSets.html">CubitMeshSets</a> &e);</div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span>};</div>
</div>
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> </div>
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span>} <span class="comment">// namespace MoFEM</span></div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> </div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span><span class="preprocessor">#endif </span><span class="comment">// __BCMULTIINDICES_HPP__</span></div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span><span class="comment"></span> </div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span><span class="comment">/**</span></div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span><span class="comment"> * \defgroup mofem_bc Boundary conditions</span></div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span><span class="comment"> * \ingroup mofem</span></div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span><span class="comment"> */</span></div>
<div class="ttc" id="aclassEntityHandle_html"><div class="ttname"><a href="classEntityHandle.html">EntityHandle</a></div></div>
<div class="ttc" id="aclassRange_html"><div class="ttname"><a href="classRange.html">Range</a></div></div>
<div class="ttc" id="adefinitions_8h_html_a59cd650c2f6d3e0dc1ad1c29821e8692"><div class="ttname"><a href="definitions_8h.html#a59cd650c2f6d3e0dc1ad1c29821e8692">MoFEMFunctionReturnHot</a></div><div class="ttdeci">#define MoFEMFunctionReturnHot(a)</div><div class="ttdoc">Last executable line of each PETSc function used for error handling. Replaces return()</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00463">definitions.h:463</a></div></div>
<div class="ttc" id="adefinitions_8h_html_a6c0b52978f1abc88bf8a1ba70b7308e3"><div class="ttname"><a href="definitions_8h.html#a6c0b52978f1abc88bf8a1ba70b7308e3">MoFEMFunctionBegin</a></div><div class="ttdeci">#define MoFEMFunctionBegin</div><div class="ttdoc">First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00359">definitions.h:359</a></div></div>
<div class="ttc" id="adefinitions_8h_html_a6eadfb97993ab556555ad084fe088482"><div class="ttname"><a href="definitions_8h.html#a6eadfb97993ab556555ad084fe088482">CHKERRG</a></div><div class="ttdeci">#define CHKERRG(n)</div><div class="ttdoc">Check error code of MoFEM/MOAB/PETSc function.</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00499">definitions.h:499</a></div></div>
<div class="ttc" id="adefinitions_8h_html_a980bf270a5c3f2f984262f7e74786a2eac345e9ce83307109886a56dcaf5ab724"><div class="ttname"><a href="definitions_8h.html#a980bf270a5c3f2f984262f7e74786a2eac345e9ce83307109886a56dcaf5ab724">MOFEM_DATA_INCONSISTENCY</a></div><div class="ttdeci">@ MOFEM_DATA_INCONSISTENCY</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00031">definitions.h:31</a></div></div>
<div class="ttc" id="adefinitions_8h_html_ac1e8a42306d8e67cb94ca31c3956ee78"><div class="ttname"><a href="definitions_8h.html#ac1e8a42306d8e67cb94ca31c3956ee78">DEPRECATED</a></div><div class="ttdeci">#define DEPRECATED</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00017">definitions.h:17</a></div></div>
<div class="ttc" id="adefinitions_8h_html_acb0a46d159695a01bf667313b7788b45"><div class="ttname"><a href="definitions_8h.html#acb0a46d159695a01bf667313b7788b45">MoFEMFunctionReturn</a></div><div class="ttdeci">#define MoFEMFunctionReturn(a)</div><div class="ttdoc">Last executable line of each PETSc function used for error handling. Replaces return()</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00432">definitions.h:432</a></div></div>
<div class="ttc" id="adefinitions_8h_html_add80e5ef5f847b2d4b637029f0f671c3"><div class="ttname"><a href="definitions_8h.html#add80e5ef5f847b2d4b637029f0f671c3">CHKERR</a></div><div class="ttdeci">#define CHKERR</div><div class="ttdoc">Inline error check.</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00551">definitions.h:551</a></div></div>
<div class="ttc" id="adefinitions_8h_html_aee32377dce975c9a64ed73bd3a003404"><div class="ttname"><a href="definitions_8h.html#aee32377dce975c9a64ed73bd3a003404">MoFEMFunctionBeginHot</a></div><div class="ttdeci">#define MoFEMFunctionBeginHot</div><div class="ttdoc">First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...</div><div class="ttdef"><b>Definition</b> <a href="definitions_8h_source.html#l00456">definitions.h:456</a></div></div>
<div class="ttc" id="ahanging__node__approx_8cpp_html_ae63ebbb5e1ef5e0a8b9872228c595f8c"><div class="ttname"><a href="hanging__node__approx_8cpp.html#ae63ebbb5e1ef5e0a8b9872228c595f8c">bit</a></div><div class="ttdeci">auto bit</div><div class="ttdoc">set bit</div><div class="ttdef"><b>Definition</b> <a href="hanging__node__approx_8cpp_source.html#l00075">hanging_node_approx.cpp:75</a></div></div>
<div class="ttc" id="anamespaceMoFEM_1_1Exceptions_html_a4e27e82eaf63e387dd653941d6245b49"><div class="ttname"><a href="namespaceMoFEM_1_1Exceptions.html#a4e27e82eaf63e387dd653941d6245b49">MoFEM::Exceptions::ierr</a></div><div class="ttdeci">static MoFEMErrorCodeGeneric< PetscErrorCode > ierr</div><div class="ttdef"><b>Definition</b> <a href="Exceptions_8hpp_source.html#l00076">Exceptions.hpp:76</a></div></div>
<div class="ttc" id="anamespaceMoFEM_1_1Exceptions_html_a8fb6351034eac301fc47fdf2748c1b45"><div class="ttname"><a href="namespaceMoFEM_1_1Exceptions.html#a8fb6351034eac301fc47fdf2748c1b45">MoFEM::Exceptions::MoFEMErrorCode</a></div><div class="ttdeci">PetscErrorCode MoFEMErrorCode</div><div class="ttdoc">MoFEM/PETSc error code.</div><div class="ttdef"><b>Definition</b> <a href="Exceptions_8hpp_source.html#l00056">Exceptions.hpp:56</a></div></div>
<div class="ttc" id="anamespaceMoFEM_1_1Types_html_a3bcfc531aefce51efddd172bda32b334"><div class="ttname"><a href="namespaceMoFEM_1_1Types.html#a3bcfc531aefce51efddd172bda32b334">MoFEM::Types::CubitBCType</a></div><div class="ttdeci">std::bitset< 32 > CubitBCType</div><div class="ttdef"><b>Definition</b> <a href="Types_8hpp_source.html#l00052">Types.hpp:52</a></div></div>
<div class="ttc" id="anamespaceMoFEM_html"><div class="ttname"><a href="namespaceMoFEM.html">MoFEM</a></div><div class="ttdoc">implementation of Data Operators for Forces and Sources</div><div class="ttdef"><b>Definition</b> <a href="Common_8hpp_source.html#l00010">Common.hpp:10</a></div></div>
<div class="ttc" id="anamespaceMoFEM_html_a5ce4bd17d56634b6188f206929deda31"><div class="ttname"><a href="namespaceMoFEM.html#a5ce4bd17d56634b6188f206929deda31">MoFEM::CubitMeshSet_multiIndex</a></div><div class="ttdeci">multi_index_container< CubitMeshSets, indexed_by< hashed_unique< tag< Meshset_mi_tag >, member< CubitMeshSets, EntityHandle, &CubitMeshSets::meshset > >, ordered_non_unique< tag< CubitMeshsetType_mi_tag >, const_mem_fun< CubitMeshSets, unsigned long int, &CubitMeshSets::getBcTypeULong > >, ordered_non_unique< tag< CubitMeshsetMaskedType_mi_tag >, const_mem_fun< CubitMeshSets, unsigned long int, &CubitMeshSets::getMaskedBcTypeULong > >, ordered_non_unique< tag< CubitMeshsets_name >, const_mem_fun< CubitMeshSets, std::string, &CubitMeshSets::getName > >, hashed_unique< tag< Composite_Cubit_msId_And_MeshsetType_mi_tag >, composite_key< CubitMeshSets, const_mem_fun< CubitMeshSets, int, &CubitMeshSets::getMeshsetId >, const_mem_fun< CubitMeshSets, unsigned long int, &CubitMeshSets::getMaskedBcTypeULong > > > > > CubitMeshSet_multiIndex</div><div class="ttdoc">Stores data about meshsets (see CubitMeshSets) storing data about boundary conditions,...</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00388">BCMultiIndices.hpp:388</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type_html"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html">MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type</a></div><div class="ttdoc">change meshset type</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00392">BCMultiIndices.hpp:392</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type_html_a1eb576b52af939ac9b480063def875d4"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#a1eb576b52af939ac9b480063def875d4">MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::bIt</a></div><div class="ttdeci">CubitBCType bIt</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00393">BCMultiIndices.hpp:393</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type_html_a5fea53f9b88a7a40a1a2429d807caa36"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#a5fea53f9b88a7a40a1a2429d807caa36">MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::CubitMeshSets_change_add_bit_to_cubit_bc_type</a></div><div class="ttdeci">CubitMeshSets_change_add_bit_to_cubit_bc_type(const CubitBCType &bit)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00394">BCMultiIndices.hpp:394</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type_html_aeb3cd50e3da76c5f209b299826f3b84c"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__add__bit__to__cubit__bc__type.html#aeb3cd50e3da76c5f209b299826f3b84c">MoFEM::CubitMeshSets_change_add_bit_to_cubit_bc_type::operator()</a></div><div class="ttdeci">void operator()(CubitMeshSets &e)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00414">BCMultiIndices.cpp:414</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes__data__structure_html"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html">MoFEM::CubitMeshSets_change_attributes_data_structure</a></div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00425">BCMultiIndices.hpp:425</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes__data__structure_html_a2085a205acd16d92a6a8e6195ca599a1"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a2085a205acd16d92a6a8e6195ca599a1">MoFEM::CubitMeshSets_change_attributes_data_structure::operator()</a></div><div class="ttdeci">void operator()(CubitMeshSets &e)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00423">BCMultiIndices.cpp:423</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes__data__structure_html_a25b90c435e2303e333a0f8e973bdc5a0"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a25b90c435e2303e333a0f8e973bdc5a0">MoFEM::CubitMeshSets_change_attributes_data_structure::mOab</a></div><div class="ttdeci">Interface & mOab</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00426">BCMultiIndices.hpp:426</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes__data__structure_html_a8a5b7737067f448e1b7d2503efd701b9"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#a8a5b7737067f448e1b7d2503efd701b9">MoFEM::CubitMeshSets_change_attributes_data_structure::CubitMeshSets_change_attributes_data_structure</a></div><div class="ttdeci">CubitMeshSets_change_attributes_data_structure(Interface &moab, const GenericAttributeData &attr)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00428">BCMultiIndices.hpp:428</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes__data__structure_html_ace5e2cd7303c864c83d9106a0c754667"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes__data__structure.html#ace5e2cd7303c864c83d9106a0c754667">MoFEM::CubitMeshSets_change_attributes_data_structure::aTtr</a></div><div class="ttdeci">const GenericAttributeData & aTtr</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00427">BCMultiIndices.hpp:427</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes_html"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes.html">MoFEM::CubitMeshSets_change_attributes</a></div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00413">BCMultiIndices.hpp:413</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes_html_a0a54b453ded3aecadc11f978a65dc4f1"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a0a54b453ded3aecadc11f978a65dc4f1">MoFEM::CubitMeshSets_change_attributes::aTtr</a></div><div class="ttdeci">const std::vector< double > & aTtr</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00415">BCMultiIndices.hpp:415</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes_html_a12847fad8f0f26cd06cc8f7208cb678c"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a12847fad8f0f26cd06cc8f7208cb678c">MoFEM::CubitMeshSets_change_attributes::mOab</a></div><div class="ttdeci">Interface & mOab</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00414">BCMultiIndices.hpp:414</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes_html_a17a7a93b108d43ea89755f2b5970238c"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a17a7a93b108d43ea89755f2b5970238c">MoFEM::CubitMeshSets_change_attributes::CubitMeshSets_change_attributes</a></div><div class="ttdeci">CubitMeshSets_change_attributes(Interface &moab, const std::vector< double > &attr)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00416">BCMultiIndices.hpp:416</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__attributes_html_a834c2a13491c7775b96c0ce04dd2b4a0"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__attributes.html#a834c2a13491c7775b96c0ce04dd2b4a0">MoFEM::CubitMeshSets_change_attributes::operator()</a></div><div class="ttdeci">void operator()(CubitMeshSets &e)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00419">BCMultiIndices.cpp:419</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__bc__data__structure_html"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html">MoFEM::CubitMeshSets_change_bc_data_structure</a></div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00437">BCMultiIndices.hpp:437</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__bc__data__structure_html_a0138c97c5d20c977ce3973ec45f22f97"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a0138c97c5d20c977ce3973ec45f22f97">MoFEM::CubitMeshSets_change_bc_data_structure::operator()</a></div><div class="ttdeci">void operator()(CubitMeshSets &e)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00438">BCMultiIndices.cpp:438</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__bc__data__structure_html_a764caf878dae72ddac901fffb2868ea9"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a764caf878dae72ddac901fffb2868ea9">MoFEM::CubitMeshSets_change_bc_data_structure::bcData</a></div><div class="ttdeci">const GenericCubitBcData & bcData</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00439">BCMultiIndices.hpp:439</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__bc__data__structure_html_a9e7f04a9fa60bd58e1ea07437fb240b5"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#a9e7f04a9fa60bd58e1ea07437fb240b5">MoFEM::CubitMeshSets_change_bc_data_structure::CubitMeshSets_change_bc_data_structure</a></div><div class="ttdeci">CubitMeshSets_change_bc_data_structure(Interface &moab, const GenericCubitBcData &bc_data)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00440">BCMultiIndices.hpp:440</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__bc__data__structure_html_aa84bf0e5cb85a6044bc22c159f91c18d"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__bc__data__structure.html#aa84bf0e5cb85a6044bc22c159f91c18d">MoFEM::CubitMeshSets_change_bc_data_structure::mOab</a></div><div class="ttdeci">Interface & mOab</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00438">BCMultiIndices.hpp:438</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__name_html"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__name.html">MoFEM::CubitMeshSets_change_name</a></div><div class="ttdoc">change meshset name</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00402">BCMultiIndices.hpp:402</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__name_html_a1596a8c6d4094725d4e2d9811f531f4e"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__name.html#a1596a8c6d4094725d4e2d9811f531f4e">MoFEM::CubitMeshSets_change_name::operator()</a></div><div class="ttdeci">void operator()(CubitMeshSets &e)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00389">BCMultiIndices.cpp:389</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__name_html_a22f42e0669f259d245a2d0595c2d3124"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__name.html#a22f42e0669f259d245a2d0595c2d3124">MoFEM::CubitMeshSets_change_name::mOab</a></div><div class="ttdeci">Interface & mOab</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00403">BCMultiIndices.hpp:403</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__name_html_ab8306227e1554be89b4b95128c48da77"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__name.html#ab8306227e1554be89b4b95128c48da77">MoFEM::CubitMeshSets_change_name::CubitMeshSets_change_name</a></div><div class="ttdeci">CubitMeshSets_change_name(Interface &moab, const std::string &name)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00405">BCMultiIndices.hpp:405</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets__change__name_html_ad0e349b73bdc1b0736f7baee14a22aa6"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets__change__name.html#ad0e349b73bdc1b0736f7baee14a22aa6">MoFEM::CubitMeshSets_change_name::nAme</a></div><div class="ttdeci">std::string nAme</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00404">BCMultiIndices.hpp:404</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html">MoFEM::CubitMeshSets</a></div><div class="ttdoc">this struct keeps basic methods for moab meshset about material and boundary conditions</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00019">BCMultiIndices.hpp:19</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a05cf7fdf0ecb20e48affcd0e0cf0cbd6"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a05cf7fdf0ecb20e48affcd0e0cf0cbd6">MoFEM::CubitMeshSets::getAttributes</a></div><div class="ttdeci">MoFEMErrorCode getAttributes(std::vector< double > &attributes) const</div><div class="ttdoc">get Cubit block attributes</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00290">BCMultiIndices.cpp:290</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a06abb56a771c5001617ceeb5b71b02cf"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a06abb56a771c5001617ceeb5b71b02cf">MoFEM::CubitMeshSets::tagBlockAttributes</a></div><div class="ttdeci">double * tagBlockAttributes</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00030">BCMultiIndices.hpp:30</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a109eee1e48bd3940ee6d27dd01a7ab79"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a109eee1e48bd3940ee6d27dd01a7ab79">MoFEM::CubitMeshSets::cubitBcType</a></div><div class="ttdeci">CubitBCType cubitBcType</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00022">BCMultiIndices.hpp:22</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a10c781086df60d7daf3733cc5d750f1b"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a10c781086df60d7daf3733cc5d750f1b">MoFEM::CubitMeshSets::getBcTypeULong</a></div><div class="ttdeci">unsigned long int getBcTypeULong() const</div><div class="ttdoc">get bc meshset type</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00068">BCMultiIndices.hpp:68</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a2777d3eab49c5d84fadf73a9f6481c80"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a2777d3eab49c5d84fadf73a9f6481c80">MoFEM::CubitMeshSets::meshset</a></div><div class="ttdeci">EntityHandle meshset</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00021">BCMultiIndices.hpp:21</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a2dee5f4d19a540488b515f3b8cfa04cd"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a2dee5f4d19a540488b515f3b8cfa04cd">MoFEM::CubitMeshSets::bhTag</a></div><div class="ttdeci">Tag bhTag</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00322">BCMultiIndices.hpp:322</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a2e2a4641f1196817a5da1e664c49dbec"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a2e2a4641f1196817a5da1e664c49dbec">MoFEM::CubitMeshSets::getMaskedBcTypeULong</a></div><div class="ttdeci">unsigned long int getMaskedBcTypeULong() const</div><div class="ttdoc">get meshset type and mask</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00076">BCMultiIndices.hpp:76</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a308202eacc82cbee0f93be84c32f8d20"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a308202eacc82cbee0f93be84c32f8d20">MoFEM::CubitMeshSets::getBcData</a></div><div class="ttdeci">MoFEMErrorCode getBcData(std::vector< char > &bc_data) const</div><div class="ttdoc">get bc_data vector from MoFEM database</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00176">BCMultiIndices.cpp:176</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a3d896d255594c6312b7dbef96d909cb7"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a3d896d255594c6312b7dbef96d909cb7">MoFEM::CubitMeshSets::printName</a></div><div class="ttdeci">MoFEMErrorCode printName(std::ostream &os) const</div><div class="ttdoc">print name of block, sideset etc. (this is set in Cubit setting properties)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00221">BCMultiIndices.cpp:221</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a42cf0c4f1f9d65921db213505958cd36"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a42cf0c4f1f9d65921db213505958cd36">MoFEM::CubitMeshSets::printAttributes</a></div><div class="ttdeci">MoFEMErrorCode printAttributes(std::ostream &os) const</div><div class="ttdoc">print the attributes vector</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00314">BCMultiIndices.cpp:314</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a465e6707c35cdfc92e4e37bf3b0bc296"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a465e6707c35cdfc92e4e37bf3b0bc296">MoFEM::CubitMeshSets::tagBlockHeaderData</a></div><div class="ttdeci">unsigned int * tagBlockHeaderData</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00029">BCMultiIndices.hpp:29</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a47e71fa53f2431d1de989bd97ccff8e4"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a47e71fa53f2431d1de989bd97ccff8e4">MoFEM::CubitMeshSets::nsTag_data</a></div><div class="ttdeci">Tag nsTag_data</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00322">BCMultiIndices.hpp:322</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a4c01d71153142ef11b90753ccec85a05"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a4c01d71153142ef11b90753ccec85a05">MoFEM::CubitMeshSets::getAttributeDataStructure</a></div><div class="ttdeci">MoFEMErrorCode getAttributeDataStructure(ATTRIBUTE_TYPE &data) const</div><div class="ttdoc">fill data structure with data saved on meshset</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00268">BCMultiIndices.hpp:268</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a53a212b45e92a7c81d9274917e270d85"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a53a212b45e92a7c81d9274917e270d85">MoFEM::CubitMeshSets::getTypeFromName</a></div><div class="ttdeci">MoFEMErrorCode getTypeFromName(const std::string &name, CubitBCType &type) const</div><div class="ttdoc">Function that returns the CubitBCType type of the block name, sideset name etc.</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00328">BCMultiIndices.cpp:328</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a54dc145c6e048904d82120d0a25df8b2"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a54dc145c6e048904d82120d0a25df8b2">MoFEM::CubitMeshSets::setBcDataStructure</a></div><div class="ttdeci">MoFEMErrorCode setBcDataStructure(CUBIT_BC_DATA_TYPE &data)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00311">BCMultiIndices.hpp:311</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a60460399de67722ea29642166a0e8263"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a60460399de67722ea29642166a0e8263">MoFEM::CubitMeshSets::CubitMeshSets</a></div><div class="ttdeci">CubitMeshSets(Interface &moab, const EntityHandle meshset)</div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a664d69b58d3c2fac093ea1186f2e593c"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a664d69b58d3c2fac093ea1186f2e593c">MoFEM::CubitMeshSets::entityNameTag</a></div><div class="ttdeci">Tag entityNameTag</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00323">BCMultiIndices.hpp:323</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a66c8089211ef82cb35f4fdeb2fc33890"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a66c8089211ef82cb35f4fdeb2fc33890">MoFEM::CubitMeshSets::getMeshsetIdEntitiesByDimension</a></div><div class="ttdeci">MoFEMErrorCode getMeshsetIdEntitiesByDimension(Interface &moab, Range &entities, const bool recursive=false) const</div><div class="ttdoc">get entities form meshset</div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a6a0c7cbd26ea032b285cabe3e2e88d4a"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a6a0c7cbd26ea032b285cabe3e2e88d4a">MoFEM::CubitMeshSets::setAttributes</a></div><div class="ttdeci">MoFEMErrorCode setAttributes(moab::Interface &moab, const std::vector< double > &attributes)</div><div class="ttdoc">cet Cubit block attributes</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00301">BCMultiIndices.cpp:301</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a6ace282030be7e800d6e6d9b620c8d56"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a6ace282030be7e800d6e6d9b620c8d56">MoFEM::CubitMeshSets::getBlockHeaderData</a></div><div class="ttdeci">MoFEMErrorCode getBlockHeaderData(std::vector< unsigned int > &material_data) const</div><div class="ttdoc">get block_headers vector from MoFEM database</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00183">BCMultiIndices.cpp:183</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a76d4c69ce444d6c92fa75bbb864dbe81"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a76d4c69ce444d6c92fa75bbb864dbe81">MoFEM::CubitMeshSets::operator<<</a></div><div class="ttdeci">friend std::ostream & operator<<(std::ostream &os, const CubitMeshSets &e)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00360">BCMultiIndices.cpp:360</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a788472bc8355ca6875a242a2f3b8274b"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a788472bc8355ca6875a242a2f3b8274b">MoFEM::CubitMeshSets::thBlockAttribs</a></div><div class="ttdeci">Tag thBlockAttribs</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00322">BCMultiIndices.hpp:322</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a7941b551be38e28a6532952b68f0f9b3"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a7941b551be38e28a6532952b68f0f9b3">MoFEM::CubitMeshSets::getBcDataStructure</a></div><div class="ttdeci">MoFEMErrorCode getBcDataStructure(CUBIT_BC_DATA_TYPE &data) const</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00296">BCMultiIndices.hpp:296</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a796daf63fe1f1aaeede764dad8cc6afc"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a796daf63fe1f1aaeede764dad8cc6afc">MoFEM::CubitMeshSets::nsTag</a></div><div class="ttdeci">Tag nsTag</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00322">BCMultiIndices.hpp:322</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a7a19d41a7ca6ba9066617156675eaf3c"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a7a19d41a7ca6ba9066617156675eaf3c">MoFEM::CubitMeshSets::bhTag_header</a></div><div class="ttdeci">Tag bhTag_header</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00322">BCMultiIndices.hpp:322</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a83eabec597a16b0adec3bce103468893"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a83eabec597a16b0adec3bce103468893">MoFEM::CubitMeshSets::tagName</a></div><div class="ttdeci">char * tagName</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00032">BCMultiIndices.hpp:32</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a873227ba323a28b3d86b861547ec5f67"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a873227ba323a28b3d86b861547ec5f67">MoFEM::CubitMeshSets::getMeshsetEntitiesDimension</a></div><div class="ttdeci">unsigned int getMeshsetEntitiesDimension() const</div><div class="ttdoc">Get the meshset entities dimension.</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00092">BCMultiIndices.hpp:92</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a883736360a3ecdbb3b9c5db97c9b0923"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a883736360a3ecdbb3b9c5db97c9b0923">MoFEM::CubitMeshSets::CubitMeshSets</a></div><div class="ttdeci">CubitMeshSets(Interface &moab, const CubitBCType cubit_bc_type, const int msId)</div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a8ab6f3c822efa7d46571eb2da0ca5746"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a8ab6f3c822efa7d46571eb2da0ca5746">MoFEM::CubitMeshSets::printBcData</a></div><div class="ttdeci">MoFEMErrorCode printBcData(std::ostream &os) const</div><div class="ttdoc">print bc_data int stream given by os</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00271">BCMultiIndices.cpp:271</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a8aea08180f6e4400067864e6140d672b"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a8aea08180f6e4400067864e6140d672b">MoFEM::CubitMeshSets::getBcType</a></div><div class="ttdeci">CubitBCType getBcType() const</div><div class="ttdoc">get type of meshset</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00056">BCMultiIndices.hpp:56</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a96f0b36eb8f0c55d5306a0fb5f6930b9"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a96f0b36eb8f0c55d5306a0fb5f6930b9">MoFEM::CubitMeshSets::getMeshsetIdEntitiesByDimension</a></div><div class="ttdeci">MoFEMErrorCode getMeshsetIdEntitiesByDimension(Interface &moab, const int dimension, Range &entities, const bool recursive=false) const</div><div class="ttdoc">get entities form meshset</div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a9b6efd07822e8d3fe2bd05ddd31e472c"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a9b6efd07822e8d3fe2bd05ddd31e472c">MoFEM::CubitMeshSets::getName</a></div><div class="ttdeci">std::string getName() const</div><div class="ttdoc">get name of block, sideset etc. (this is set in Cubit block properties)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00213">BCMultiIndices.cpp:213</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_a9c3c24065aa442e1440a5142bdeadf11"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#a9c3c24065aa442e1440a5142bdeadf11">MoFEM::CubitMeshSets::tag_handles</a></div><div class="ttdeci">std::vector< Tag > tag_handles</div><div class="ttdoc">vector of tag handles to types of data passed from cubit</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00025">BCMultiIndices.hpp:25</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_aa4f7b0c21ffa8033f84cbb4732ed9fe5"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#aa4f7b0c21ffa8033f84cbb4732ed9fe5">MoFEM::CubitMeshSets::getMeshset</a></div><div class="ttdeci">EntityHandle getMeshset() const</div><div class="ttdoc">get bc meshset</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00062">BCMultiIndices.hpp:62</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_aae9861cfed624b8cd1233ecdfa5b96a5"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#aae9861cfed624b8cd1233ecdfa5b96a5">MoFEM::CubitMeshSets::ssTag</a></div><div class="ttdeci">Tag ssTag</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00322">BCMultiIndices.hpp:322</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_ab3a5f85889ce6338b53a8248abc8e0d0"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#ab3a5f85889ce6338b53a8248abc8e0d0">MoFEM::CubitMeshSets::tagBcData</a></div><div class="ttdeci">char * tagBcData</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00027">BCMultiIndices.hpp:27</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_ab52743aa069b1903ecb8fc95555dc0dd"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#ab52743aa069b1903ecb8fc95555dc0dd">MoFEM::CubitMeshSets::setAttributeDataStructure</a></div><div class="ttdeci">MoFEMErrorCode setAttributeDataStructure(const ATTRIBUTE_TYPE &data)</div><div class="ttdoc">fill meshset data with data on structure</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00284">BCMultiIndices.hpp:284</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_ab7d7915407291a83175c859733f953bb"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#ab7d7915407291a83175c859733f953bb">MoFEM::CubitMeshSets::getTagsHandlers</a></div><div class="ttdeci">MoFEMErrorCode getTagsHandlers(Interface &moab)</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00008">BCMultiIndices.cpp:8</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_abf019e4d058c2353f5abfaf120d9a993"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#abf019e4d058c2353f5abfaf120d9a993">MoFEM::CubitMeshSets::msId</a></div><div class="ttdeci">int * msId</div><div class="ttdoc">cubit meshset ID</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00026">BCMultiIndices.hpp:26</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_ae5c2a31fbe99fa53f203917b17a56748"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#ae5c2a31fbe99fa53f203917b17a56748">MoFEM::CubitMeshSets::tagBlockAttributesSize</a></div><div class="ttdeci">int tagBlockAttributesSize</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00031">BCMultiIndices.hpp:31</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_ae6d4a68c1b8f98a487b793f916aefde6"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#ae6d4a68c1b8f98a487b793f916aefde6">MoFEM::CubitMeshSets::meshsetsMask</a></div><div class="ttdeci">const CubitBCType meshsetsMask</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00033">BCMultiIndices.hpp:33</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_ae76c2da85150c209ab9737ac0277dbd1"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#ae76c2da85150c209ab9737ac0277dbd1">MoFEM::CubitMeshSets::ssTag_data</a></div><div class="ttdeci">Tag ssTag_data</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00322">BCMultiIndices.hpp:322</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_ae76e8ba0215f9795b094863c0c80b94b"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#ae76e8ba0215f9795b094863c0c80b94b">MoFEM::CubitMeshSets::tagBcSize</a></div><div class="ttdeci">int tagBcSize</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00028">BCMultiIndices.hpp:28</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_aea7a4ba7ee6a00446c38f7f700d64a81"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#aea7a4ba7ee6a00446c38f7f700d64a81">MoFEM::CubitMeshSets::getMeshsetIdEntitiesByType</a></div><div class="ttdeci">MoFEMErrorCode getMeshsetIdEntitiesByType(Interface &moab, const EntityType type, Range &entities, const bool recursive=false) const</div><div class="ttdoc">get entities by type</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00162">BCMultiIndices.cpp:162</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_af691600a9942d39ffcc8508d44a96b0f"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#af691600a9942d39ffcc8508d44a96b0f">MoFEM::CubitMeshSets::getTypeFromBcData</a></div><div class="ttdeci">MoFEMErrorCode getTypeFromBcData(const std::vector< char > &bc_data, CubitBCType &type) const</div><div class="ttdoc">Function that returns the CubitBCType type of the contents of bc_data.</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00230">BCMultiIndices.cpp:230</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_afb1d8b03f64c12639df9e5778aa49d04"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#afb1d8b03f64c12639df9e5778aa49d04">MoFEM::CubitMeshSets::getMeshsetId</a></div><div class="ttdeci">int getMeshsetId() const</div><div class="ttdoc">get meshset id as it set in preprocessing software</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00043">BCMultiIndices.hpp:43</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_affc1cca37c21a9739dbf7d7ec3b94481"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#affc1cca37c21a9739dbf7d7ec3b94481">MoFEM::CubitMeshSets::getMaksedBcTypeULong</a></div><div class="ttdeci">DEPRECATED unsigned long int getMaksedBcTypeULong() const</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8hpp_source.html#l00081">BCMultiIndices.hpp:81</a></div></div>
<div class="ttc" id="astructMoFEM_1_1CubitMeshSets_html_affff3b837c26c42740350d288c97dd62"><div class="ttname"><a href="structMoFEM_1_1CubitMeshSets.html#affff3b837c26c42740350d288c97dd62">MoFEM::CubitMeshSets::printBlockHeaderData</a></div><div class="ttdeci">MoFEMErrorCode printBlockHeaderData(std::ostream &os) const</div><div class="ttdoc">print material_data int stream given by os</div><div class="ttdef"><b>Definition</b> <a href="BCMultiIndices_8cpp_source.html#l00191">BCMultiIndices.cpp:191</a></div></div>
<div class="ttc" id="astructMoFEM_1_1DeprecatedCoreInterface_html"><div class="ttname"><a href="structMoFEM_1_1DeprecatedCoreInterface.html">MoFEM::DeprecatedCoreInterface</a></div><div class="ttdoc">Deprecated interface functions.</div><div class="ttdef"><b>Definition</b> <a href="DeprecatedCoreInterface_8hpp_source.html#l00016">DeprecatedCoreInterface.hpp:16</a></div></div>
<div class="ttc" id="astructMoFEM_1_1GenericAttributeData_html"><div class="ttname"><a href="structMoFEM_1_1GenericAttributeData.html">MoFEM::GenericAttributeData</a></div><div class="ttdoc">Generic attribute data structure.</div><div class="ttdef"><b>Definition</b> <a href="MaterialBlocks_8hpp_source.html#l00017">MaterialBlocks.hpp:17</a></div></div>
<div class="ttc" id="astructMoFEM_1_1GenericCubitBcData_html"><div class="ttname"><a href="structMoFEM_1_1GenericCubitBcData.html">MoFEM::GenericCubitBcData</a></div><div class="ttdoc">Generic bc data structure.</div><div class="ttdef"><b>Definition</b> <a href="BCData_8hpp_source.html#l00016">BCData.hpp:16</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<hr cla ss="footer" />
<style>
img[src="UoGLogo.png"] {
height: 20px;
padding-top: 0px;
padding-right: 1px;
padding-bottom: 3px;
padding-left: 6px;
}
</style>
<address class="footer">
<small>
Generated by
<a href="http://www.doxygen.org/index.html"> Doxygen </a> 1.9.8
and hosted at
<a href="http://www.gla.ac.uk/schools/engineering/">
<img class="footer" src="UoGLogo.png" alt="University of Glasgow" />
</a>
</small>
</address>
</body>
</html>