Public Attributes

apf::Up Struct Reference

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

List of all members.

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.


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