24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/t2_e2.h" 48 static const std::string result(
"t2_e2_row_dofs_type");
52 ensure(!result.empty());
87 ensure(xindex>=0 && xindex<d());
91 T& result = components[xindex];
100 template <
typename T>
107 ensure(xindex>=0 && xindex<d());
111 const T& result = components[xindex];
120 template <
typename T>
137 template <
typename T>
155 template <
typename T>
178 #ifndef DOXYGEN_SKIP_IMPLEMENTATIONS 179 template <
typename T>
180 std::ostream& operator<<(std::ostream& xos, const t2_e2_row_dofs_type<T>& xrdt)
183 for(
int i=0; i<ld; ++i)
185 xos <<
" " << xrdt.components[i];
190 #endif // ifndef DOXYGEN_SKIP_IMPLEMENTATIONS 194 #endif // ifndef T2_E2_IMPL_H static int d()
The dimension of the row dof components.
General matrix with 2 rows and 2 columns.
Row dofs type for class t2_e2.
static const std::string & static_class_name()
The name of this class.
T & operator[](int xindex)
Value of xindex-th component (row dof) (non const version).
t2_e2_row_dofs_type< T > * clone() const
Creates a new instance of the same type as this.
Namespace for the fiber_bundles component of the sheaf system.