SheafSystem  0.0.0.0
fiber_bundle::t4_e3_row_dofs_type< T > Class Template Reference

Row dofs type for class t4_e3. More...

#include <t4_e3.h>

Public Types

typedef T dof_type
 The type of the dofs. More...
 
typedef t4_e3_row_dofs_type< T > row_dofs_type
 The type of the row dofs (type of this). 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...
 
t4_e3_row_dofs_type< T > * clone () const
 Creates a new instance of the same type as this. More...
 
t4_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

components [81]
 The dofs are in the following order: More...
 

Detailed Description

template<typename T>
class fiber_bundle::t4_e3_row_dofs_type< T >

Row dofs type for class t4_e3.

Definition at line 48 of file t4_e3.h.

Member Typedef Documentation

◆ dof_type

template<typename T>
typedef T fiber_bundle::t4_e3_row_dofs_type< T >::dof_type

The type of the dofs.

Definition at line 55 of file t4_e3.h.

◆ row_dofs_type

The type of the row dofs (type of this).

Definition at line 60 of file t4_e3.h.

Member Function Documentation

◆ clone() [1/2]

template<typename T >
t4_e3_row_dofs_type< T > * fiber_bundle::t4_e3_row_dofs_type< T >::clone ( ) const

Creates a new instance of the same type as this.

Postcondition
  • result != 0

Definition at line 121 of file t4_e3.impl.h.

Referenced by fiber_bundle::t4_e3_row_dofs_type< double >::clone(), and fiber_bundle::t4_e3_lite::clone().

◆ clone() [2/2]

template<typename T>
t4_e3_row_dofs_type<T>* fiber_bundle::t4_e3_row_dofs_type< T >::clone ( bool  xnew_state,
bool  xauto_access 
) const
inline

Virtual constructor, makes a new instance of the same type as this; synonym for clone(), intended for use only in certain templates.

Definition at line 93 of file t4_e3.h.

◆ d()

template<typename T >
int fiber_bundle::t4_e3_row_dofs_type< T >::d ( )
static

The dimension of the row dof components.

Postcondition
  • result == 81

Definition at line 62 of file t4_e3.impl.h.

Referenced by fiber_bundle::operator<<(), and fiber_bundle::t4_e3_row_dofs_type< double >::static_class_name().

◆ operator[]() [1/2]

template<typename T >
T & fiber_bundle::t4_e3_row_dofs_type< T >::operator[] ( int  xindex)

Value of xindex-th component (row dof) (non const version).

Postcondition
  • xindex>=0 && xindex<d()

Definition at line 82 of file t4_e3.impl.h.

Referenced by fiber_bundle::t4_e3_row_dofs_type< double >::d(), and fiber_bundle::t4_e3_row_dofs_type< double >::operator[]().

◆ operator[]() [2/2]

template<typename T >
const T & fiber_bundle::t4_e3_row_dofs_type< T >::operator[] ( int  xindex) const

Value of xindex-th component (row dof) (const version)

Postcondition
  • xindex>=0 && xindex<d()

Definition at line 102 of file t4_e3.impl.h.

◆ static_class_name()

template<typename T >
const std::string & fiber_bundle::t4_e3_row_dofs_type< T >::static_class_name ( )
static

The name of this class.

Postcondition
  • !result.empty()

Definition at line 42 of file t4_e3.impl.h.

Member Data Documentation

◆ components

template<typename T>
T fiber_bundle::t4_e3_row_dofs_type< T >::components[81]

The dofs are in the following order:

components[ 0] => xxxx components[ 1] => xxxy components[ 2] => xxxz components[ 3] => xxyx components[ 4] => xxyy components[ 5] => xxyz components[ 6] => xxzx components[ 7] => xxzy components[ 8] => xxzz

components[ 9] => xyxx components[10] => xyxy components[11] => xyxz components[12] => xyyx components[13] => xyyy components[14] => xyyz components[15] => xyzx components[16] => xyzy components[17] => xyzz

components[18] => xzxx components[19] => xzxy components[20] => xzxz components[21] => xzyx components[22] => xzyy components[23] => xzyz components[24] => xzzx components[25] => xzzy components[26] => xzzz components[27] => yxxx components[28] => yxxy components[29] => yxxz components[30] => yxyx components[31] => yxyy components[32] => yxyz components[33] => yxzx components[34] => yxzy components[35] => yxzz

components[36] => yyxx components[37] => yyxy components[38] => yyxz components[39] => yyyx components[40] => yyyy components[41] => yyyz components[42] => yyzx components[43] => yyzy components[44] => yyzz components[45] => yzxx components[46] => yzxy components[47] => yzxz components[48] => yzyx components[49] => yzyy components[50] => yzyz components[51] => yzzx components[52] => yzzy components[53] => yzzz components[54] => zxxx components[55] => zxxy components[56] => zxxz components[57] => zxyx components[58] => zxyy components[59] => zxyz components[60] => zxzx components[61] => zxzy components[62] => zxzz

components[63] => zyxx components[64] => zyxy components[65] => zyxz components[66] => zyyx components[67] => zyyy components[68] => zyyz components[69] => zyzx components[70] => zyzy components[71] => zyzz

components[72] => zzxx components[73] => zzxy components[74] => zzxz components[75] => zzyx components[76] => zzyy components[77] => zzyz components[78] => zzzx components[79] => zzzy components[80] => zzzz

Definition at line 192 of file t4_e3.h.

Referenced by fiber_bundle::t4_e3::operator=().


The documentation for this class was generated from the following files: