24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/e4.h" 48 static const std::string result(
"e4_row_dofs_type");
52 ensure(!result.empty());
86 require(xindex>=0 && xindex<d());
90 T& result = components[xindex];
101 template <
typename T>
108 require(xindex>=0 && xindex<d());
112 const T& result = components[xindex];
123 template <
typename T>
146 #ifndef DOXYGEN_SKIP_IMPLEMENTATIONS 147 template <
typename T>
148 std::ostream& operator<<(std::ostream& xos, const e4_row_dofs_type<T>& xrdt)
151 for(
int i=0; i<ld; ++i)
153 xos <<
" " << xrdt.components[i];
158 #endif // ifndef DOXYGEN_SKIP_IMPLEMENTATIONS 162 #endif // ifndef E4_IMPL_H Row dofs type for class e4.
e4_row_dofs_type< T > * clone() const
Creates a new instance of the same type as this.
T & operator[](int xindex)
Value of xindex-th component (row dof) (non const version).
static int d()
The dimension of the row dof components.
static const std::string & static_class_name()
The name of this class.
Namespace for the fiber_bundles component of the sheaf system.