25 #ifndef SHEAF_DLL_SPEC_H 26 #include "SheafSystem/sheaf_dll_spec.h" 30 #include "SheafSystem/t2.h" 33 #ifndef GENERAL_MATRIX_3X3_H 34 #include "SheafSystem/general_matrix_3x3.h" 38 #include "SheafSystem/e3.h" 74 static const std::string& static_class_name();
85 T& operator[] (
int xindex);
91 const T& operator[] (
int xindex)
const;
221 t2_e3_lite& operator=(
const row_dofs_type& xrow_dofs);
231 t2_e3_lite& operator=(
const matrix_type& xmatrix);
237 operator matrix_type& ();
243 operator const matrix_type& ()
const;
249 operator row_dofs_type& ();
255 operator const row_dofs_type& ()
const;
279 virtual void put_components(
const value_type& xx_comp,
328 virtual int dd()
const;
347 virtual const tp_lite& tp_prototype(
int xp)
const;
353 virtual const atp_lite& atp_prototype(
int xp)
const;
359 virtual const stp_lite& stp_prototype(
int xp)
const;
389 virtual const std::string& class_name()
const;
394 static const std::string& static_class_name();
426 virtual bool is_ancestor_of(
const any_lite& xother)
const;
431 bool invariant()
const;
441 virtual const void*
row_dofs()
const;
470 static const poset_path& standard_schema_path();
555 virtual const volatile_type& lite_prototype()
const;
560 virtual volatile_type* lite_type()
const;
565 t2_e3(
poset* xhost,
bool xauto_access =
true);
574 const row_dofs_type& xrdt,
575 bool xauto_access =
true);
580 t2_e3& operator=(
const row_dofs_type& xrdt);
598 t2_e3(
const poset* xhost,
const std::string& xname);
604 operator row_dofs_type& ();
610 operator const row_dofs_type& ()
const;
660 virtual tp* new_tp(
int xp,
bool xauto_access)
const;
666 virtual atp* new_atp(
int xp,
bool xauto_access)
const;
672 virtual stp* new_stp(
int xp,
bool xauto_access)
const;
690 virtual const std::string& class_name()
const;
695 static const std::string& static_class_name();
700 virtual t2_e3* clone()
const;
707 inline t2_e3*
clone(
bool xnew_state,
bool xauto_access =
true)
const 728 virtual bool invariant()
const;
733 virtual bool is_ancestor_of(
const any* other)
const;
748 template <
typename T>
750 std::ostream& operator<<(std::ostream& xos, const t2_e3_row_dofs_type<T>& xrdt);
755 #endif // ifndef T2_E3_H A symmetric tensor of degree p over an abstract vector space.
vd_value_type value_type
The type of component in the fiber; the scalar type in the fiber vector space.
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".
t2_e3_row_dofs_type< double > row_dofs_type
The type of the row dofs.
A tensor of degree 2 over a Euclidean vector space of dimension 3 (persistent version).
row_dofs_type _row_dofs
Row_dofs_type.
t2_e3_lite volatile_type
The associated volatile type.
virtual void put_components(const dof_type xcomps[], int xcomps_dimension)
Set values of all the components to the values in xcomps.
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).
virtual t2 * clone() const
Make a new handle, no state instance of current.
e3_lite vector_space_type
Type of underlying vector space.
A tensor of degree 2 over an abstract vector space (volatile 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.
e3 vector_space_type
Type of underlying vector space.
Abstract base class with useful features for all objects.
virtual t2_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.
A client handle for a mutable partially ordered set.
A symmetric tensor of degree 2 over a Euclidean vector space of dimension 3 (volatile version)...
An index within the external ("client") scope of a given id space.
T dof_type
The type of the dofs.
t2_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...
t2_e3_row_dofs_type< T > row_dofs_type
The type of the row dofs (type of this).
A tensor of degree 2 over a Euclidean vector space of dimension 3 (volatile version).
Row dofs type for class t2_e3.
A general tensor of degree p over an abstract vector space (volatile version). Volatile version does ...
general_matrix_3x3< T > matrix_type
The type of the associated matrix.
t2_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.
int_type pod_index_type
The plain old data index type.
General matrix with 3 rows and 3 columns.
An antisymmetric rank 2 tensor over a Euclidean vector space of dimension 3. (volatile version)...
An abstract client handle for a member of a poset.
An abstract tensor space of degree p.
t2_e3_row_dofs_type< double >::matrix_type matrix_type
The type of the associated matrix.
A symmetric tensor of degree p over an abstract vector space (volatile version).
Namespace for the fiber_bundles component of the sheaf system.
t2_e3_row_dofs_type< double > row_dofs_type
The type of the row dofs.
A tensor of degree 2 over an abstract vector space (persistent version).