21 #ifndef SCATTERED_INSERTION_INDEX_SPACE_STATE_H 22 #define SCATTERED_INSERTION_INDEX_SPACE_STATE_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef GATHERED_INSERTION_INDEX_SPACE_STATE_H 29 #include "SheafSystem/gathered_insertion_index_space_state.h" 35 class scattered_insertion_index_space_handle;
127 virtual void map_rep_insert_entry(
pod_type xdomain_id,
pod_type xrange_id) = 0;
182 virtual const std::string& class_name()
const;
201 virtual bool is_ancestor_of(
const any *other)
const;
206 virtual bool invariant()
const;
228 #endif // ifndef SCATTERED_INSERTION_INDEX_SPACE_STATE_H An implementation of class explicit_index_space_state that supports either gathered or scattered inse...
Abstract base class with useful features for all objects.
An immutable abstract state for a space of alternate integer identifiers (aliases) for a subset of th...
An index within the external ("client") scope of a given id space.
SHEAF_DLL_SPEC size_t deep_size(const dof_descriptor_array &xp, bool xinclude_shallow=true)
The deep size of the referenced object of type dof_descriptor_array.
bool operator==(const singly_linked_list< T, Alloc > &lhs, const singly_linked_list< T, Alloc > &rhs)
Checks if the contents of lhs and rhs are equal, that is, whether lhs.size() == rhs.size() and each element in lhs compares equal with the element in rhs at the same position.
pod_index_type pod_type
The "plain old data" index type for this.
Namespace for the sheaves component of the sheaf system.
An implementation of class explicit_index_space_state that supports gathered insertion of new members...
scattered_insertion_index_space_state(const scattered_insertion_index_space_state &xother)
Copy constructor; disabled.