#include <space.h>
Inherits Space::NodeData.
Public Member Functions | |
| VertexData () | |
| projection of boundary condition | |
| ~VertexData () | |
| void | dump (int id) |
Public Attributes | |
| unsigned | ced:1 |
| union { | |
| struct { | |
| int dof | |
| int n | |
| } | |
| normal node | |
| struct { | |
| int ncomponents | |
| BaseVertexComponent * baselist | |
| } | |
| CED node. | |
| }; | |
| 0 = normal vertex, 1 = constrained vertex | |
| scalar | bc_proj |
| Space::VertexData::VertexData | ( | ) | [inline] |
projection of boundary condition
| Space::VertexData::~VertexData | ( | ) | [inline] |
| void Space::VertexData::dump | ( | int | id | ) |
| union { ... } |
0 = normal vertex, 1 = constrained vertex
| unsigned Space::VertexData::ced |
1.6.3