20 #include "SheafSystem/assert_contract.h" 21 #include "SheafSystem/point_connectivity.h" 102 require(xi_size > 0);
pod_index_type * _node_ids
The nodal connectivity array.
void create_connectivity(size_type xi_size, pod_index_type xstart_id)
Allocates and initializes the connectivity array.
size_type _nodes_per_element
The number of nodes per element.
size_type node_id_ct() const
The number of entries in node_ids().
Zone to node connectivity relation for a block of zones of a given type.
pod_index_type * node_ids()
The nodal connectivity array.
Abstract base class with useful features for all objects.
virtual cell_type element_type() const
The element type.
virtual bool is_ancestor_of(const any *other) const
Conformance test; true if other conforms to this.
size_type nodes_per_element() const
The number of nodes per element.
size_type _node_id_ct
the number of entyries in _node_ids.
virtual bool invariant() const
Class invariant.
block_connectivity()
Default constructor.
unsigned long size_type
An unsigned integral type used to represent sizes and capacities.
virtual point_connectivity * clone() const
Virtual constructor, makes a new instance of the same type as this.
void disable_invariant_check() const
Disable invariant check. Intended for preventing recursive calls to invariant and for suppressing inv...
size_type _element_ct
The number of elements.
size_type node_ct() const
The number of distinct nodes.
point_connectivity()
Default constructor. Equivalent to point_connectivity(1)
bool invariant_check() const
True if invariant checking is enabled.
size_type element_ct() const
The number of elements.
virtual ~point_connectivity()
Destructor.
int_type pod_index_type
The plain old data index type.
size_type _node_ct
The number of distinct nodes.
pod_index_type _start_id
The id given to the first node id generated. Mostly only useful for creating 1 (vs 0) based node numb...
pod_index_type start_id() const
The id given to the first node id generated.
Nodal connectivity for a block containing zones of type point. Since a point block is just a collecti...
Namespace for the fiber_bundles component of the sheaf system.
bool is_same_type(const any *other) const
True if other is the same type as this.
void enable_invariant_check() const
Enable invariant checking.
virtual bool invariant() const
Class invariant.
bool _delete_node_ids
True if destructor of this should delete _node_ids.
bool delete_node_ids() const
True if destructor of this should delete _node_ids.