MOAB: Mesh Oriented datABase  (version 5.4.1)
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.
short int num_edges_in_cell
 Number of edges in cell.
short int num_faces_in_cell
int hf2v_num [MAX_FACES]
 Number of vertices in each half-face.
int hf2v [MAX_FACES][MAX_VERTS_HF]
 Map: Half-face to local vertex ids.
int v2hf_num [MAX_VERTICES]
 Number of incident half-faces on each vertex.
int v2hf [MAX_VERTICES][MAX_INCIDENT_HF]
 Map: Local vertices to incident half-facets.
int e2v [MAX_EDGES][2]
 Map: Local edges to local vertices.
int e2hf [MAX_EDGES][2]
 Map: Local edges to incident half-faces.
int f2leid [MAX_FACES][MAX_VERTS_HF]
 Map: Half-faces to local edges.
int lookup_leids [MAX_VERTICES][MAX_VERTICES]
 Map: local vertices to local edges.
int search_everts [5]
 Search edge verts:
int search_fverts [2]
int v2le [4][5]

Detailed Description

3D local maps

Definition at line 506 of file HalfFacetRep.hpp.


Member Data Documentation

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().

Map: Half-faces to local edges.

Definition at line 527 of file HalfFacetRep.hpp.

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

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines