23 #ifndef SHEAF_DLL_SPEC_H 24 #include "SheafSystem/sheaf_dll_spec.h" 28 #include "SheafSystem/vd_space.h" 31 #ifndef JCB_TABLE_DOFS_TYPE_H 32 #include "SheafSystem/jcb_table_dofs_type.h" 38 using namespace sheaf;
77 static const std::string& standard_schema_poset_name();
82 static const poset_path& standard_schema_path();
105 static int d(
int xdd,
int xdr);
132 int dd(
bool xauto_access)
const;
142 poset_path domain_path(
bool xauto_access)
const;
147 virtual int dr()
const;
152 int dr(
bool xauto_access)
const;
162 poset_path range_path(
bool xauto_access)
const;
205 static bool make_prototype();
224 virtual const char* class_name()
const;
269 virtual bool is_ancestor_of(
const any* xother)
const;
280 virtual bool invariant()
const;
293 #endif // JCB_SPACE_H at1_space domain_space_type
The type of domain vector space associated with this space.
The default name space; a poset which contains other posets as members.
The standard fiber bundles name space; extends the standard sheaves namespace by defining base space...
jcb_table_dofs_type table_dofs_type
The table dofs type defined by the standard schema.
poset_type
Identifiers for poset types.
jcb member_type
The type of member associated with this space.
A client handle for a general, abstract partially order set.
A path defined by a poset name and a member name separated by a forward slash ('/'). For example: "cell_definitions/triangle".
Abstract base class with useful features for all objects.
Table dofs type for class jcb.
at1_space range_space_type
The type of range vector space associated with this space.
jcb_space(const jcb_space &xother)
Copy constructor; disabled.
int d() const
The dimension.
An abstract vector space viewed as an antisymmetric tensor space of degree 1.
An abstract vector space of dimension d.
An abstract space of Jacobians.
int_type pod_index_type
The plain old data index type.
Namespace for the sheaves component of the sheaf system.
jcb_space & operator=(const poset_state_handle &xother)
Assignment operator; disabled.
Namespace for the fiber_bundles component of the sheaf system.