![]() |
|
Public Types | |
typedef Cmpt | cmptType |
Component type. | |
enum | { dim = 3, nComponents = nCmpt } |
Public Member Functions | |
VectorSpace () | |
Construct null. | |
VectorSpace (Istream &) | |
Construct from Istream. | |
VectorSpace (const VectorSpace< Form, Cmpt, nCmpt > &) | |
Construct as copy. | |
const Cmpt & | component (const direction) const |
Cmpt & | component (const direction) |
void | component (Cmpt &, const direction) const |
void | replace (const direction, const Cmpt &) |
const Cmpt & | operator[] (const direction) const |
Cmpt & | operator[] (const direction) |
void | operator= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator+= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator-= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator *= (const scalar) |
void | operator/= (const scalar) |
Public Attributes | |
Cmpt | v_ [nCmpt] |
The components of this vector space. | |
Friends | |
Istream & | operator>> (Istream &, VectorSpace< Form, Cmpt, nCmpt > &) |
Ostream & | operator (Ostream &, const VectorSpace< Form, Cmpt, nCmpt > &) |
|
Component type.
Definition at line 88 of file VectorSpace.H. |
|
Definition at line 93 of file VectorSpace.H. |
|
Construct null.
Definition at line 45 of file VectorSpaceI.H. References VectorSpaceOps::eqOp(). |
Here is the call graph for this function:
|
Construct from Istream.
|
|
Construct as copy.
Definition at line 51 of file VectorSpaceI.H. |
|
Definition at line 103 of file VectorSpaceI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Definition at line 84 of file VectorSpaceI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Definition at line 63 of file VectorSpaceI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Definition at line 220 of file VectorSpaceI.H. |
|
Definition at line 200 of file VectorSpaceI.H. |
|
Definition at line 210 of file VectorSpaceI.H. |
|
Definition at line 230 of file VectorSpaceI.H. |
|
Definition at line 190 of file VectorSpaceI.H. |
|
Definition at line 171 of file VectorSpaceI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Definition at line 150 of file VectorSpaceI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Definition at line 125 of file VectorSpaceI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
|
|
|
|
The components of this vector space.
Definition at line 103 of file VectorSpace.H. |