SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
apf::Up Struct Reference

statically sized container for upward adjacency queries. More...

Public Attributes

int n
 actual number of adjacent entities
 
MeshEntity * e [400]
 array containing pointers to adjacent entities
 

Detailed Description

statically sized container for upward adjacency queries.

see apf::Downward for static size rationale. Although our algorithmic complexity proofs rely on upward adjacencies being bound by a constant, this constant has yet to be pinpointed. Some (bad) Simmetrix meshes have around 300 edges per vertex, so we are now at 400.

Definition at line 63 of file apfMesh.h.


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