Structure for Boundary Informations. More...
#include <unstructured_two_d_mesh_geometry_base.h>
Public Attributes | |
unsigned | Face_id |
Face ID. More... | |
unsigned | Boundary |
Boundary ID. More... | |
FiniteElement * | FE_pt |
Pointer to bulk finite element. More... | |
Structure for Boundary Informations.
Definition at line 5610 of file unstructured_two_d_mesh_geometry_base.h.
unsigned oomph::TriangleBoundaryHelper::BCInfo::Boundary |
Boundary ID.
Definition at line 5616 of file unstructured_two_d_mesh_geometry_base.h.
Referenced by oomph::TriangleMeshBase::setup_boundary_element_info().
unsigned oomph::TriangleBoundaryHelper::BCInfo::Face_id |
Face ID.
Definition at line 5613 of file unstructured_two_d_mesh_geometry_base.h.
Referenced by oomph::TriangleMeshBase::setup_boundary_element_info().
FiniteElement* oomph::TriangleBoundaryHelper::BCInfo::FE_pt |
Pointer to bulk finite element.
Definition at line 5619 of file unstructured_two_d_mesh_geometry_base.h.
Referenced by oomph::TriangleMeshBase::setup_boundary_element_info().