20 #include "SheafSystem/field_dof_map.h" 21 #include "SheafSystem/assert_contract.h" 37 const string& result = static_class_name();
41 ensure(!result.empty());
57 static const string result(
"field_dof_map");
61 ensure(!result.empty());
62 ensure(result ==
"field_dof_map");
The abstract map from section dof ids to section dof values of heterogeneous type.
OBSOLETE: Use array_sec_vd_dof_map or sparse_section_dof_map. The abstract map from section_space_sch...
int version() const
The version of the host of the schema this is defined on.
static const std::string & static_class_name()
The name of this class.
bool is_initialized() const
True if this has been initialized, that is, if the schema has been set and the dof map storage alloca...
virtual const std::string & class_name() const
The name of the actual (possibly derived) class of this instance.
virtual bool invariant() const
The class invariant.
section_dof_map & operator=(const section_dof_map &xother)
Assignment operator.
field_dof_map()
Default constructor.
field_dof_map & operator=(const field_dof_map &xother)
Assignment operator.
virtual bool invariant() const
The class invariant.
Namespace for the fiber_bundles component of the sheaf system.
const scoped_index & index() const
The index of this in host() dof tuple table.
virtual ~field_dof_map()
Destructor.
A handle for a poset whose members are numerical representations of sections of a fiber bundle...