Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::HalfFacetRep::LocalMaps3D Struct Reference

3D local maps More...

#include <HalfFacetRep.hpp>

Public Attributes

short int num_verts_in_cell
 Number of vertices in cell. More...
 
short int num_edges_in_cell
 Number of edges in cell. More...
 
short int num_faces_in_cell
 
int hf2v_num [MAX_FACES]
 Number of vertices in each half-face. More...
 
int hf2v [MAX_FACES][MAX_VERTS_HF]
 Map: Half-face to local vertex ids. More...
 
int v2hf_num [MAX_VERTICES]
 Number of incident half-faces on each vertex. More...
 
int v2hf [MAX_VERTICES][MAX_INCIDENT_HF]
 Map: Local vertices to incident half-facets. More...
 
int e2v [MAX_EDGES][2]
 Map: Local edges to local vertices. More...
 
int e2hf [MAX_EDGES][2]
 Map: Local edges to incident half-faces. More...
 
int f2leid [MAX_FACES][MAX_VERTS_HF]
 Map: Half-faces to local edges. More...
 
int lookup_leids [MAX_VERTICES][MAX_VERTICES]
 Map: local vertices to local edges. More...
 
int search_everts [5]
 Search edge verts: More...
 
int search_fverts [2]
 
int v2le [4][5]
 

Detailed Description

3D local maps

Definition at line 506 of file HalfFacetRep.hpp.

Member Data Documentation

◆ e2hf

int moab::HalfFacetRep::LocalMaps3D::e2hf[MAX_EDGES][2]

Map: Local edges to incident half-faces.

Definition at line 525 of file HalfFacetRep.hpp.

Referenced by moab::HalfFacetRep::get_half_facet_in_comp(), and moab::NestedRefine::is_edge_on_boundary().

◆ e2v

◆ f2leid

int moab::HalfFacetRep::LocalMaps3D::f2leid[MAX_FACES][MAX_VERTS_HF]

Map: Half-faces to local edges.

Definition at line 527 of file HalfFacetRep.hpp.

Referenced by moab::NestedRefine::construct_hm_2D().

◆ hf2v

◆ hf2v_num

◆ lookup_leids

int moab::HalfFacetRep::LocalMaps3D::lookup_leids[MAX_VERTICES][MAX_VERTICES]

◆ num_edges_in_cell

◆ num_faces_in_cell

◆ num_verts_in_cell

◆ search_everts

int moab::HalfFacetRep::LocalMaps3D::search_everts[5]

Search edge verts:

Definition at line 531 of file HalfFacetRep.hpp.

Referenced by moab::HalfFacetRep::get_down_adjacencies_edg_3d().

◆ search_fverts

int moab::HalfFacetRep::LocalMaps3D::search_fverts[2]

Definition at line 532 of file HalfFacetRep.hpp.

Referenced by moab::HalfFacetRep::get_down_adjacencies_face_3d().

◆ v2hf

◆ v2hf_num

◆ v2le

int moab::HalfFacetRep::LocalMaps3D::v2le[4][5]

Definition at line 533 of file HalfFacetRep.hpp.

Referenced by moab::HalfFacetRep::get_down_adjacencies_edg_3d().


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