24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/st4_e3.h" 48 static const std::string result(
"st4_e3_row_dofs_type");
52 ensure(!result.empty());
86 ensure(xindex>=0 && xindex<d());
90 T& result = components[xindex];
106 ensure(xindex>=0 && xindex<d());
110 const T& result = components[xindex];
119 template <
typename T>
143 #ifndef DOXYGEN_SKIP_IMPLEMENTATIONS 144 template <
typename T>
145 std::ostream& operator<<(std::ostream& xos, const st4_e3_row_dofs_type<T>& xrdt)
148 for(
int i=0; i<ld; ++i)
150 xos <<
" " << xrdt.components[i];
155 #endif // ifndef DOXYGEN_SKIP_IMPLEMENTATIONS 159 #endif // ifndef ST4_E3_IMPL_H st4_e3_row_dofs_type< T > * clone() const
Creates a new instance of the same type as this.
Row dofs type for class st4_e3.
static int d()
The dimension of the row dof components.
T & operator[](int xindex)
Value of xindex-th component (row dof) (non const version).
static const std::string & static_class_name()
The name of this class.
Namespace for the fiber_bundles component of the sheaf system.