![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <mesh.h>
Public Attributes | |
size_t | ID |
ID. | |
int | Tag |
Tag. | |
Vec3_t | C |
X, Y, and Z coordinates. | |
Array< Share > | Shares |
IDs of cells sharing this vertex. | |
Array< int > | PartIDs |
Partitions (domains) in which this vertex is located in. |
X, Y, and Z coordinates.
size_t Mesh::Vertex::ID |
ID.
Partitions (domains) in which this vertex is located in.
IDs of cells sharing this vertex.
Tag.