25 #ifndef SHEAF_DLL_SPEC_H 26 #include "SheafSystem/sheaf_dll_spec.h" 30 #include "SheafSystem/t4.h" 34 #include "SheafSystem/e3.h" 255 t4_e3_lite& operator=(
const row_dofs_type& xrow_dofs);
261 operator row_dofs_type& ();
267 operator const row_dofs_type& ()
const;
308 virtual int dd()
const;
327 virtual const tp_lite& tp_prototype(
int xp)
const;
333 virtual const atp_lite& atp_prototype(
int xp)
const;
339 virtual const stp_lite& stp_prototype(
int xp)
const;
369 virtual const std::string& class_name()
const;
406 virtual bool is_ancestor_of(
const any_lite& xother)
const;
411 bool invariant()
const;
421 virtual const void*
row_dofs()
const;
451 static const poset_path& standard_schema_path();
536 virtual const volatile_type& lite_prototype()
const;
541 virtual volatile_type* lite_type()
const;
546 t4_e3(
poset* xhost,
bool xauto_access =
true);
555 const row_dofs_type& xrdt,
556 bool xauto_access =
true);
561 t4_e3& operator=(
const row_dofs_type& xrdt);
579 t4_e3(
const poset* xhost,
const std::string& xname);
585 operator row_dofs_type& ();
591 operator const row_dofs_type& ()
const;
640 virtual tp* new_tp(
int xp,
bool xauto_access)
const;
646 virtual atp* new_atp(
int xp,
bool xauto_access)
const;
652 virtual stp* new_stp(
int xp,
bool xauto_access)
const;
670 virtual const std::string& class_name()
const;
687 inline t4_e3*
clone(
bool xnew_state,
bool xauto_access =
true)
const 708 virtual bool invariant()
const;
713 virtual bool is_ancestor_of(
const any* other)
const;
728 template <
typename T>
729 std::ostream& operator<<(std::ostream& xos, const t4_e3_row_dofs_type<T>& xrdt);
750 SHEAF_DLL_SPEC
void sym(
const t4_e3& x0,
st4_e3& xresult,
bool xauto_access);
757 #endif // ifndef T4_E3_H t4_e3_row_dofs_type< T > row_dofs_type
The type of the row dofs (type of this).
e3_lite vector_space_type
Type of underlying vector space.
A symmetric tensor of degree p over an abstract vector space.
void sym(const GT &x0, ST &xresult, bool xauto_access)
An antisymmetric tensor of degree p.
Euclidean vector space of dimension 3 (volatile 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...
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".
static const std::string & static_class_name()
The name of this class.
T components[81]
The dofs are in the following order:
virtual t4_e3_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.
t4_e3_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.
A symmetric rank 4 tensor over a Euclidean vector space of dimension 3. (volatile version)...
Euclidean vector space of dimension 3 (persistent version).
T::row_dofs_type & row_dofs(T &x0)
The row dofs pod type for x0 (mutable version).
A tensor of degree 4 over a Euclidean vector space of dimension 3 (persistent version).
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_e3 * 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...
A client handle for a mutable partially ordered set.
An index within the external ("client") scope of a given id space.
A tensor of degree 4 over a Euclidean vector space of dimension 3 (volatile version).
T & operator[](int xindex)
Value of xindex-th component (row dof) (non const version).
t4_e3_row_dofs_type< T > * clone() const
Creates a new instance of the same type as this.
t4_e3_lite volatile_type
The associated volatile type.
e3 vector_space_type
Type of underlying vector space.
A general tensor of degree p over an abstract vector space (volatile version). Volatile version does ...
Row dofs type for class t4_e3.
A tensor of degree 4 over an abstract vector space (volatile version).
t4_e3_row_dofs_type< double > row_dofs_type
The type of the row dofs.
static int d()
The dimension of the row dof components.
T dof_type
The type of the dofs.
row_dofs_type _row_dofs
Row_dofs_type.
int_type pod_index_type
The plain old data index type.
A symmetric rank 3 tensor over a 3D Euclidean vector space (persistent version).
t4_e3_row_dofs_type< double > row_dofs_type
The type of the row dofs.
An abstract client handle for a member of a poset.
An abstract tensor space of degree p.
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.
A tensor of degree 4 over an abstract vector space (persistent version).