Public Member Functions | |
| __init__ (self, str label, int dimension) | |
| assign_materials (self) | |
| assign_block_numbers (self, int BlockCount) | |
| __init__ (self, str label, int dimension) | |
| assign_materials (self) | |
| assign_block_numbers (self, int BlockCount) | |
Public Attributes | |
| label = label | |
| dimension = dimension | |
| int | MaterialID = 0 |
| list | elements = [] |
Protected Member Functions | |
| _count_elements (self) | |
| _compute_block_numbers (self, int BlockCount) | |
| _count_elements (self) | |
| _compute_block_numbers (self, int BlockCount) | |
Protected Attributes | |
| int | _lines = 0 |
| int | _tris = 0 |
| int | _quads = 0 |
| int | _tets = 0 |
| int | _pentas = 0 |
| int | _hexs = 0 |
| int | _num_lines = 0 |
| int | _num_tris = 0 |
| int | _num_quads = 0 |
| int | _num_tets = 0 |
| int | _num_pentas = 0 |
| int | _num_hexs = 0 |
| mesh.Group.Group.__init__ | ( | self, | |
| str | label, | ||
| int | dimension ) |
| mesh.Group.Group.__init__ | ( | self, | |
| str | label, | ||
| int | dimension ) |
|
protected |
|
protected |
|
protected |
|
protected |
| mesh.Group.Group.assign_block_numbers | ( | self, | |
| int | BlockCount ) |
| mesh.Group.Group.assign_block_numbers | ( | self, | |
| int | BlockCount ) |
| mesh.Group.Group.assign_materials | ( | self | ) |
| mesh.Group.Group.assign_materials | ( | self | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| mesh.Group.Group.dimension = dimension |
| list elements = [] |
| mesh.Group.Group.label = label |
| int MaterialID = 0 |