24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/jcb_ed.h" 32 #ifndef GENERAL_MATRIX_3X2_H 33 #include "SheafSystem/general_matrix_3x2.h" 191 jcb_e23_lite& operator=(
const row_dofs_type& xrow_dofs);
207 operator matrix_type& ();
213 operator const matrix_type& ()
const;
219 operator row_dofs_type& ();
225 operator const row_dofs_type& ()
const;
278 virtual int dd()
const;
283 virtual int dr()
const;
349 virtual const std::string& class_name()
const;
386 virtual bool is_ancestor_of(
const any_lite& xother)
const;
391 bool invariant()
const;
401 virtual const void*
row_dofs()
const;
433 static const poset_path& standard_schema_path();
536 const row_dofs_type& xrdt,
537 bool xauto_access =
true);
542 jcb_e23& operator=(
const row_dofs_type& xrdt);
562 virtual const volatile_type& lite_prototype()
const;
567 virtual volatile_type* lite_type()
const;
573 operator row_dofs_type& ();
579 operator const row_dofs_type& ()
const;
647 virtual const std::string& class_name()
const;
685 bool is_ancestor_of(
const any* xother)
const;
690 bool invariant()
const;
705 template <
typename T>
707 std::ostream& operator<<(std::ostream& xos, const jcb_e23_row_dofs_type<T>& xrdt);
720 namespace jcb_algebra
723 #ifndef DOXYGEN_SKIP_UNKNOWN 745 #endif // ifndef DOXYGEN_SKIP_UNKNOWN 788 #endif // ifndef JCB_E23_H jcb_e23_row_dofs_type< T > * clone() const
Creates a new instance of the same type as this.
vd_value_type value_type
The type of component in the fiber; the scalar type in the fiber vector space.
T & operator[](int xindex)
Value of xindex-th component (row dof) (non const version).
Euclidean vector space of dimension 3 (volatile version).
row_dofs_type _row_dofs
Row_dofs_type.
Euclidean vector space of dimension 2 (persistent version).
Jacobian of a map from a 2 dimensional domain (u, v) to a 3 dimensional Euclidean space (x...
Abstract jacobian for d dimensional Euclidean space (volatile version).
jcb_e23_lite volatile_type
The associated volatile type.
The default name space; a poset which contains other posets as members.
void pull(const SJCB &xjcb, const SCOVECTOR &xcovector, SR &xresult, bool xauto_access)
The standard fiber bundles name space; extends the standard sheaves namespace by defining base space...
T components[6]
The dofs in the following order: components[0] => dx/du components[1] => dx/dv components[2] => dy/du...
jcb_e23_row_dofs_type< double >::matrix_type matrix_type
The type of the associated matrix.
A client handle for a general, abstract partially order set.
SHEAF_DLL_SPEC void symmetric_dot_push(const jcb_e23_lite &xjcb, const jcb_e23_lite &xother_jcb, st2_e2_lite &xresult)
Transpose of xjcb times xother_jcb, symmetric part.
A path defined by a poset name and a member name separated by a forward slash ('/'). For example: "cell_definitions/triangle".
Row dofs type for class jcb_e23.
virtual jcb_ed * clone() const
Make a new handle, no state instance of current.
static const std::string & static_class_name()
The name of this class.
e3 range_type
The type of range vector space.
General matrix with 3 rows and 2 columns.
virtual void put_components(const dof_type xcomps[], int xcomps_dimension)
Set values of all the components to the values in xcomps.
void push(const SJCB &xjcb, const SVECTOR &xvector, SR &xresult, bool xauto_access)
jcb_e23_row_dofs_type< double > row_dofs_type
The type of the row dofs.
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).
Abstract base class with useful features for all volatile objects.
Abstract base class with useful features for all objects.
T dof_type
The type of the dofs.
Euclidean vector space of dimension 2 (volatile version).
virtual jcb_e23_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.
An index within the external ("client") scope of a given id space.
jcb_e23_row_dofs_type< double > row_dofs_type
The type of the row dofs.
jcb_e23_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.
SHEAF_DLL_SPEC void metric(const jcb_e23_lite &xjcb, st2_e2_lite &xresult)
Compute surface metric.
static int d()
The dimension of the row dof components.
Jacobian of a map from a 2 dimensional domain (u, v) to a 3 dimensional Euclidean space (x...
general_matrix_3x2< T > matrix_type
The type of the associated matrix.
jcb_e23_row_dofs_type< T > row_dofs_type
The type of the row dofs (type of this).
jcb_e23 * 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 abstract space of Jacobians.
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 (volatile version)...
Abstract jacobian for d dimensional Euclidean space (persistent version).
An abstract client handle for a member of a poset.
Namespace for the fiber_bundles component of the sheaf system.
e2 domain_type
The type of domain vector space.