MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
Mesh::Cell Struct Reference

#include <mesh.h>

List of all members.

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.

Member Data Documentation

Boundary (edge/face) tags: map iEdgeFace => Tag.

ID.

Neighbours information: map edge/face key => neighbour data (local edge/face ID, pointer to neighbour Cell)

Partition (domain) ID.

Cell tag. Required for setting up of attributes, for example.

Connectivity.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines