Data structure filled when the connection matrix is created, for each polyline, there are two vertex_connection_info structures, one for each end. More...
#include <unstructured_two_d_mesh_geometry_base.h>
Public Attributes | |
bool | is_connected |
unsigned | boundary_id_to_connect |
unsigned | boundary_chunk_to_connect |
unsigned | vertex_number_to_connect |
Data structure filled when the connection matrix is created, for each polyline, there are two vertex_connection_info structures, one for each end.
Definition at line 2356 of file unstructured_two_d_mesh_geometry_base.h.
unsigned oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::boundary_chunk_to_connect |
Definition at line 2360 of file unstructured_two_d_mesh_geometry_base.h.
Referenced by oomph::UnstructuredTwoDMeshGeometryBase::add_base_vertex_info_helper(), and oomph::UnstructuredTwoDMeshGeometryBase::add_connection_matrix_info_helper().
unsigned oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::boundary_id_to_connect |
Definition at line 2359 of file unstructured_two_d_mesh_geometry_base.h.
Referenced by oomph::UnstructuredTwoDMeshGeometryBase::add_base_vertex_info_helper(), and oomph::UnstructuredTwoDMeshGeometryBase::add_connection_matrix_info_helper().
bool oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::is_connected |
Definition at line 2358 of file unstructured_two_d_mesh_geometry_base.h.
Referenced by oomph::UnstructuredTwoDMeshGeometryBase::add_base_vertex_info_helper(), and oomph::UnstructuredTwoDMeshGeometryBase::add_connection_matrix_info_helper().
unsigned oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::vertex_number_to_connect |
Definition at line 2361 of file unstructured_two_d_mesh_geometry_base.h.
Referenced by oomph::UnstructuredTwoDMeshGeometryBase::add_base_vertex_info_helper(), and oomph::UnstructuredTwoDMeshGeometryBase::add_connection_matrix_info_helper().