![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <mesh.h>
Public Attributes | |
size_t | ID |
ID. | |
int | Tag |
Cell tag. Required for setting up of attributes, for example. | |
Array< Vertex * > | V |
Connectivity. | |
BryTag_t | BryTags |
Boundary (edge/face) tags: map iEdgeFace => Tag. | |
Neighs_t | Neighs |
Neighbours information: map edge/face key => neighbour data (local edge/face ID, pointer to neighbour Cell) | |
int | PartID |
Partition (domain) ID. |
Boundary (edge/face) tags: map iEdgeFace => Tag.
size_t Mesh::Cell::ID |
ID.
Neighbours information: map edge/face key => neighbour data (local edge/face ID, pointer to neighbour Cell)
Partition (domain) ID.
int Mesh::Cell::Tag |
Cell tag. Required for setting up of attributes, for example.
Connectivity.