20 #include "SheafSystem/assert_contract.h" 21 #include "SheafSystem/quad_connectivity.h" 74 require(xnode_id_ct > 0);
75 require((xnode_id_ct % NODES_PER_ELEMENT) == 0);
82 ensure(
element_ct() == xnode_id_ct/NODES_PER_ELEMENT);
106 ensure(
node_ct() == (xi_size+1)*(xj_size+1));
134 require(xi_size > 0);
135 require(xj_size > 0);
173 ensure(
node_ct() == (xi_size+1)*(xj_size+1));
199 fiber_bundle::quad_connectivity::
220 fiber_bundle::quad_connectivity::
250 fiber_bundle::quad_connectivity::
251 is_ancestor_of(
const any* other)
const pod_index_type * _node_ids
The nodal 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.
size_type nodes_per_element() const
The number of nodes per element.
void create_connectivity(size_type xi_size, size_type xj_size, pod_index_type xstart_id)
Allocates and initializes the connectivity array.
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.
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.
virtual ~quad_connectivity()
Destructor.
size_type node_ct() const
The number of distinct nodes.
bool invariant_check() const
True if invariant checking is enabled.
size_type element_ct() const
The number of elements.
Nodal connectivity for a block containing zones of type quad.
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.
virtual cell_type element_type() const
The element type.
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.
quad_connectivity()
Default constructor. Equivalent to quad_connectivity(1, 1)
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.