Public Attributes | List of all members
oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ boundary_chunk_to_connect

unsigned oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::boundary_chunk_to_connect

◆ boundary_id_to_connect

unsigned oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::boundary_id_to_connect

◆ is_connected

bool oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::is_connected

◆ vertex_number_to_connect

unsigned oomph::UnstructuredTwoDMeshGeometryBase::vertex_connection_info::vertex_number_to_connect

The documentation for this struct was generated from the following file: