24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/met_e3.h" 48 static const std::string result(
"met_e3_row_dofs_type");
52 ensure(!result.empty());
86 require(xindex>=0 && xindex<d());
90 T& result = components[xindex];
106 require(xindex>=0 && xindex<d());
110 const T& result = components[xindex];
119 template <
typename T>
136 template <
typename T>
154 template <
typename T>
178 #ifndef DOXYGEN_SKIP_IMPLEMENTATIONS 179 template <
typename T>
180 std::ostream& operator<<(std::ostream& xos, const met_e3_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 MET_E3_IMPL_H static const std::string & static_class_name()
The name of this class.
met_e3_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).
Row dofs type for class met_e3.
static int d()
The dimension of the row dof components.
Namespace for the fiber_bundles component of the sheaf system.
Symmetric matrix with 3 rows and 3 columns.