SheafSystem
0.0.0.0
|
Row dofs type for class met_e3. More...
#include <met_e3.h>
Public Types | |
typedef T | dof_type |
The type of the dofs. More... | |
typedef met_e3_row_dofs_type< T > | row_dofs_type |
The type of the row dofs (type of this). More... | |
typedef symmetric_matrix_3x3< T > | matrix_type |
The type of the associated matrix. More... | |
Public Member Functions | |
T & | operator[] (int xindex) |
Value of xindex-th component (row dof) (non const version). More... | |
const T & | operator[] (int xindex) const |
Value of xindex-th component (row dof) (const version) More... | |
operator typename met_e3_row_dofs_type< T >::matrix_type & () | |
Conversion (cast) operator to convert to the associated matrix type (non const version). More... | |
operator const typename met_e3_row_dofs_type< T >::matrix_type & () const | |
Conversion (cast) operator to convert to the associated matrix type (const version). More... | |
met_e3_row_dofs_type< T > * | clone () const |
Creates a new instance of the same type as this. More... | |
met_e3_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. More... | |
Static Public Member Functions | |
static const std::string & | static_class_name () |
The name of this class. More... | |
static int | d () |
The dimension of the row dof components. More... | |
Public Attributes | |
T | components [6] |
The xx, xy and yy dofs. More... | |
Row dofs type for class met_e3.
typedef T fiber_bundle::met_e3_row_dofs_type< T >::dof_type |
typedef symmetric_matrix_3x3<T> fiber_bundle::met_e3_row_dofs_type< T >::matrix_type |
typedef met_e3_row_dofs_type<T> fiber_bundle::met_e3_row_dofs_type< T >::row_dofs_type |
met_e3_row_dofs_type< T > * fiber_bundle::met_e3_row_dofs_type< T >::clone | ( | ) | const |
Creates a new instance of the same type as this.
Definition at line 156 of file met_e3.impl.h.
Referenced by fiber_bundle::met_e3_row_dofs_type< double >::clone(), and fiber_bundle::met_e3_lite::clone().
|
inline |
|
static |
The dimension of the row dof components.
Definition at line 62 of file met_e3.impl.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::met_e3_row_dofs_type< double >::static_class_name().
fiber_bundle::met_e3_row_dofs_type< T >::operator const typename met_e3_row_dofs_type< T >::matrix_type & | ( | ) | const |
Conversion (cast) operator to convert to the associated matrix type (const version).
Definition at line 138 of file met_e3.impl.h.
fiber_bundle::met_e3_row_dofs_type< T >::operator typename met_e3_row_dofs_type< T >::matrix_type & | ( | ) |
Conversion (cast) operator to convert to the associated matrix type (non const version).
Definition at line 121 of file met_e3.impl.h.
T & fiber_bundle::met_e3_row_dofs_type< T >::operator[] | ( | int | xindex | ) |
Value of xindex-th component (row dof) (non const version).
Definition at line 82 of file met_e3.impl.h.
Referenced by fiber_bundle::met_e3_row_dofs_type< double >::d(), and fiber_bundle::met_e3_row_dofs_type< double >::operator[]().
const T & fiber_bundle::met_e3_row_dofs_type< T >::operator[] | ( | int | xindex | ) | const |
Value of xindex-th component (row dof) (const version)
Definition at line 102 of file met_e3.impl.h.
|
static |
T fiber_bundle::met_e3_row_dofs_type< T >::components[6] |
The xx, xy and yy dofs.
components[0] => xx components[1] => xy components[2] => xz components[3] => yy components[4] => yz components[5] => zz
Definition at line 129 of file met_e3.h.
Referenced by fiber_bundle::met_e3::operator=().