Const sub-block type. More...
Public Member Functions | |
| ConstBlock (const vsType &vs) | |
| Construct for a given vector. More... | |
| const Cmpt & | operator[] (const direction i) const |
| [i] const element access operator More... | |
| const Cmpt & | operator() (const direction i, const direction) const |
| (i, 0) const element access operator More... | |
Static Public Attributes | |
| static const direction | nComponents = SubVector::nComponents |
| Number of components in this vector space. More... | |
Const sub-block type.
Definition at line 126 of file VectorSpace.H.
|
inline |
Construct for a given vector.
Definition at line 76 of file VectorSpaceI.H.
[i] const element access operator
Definition at line 241 of file VectorSpaceI.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and VectorSpace< Form, Cmpt, Ncmpts >::operator.

(i, 0) const element access operator
Definition at line 263 of file VectorSpaceI.H.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

|
static |
Number of components in this vector space.
Definition at line 133 of file VectorSpace.H.
1.8.11