25 #ifndef SHEAF_DLL_SPEC_H 26 #include "SheafSystem/sheaf_dll_spec.h" 30 #include "SheafSystem/t4.h" 34 #include "SheafSystem/e2.h" 195 t4_e2_lite& operator=(
const row_dofs_type& xrow_dofs);
201 operator row_dofs_type& ();
207 operator const row_dofs_type& ()
const;
248 virtual int dd()
const;
267 virtual const tp_lite& tp_prototype(
int xp)
const;
273 virtual const atp_lite& atp_prototype(
int xp)
const;
279 virtual const stp_lite& stp_prototype(
int xp)
const;
309 virtual const std::string& class_name()
const;
346 virtual bool is_ancestor_of(
const any_lite& xother)
const;
351 bool invariant()
const;
361 virtual const void*
row_dofs()
const;
391 static const poset_path& standard_schema_path();
476 virtual const volatile_type& lite_prototype()
const;
481 virtual volatile_type* lite_type()
const;
486 t4_e2(
poset* xhost,
bool xauto_access =
true);
495 const row_dofs_type& xrdt,
496 bool xauto_access =
true);
501 t4_e2& operator=(
const row_dofs_type& xrdt);
519 t4_e2(
const poset* xhost,
const std::string& xname);
525 operator row_dofs_type& ();
531 operator const row_dofs_type& ()
const;
581 virtual tp* new_tp(
int xp,
bool xauto_access)
const;
587 virtual atp* new_atp(
int xp,
bool xauto_access)
const;
593 virtual stp* new_stp(
int xp,
bool xauto_access)
const;
611 virtual const std::string& class_name()
const;
628 inline t4_e2*
clone(
bool xnew_state,
bool xauto_access =
true)
const 649 virtual bool invariant()
const;
654 virtual bool is_ancestor_of(
const any* other)
const;
669 template <
typename T>
670 std::ostream& operator<<(std::ostream& xos, const t4_e2_row_dofs_type<T>& xrdt);
688 SHEAF_DLL_SPEC
void sym(
const t4_e2& x0,
st4_e2& xresult,
bool xauto_access);
695 #endif // ifndef T4_E2_H t4_e2_row_dofs_type< T > row_dofs_type
The type of the row dofs (type of this).
A symmetric tensor of degree p over an abstract vector space.
static const std::string & static_class_name()
The name of this class.
void sym(const GT &x0, ST &xresult, bool xauto_access)
t4_e2_row_dofs_type< double > row_dofs_type
The type of the row dofs.
An antisymmetric tensor of degree p.
T components[16]
The dofs are in the following order:
Euclidean vector space of dimension 2 (persistent version).
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...
static int d()
The dimension of the row dof components.
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".
A tensor of degree 4 over a Euclidean vector space of dimension 2 (persistent version).
e2 vector_space_type
Type of underlying vector space.
T::row_dofs_type & row_dofs(T &x0)
The row dofs pod type for x0 (mutable version).
t4_e2_row_dofs_type< double > row_dofs_type
The type of the row dofs.
An antisymmetric tensor of degree p over an abstract vector space (volatile version).
A general tensor of "degree" p and given "variance" over an abstract vector space.
Abstract base class with useful features for all volatile objects.
Abstract base class with useful features for all objects.
t4_e2_row_dofs_type< T > * clone() const
Creates a new instance of the same type as this.
T dof_type
The type of the dofs.
Euclidean vector space of dimension 2 (volatile version).
A client handle for a mutable partially ordered set.
An index within the external ("client") scope of a given id space.
virtual t4_e2_lite * clone(bool xnew_state, bool xauto_access) const
Virtual constructor, makes a new instance of the same type as this; synonym for clone(), intended for use only in certain templates.
T & operator[](int xindex)
Value of xindex-th component (row dof) (non const version).
row_dofs_type _row_dofs
Row_dofs_type.
A symmetric rank 3 tensor over a 3D Euclidean vector space (persistent version).
A general tensor of degree p over an abstract vector space (volatile version). Volatile version does ...
A symmetric rank 4 tensor over a Euclidean vector space of dimension 3. (volatile version)...
A tensor of degree 4 over an abstract vector space (volatile version).
t4_e2 * clone(bool xnew_state, bool xauto_access=true) const
Make a new handle instance of current. Attach the new instance to a new state if xnew_state is true...
t4_e2_row_dofs_type< T > * clone(bool xnew_state, bool xauto_access) const
Virtual constructor, makes a new instance of the same type as this; synonym for clone(), intended for use only in certain templates.
int_type pod_index_type
The plain old data index type.
An abstract client handle for a member of a poset.
A tensor of degree 4 over a Euclidean vector space of dimension 2 (volatile version).
An abstract tensor space of degree p.
e2_lite vector_space_type
Type of underlying vector space.
A symmetric tensor of degree p over an abstract vector space (volatile version).
virtual t4 * clone() const
Make a new handle, no state instance of current.
Namespace for the fiber_bundles component of the sheaf system.
t4_e2_lite volatile_type
The associated volatile type.
Row dofs type for class t4_e2.
A tensor of degree 4 over an abstract vector space (persistent version).