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 2476 of file unstructured_two_d_mesh_geometry_base.h.
unsigned oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::boundary_chunk_to_connect |
Definition at line 2480 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 2479 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 2478 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 2481 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().