|
CELIA3D
1.0
Fluid-structure interaction using cut-cells
|
#include <solide.hpp>
Public Member Functions | |
| Vertex () | |
| Default constructor. More... | |
| Vertex (const Point_3 p, std::vector< int > &parts) | |
| Constructor overload. More... | |
| Vertex & | operator= (const Vertex &V) |
| operator = overload. More... | |
| int | size () |
Data Fields | |
| Point_3 | pos |
| Vertex coordinates. More... | |
| int | num |
| Index of the vertex in the construction mesh. More... | |
| std::vector< int > | particules |
| List of particles sharing the vertex. More... | |
Vertex class.
| Vertex::Vertex | ( | ) |
Default constructor.
| Vertex::Vertex | ( | const Point_3 | p, |
| std::vector< int > & | parts | ||
| ) |
Constructor overload.
| p | Vertex coordinates |
| parts | Vector of the particles sharing vertex p |
|
inline |
| int Vertex::num |
Index of the vertex in the construction mesh.
| std::vector<int> Vertex::particules |
List of particles sharing the vertex.
1.8.11