24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/st2.h" 32 #ifndef SYMMETRIC_MATRIX_2X2_H 33 #include "SheafSystem/symmetric_matrix_2x2.h" 37 #include "SheafSystem/e2.h" 199 st2_e2_lite& operator=(
const row_dofs_type& xrow_dofs);
209 st2_e2_lite& operator=(
const matrix_type& xmatrix);
215 operator matrix_type& ();
221 operator const matrix_type& ()
const;
227 operator row_dofs_type& ();
233 operator const row_dofs_type& ()
const;
247 virtual void put_components(
const value_type& xx_comp,
302 virtual int dd()
const;
321 virtual const tp_lite& tp_prototype(
int xp)
const;
327 virtual const atp_lite& atp_prototype(
int xp)
const;
333 virtual const stp_lite& stp_prototype(
int xp)
const;
363 virtual const std::string& class_name()
const;
400 virtual bool is_ancestor_of(
const any_lite& xother)
const;
405 bool invariant()
const;
415 virtual const void*
row_dofs()
const;
443 static const poset_path& standard_schema_path();
504 virtual tp* new_tp(
int xp,
bool xauto_access)
const;
510 virtual atp* new_atp(
int xp,
bool xauto_access)
const;
516 virtual stp* new_stp(
int xp,
bool xauto_access)
const;
555 const row_dofs_type& xrdt,
556 bool xauto_access =
true);
561 st2_e2& operator=(
const row_dofs_type& xrdt);
581 virtual const volatile_type& lite_prototype()
const;
586 virtual volatile_type* lite_type()
const;
643 virtual void put_components(
dof_type xx_comp,
651 operator row_dofs_type& ();
657 operator const row_dofs_type& ()
const;
687 virtual const std::string& class_name()
const;
704 inline st2_e2*
clone(
bool xnew_state,
bool xauto_access =
true)
const 725 bool is_ancestor_of(
const any* xother)
const;
730 bool invariant()
const;
747 template <
typename T>
748 std::ostream& operator<<(std::ostream& xos, const st2_e2_row_dofs_type<T>& xrdt);
755 namespace st2_algebra
758 #ifndef DOXYGEN_1_5_4_SKIP_UNKNOWN 784 #endif // ifndef DOXYGEN_1_5_4_SKIP_UNKNOWN 811 #endif // ifndef ST2_E2_H e2 vector_space_type
Type of underlying vector space.
st2_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.
e2_lite vector_space_type
Type of underlying vector space.
row_dofs_type::matrix_type matrix_type
The type of the associated matrix.
row_dofs_type _row_dofs
Row_dofs_type.
An antisymmetric tensor of degree p.
vd_value_type value_type
The type of component in the fiber; the scalar type in the fiber vector space.
Euclidean vector space of dimension 2 (persistent version).
T dof_type
The type of the dofs.
The default name space; a poset which contains other posets as members.
st2_e2_row_dofs_type< double > row_dofs_type
The type of the row dofs.
The standard fiber bundles name space; extends the standard sheaves namespace by defining base space...
st2_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.
Row dofs type for class st2_e2.
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".
virtual st2 * clone() const
Make a new handle, no state instance of current.
SHEAF_DLL_SPEC void to_principal_axes(const st2_e2_lite &xlite, const st2_e2_lite &xpd_lite, gl2_lite &xtransform, st2_e2_lite &xresult)
Computes the principal axes basis for xlite and an associated positive definite tensor xpd_lite...
virtual void put_components(const dof_type xcomps[], int xcomps_dimension)
Set values of all the components to the values in xcomps.
static int d()
The dimension of the row dof components.
T::row_dofs_type & row_dofs(T &x0)
The row dofs pod type for x0 (mutable version).
st2_e2_lite volatile_type
The associated volatile type.
static const std::string & static_class_name()
The name of this class.
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.
T & operator[](int xindex)
Value of xindex-th component (row dof) (non const version).
Abstract base class with useful features for all volatile objects.
Abstract base class with useful features for all objects.
A general symmetric tensor of degree 2 over an abstract vector space (volatile version).
The mathematical group GL(2, R). The group of all invertible, linear transformations on the R2...
Euclidean vector space of dimension 2 (volatile version).
st2_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...
An index within the external ("client") scope of a given id space.
Symmetric matrix with 2 rows and 2 columns.
T components[3]
Assignment to array of type dof_type.
A general tensor of degree p over an abstract vector space (volatile version). Volatile version does ...
void determinant(const S0 &x0, SR &xresult, bool xauto_access)
st2_e2_row_dofs_type< T > * clone() const
Creates a new instance of the same type as this.
int_type pod_index_type
The plain old data index type.
A symmetric tensor of degree 2 over a Euclidean vector space of dimension 2 (persistent version)...
A symmetric tensor of degree 2 over a Euclidean vector space of dimension 2 (volatile version)...
symmetric_matrix_2x2< T > matrix_type
The type of the associated matrix.
An abstract client handle for a member of a poset.
virtual st2_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.
vd_dof_type dof_type
The type of the degrees of freedom. Note that although dof_type == value_type in this implementation...
A symmetric tensor of degree p over an abstract vector space (volatile version).
An abstract symmetric tensor space of degree p.
void put_components(const dof_type comps[], int comps_dimension)
Sets values of all the components to the values in comps.
Namespace for the fiber_bundles component of the sheaf system.
A general symmetric tensor of degree 2 over an abstract vector space (persistent version).
st2_e2_row_dofs_type< double > row_dofs_type
The type of the row dofs.
double vd_value_type
The type of component in the fiber; the scalar type in the fiber vector space.