SheafSystem
0.0.0.0
|
Row dofs type for class jcb_e23. More...
#include <jcb_e23.h>
Public Types | |
typedef T | dof_type |
The type of the dofs. More... | |
typedef jcb_e23_row_dofs_type< T > | row_dofs_type |
The type of the row dofs (type of this). More... | |
typedef general_matrix_3x2< 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 jcb_e23_row_dofs_type< T >::matrix_type & () | |
Conversion (cast) operator to convert to the associated matrix type (non const version). More... | |
operator const typename jcb_e23_row_dofs_type< T >::matrix_type & () const | |
Conversion (cast) operator to convert to the associated matrix type (const version). More... | |
jcb_e23_row_dofs_type< T > * | clone () const |
Creates a new instance of the same type as this. More... | |
jcb_e23_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 dofs in the following order: components[0] => dx/du components[1] => dx/dv components[2] => dy/du components[3] => dy/dv components[4] => dz/du components[5] => dz/dv. More... | |
Row dofs type for class jcb_e23.
typedef T fiber_bundle::jcb_e23_row_dofs_type< T >::dof_type |
typedef general_matrix_3x2<T> fiber_bundle::jcb_e23_row_dofs_type< T >::matrix_type |
typedef jcb_e23_row_dofs_type<T> fiber_bundle::jcb_e23_row_dofs_type< T >::row_dofs_type |
jcb_e23_row_dofs_type< T > * fiber_bundle::jcb_e23_row_dofs_type< T >::clone | ( | ) | const |
Creates a new instance of the same type as this.
Definition at line 156 of file jcb_e23.impl.h.
Referenced by fiber_bundle::jcb_e23_row_dofs_type< double >::clone(), and fiber_bundle::jcb_e23_lite::clone().
|
inline |
|
static |
The dimension of the row dof components.
Definition at line 62 of file jcb_e23.impl.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::jcb_e23_row_dofs_type< double >::static_class_name().
fiber_bundle::jcb_e23_row_dofs_type< T >::operator const typename jcb_e23_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 jcb_e23.impl.h.
fiber_bundle::jcb_e23_row_dofs_type< T >::operator typename jcb_e23_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 jcb_e23.impl.h.
T & fiber_bundle::jcb_e23_row_dofs_type< T >::operator[] | ( | int | xindex | ) |
Value of xindex-th component (row dof) (non const version).
Definition at line 82 of file jcb_e23.impl.h.
Referenced by fiber_bundle::jcb_e23_row_dofs_type< double >::d(), and fiber_bundle::jcb_e23_row_dofs_type< double >::operator[]().
const T & fiber_bundle::jcb_e23_row_dofs_type< T >::operator[] | ( | int | xindex | ) | const |
Value of xindex-th component (row dof) (const version)
Definition at line 102 of file jcb_e23.impl.h.
|
static |
T fiber_bundle::jcb_e23_row_dofs_type< T >::components[6] |
The dofs in the following order: components[0] => dx/du components[1] => dx/dv components[2] => dy/du components[3] => dy/dv components[4] => dz/du components[5] => dz/dv.
Definition at line 125 of file jcb_e23.h.
Referenced by fiber_bundle::jcb_e23::operator=().