Class : TensorProductIndex
TensorProductIndex :
prototype: TensorProductIndex ()
description:default constructor
TensorProductIndex :
prototype: TensorProductIndex (const TensorProductStructure& structure )
description:constructor tensor product structure
input parameters:
structure = reference on tensor product structure
TensorProductIndex :
prototype: TensorProductIndex (const TensorProductIndex& index )
description:copy constructor
input parameters:
structure = reference on structure to copy
~TensorProductIndex :
prototype: ~TensorProductIndex ()
description:destructor
operator = :
prototype: TensorProductIndex& operator = (const TensorProductIndex& index )
description:assignement
input parameters:
structure = reference on structure to assign
return value: reference on current structure
operator [] :
prototype: int& operator [] (int space )
description:return index of a given space
input parameters:
space = space index
return value: refrence on space dimension
GetGlobalIndex :
prototype: int GetGlobalIndex ()
description:return global index corresponding to current tensor product index
input parameters:
return value: global index
Back to index.