Const sub-block type. More...
#include <VectorSpace.H>
Public Member Functions | |
| ConstBlock (const vsType &vs) | |
| Construct for a given vector. | |
| const Cmpt & | operator[] (const direction i) const |
| [i] const element access operator | |
| const Cmpt & | operator() (const direction i, const direction) const |
| (i, 0) const element access operator | |
Static Public Attributes | |
| static const direction | nComponents = SubVector::nComponents |
| Number of components in this vector space. | |
Const sub-block type.
Definition at line 142 of file VectorSpace.H.
|
inline |
Construct for a given vector.
Definition at line 61 of file VectorSpaceI.H.
References nComponents, and VectorSpace< Form, Cmpt, Ncmpts >::nComponents.
|
inline |
[i] const element access operator
Definition at line 226 of file VectorSpaceI.H.
|
inline |
(i, 0) const element access operator
Definition at line 248 of file VectorSpaceI.H.
|
static |
Number of components in this vector space.
Definition at line 151 of file VectorSpace.H.
Referenced by ConstBlock().