OpenFOAM logo
Open Source CFD Toolkit

VectorSpaceOps Class Template Reference

List of all members.

template<int N, int I>
class VectorSpaceOps< N, I >


Static Public Member Functions

template<class V, class S, class EqOp>
void eqOpS (V &vs, const S &s, EqOp eo)
template<class S, class V, class EqOp>
void SeqOp (S &s, const V &vs, EqOp eo)
template<class V1, class V2, class EqOp>
void eqOp (V1 &vs1, const V2 &vs2, EqOp eo)
template<class V, class V1, class S, class Op>
void opVS (V &vs, const V1 &vs1, const S &s, Op o)
template<class V, class S, class V1, class Op>
void opSV (V &vs, const S &s, const V1 &vs1, Op o)
template<class V, class V1, class Op>
void op (V &vs, const V1 &vs1, const V1 &vs2, Op o)

Static Public Attributes

const int endLoop = (I < N-1) ? 1 : 0

Member Function Documentation

void eqOp V1 &  vs1,
const V2 &  vs2,
EqOp  eo
[inline, static]
 

Definition at line 24 of file VectorSpaceM.H.

Referenced by VectorSpace::VectorSpace().

void eqOpS V &  vs,
const S &  s,
EqOp  eo
[inline, static]
 

Definition at line 10 of file VectorSpaceM.H.

void op V &  vs,
const V1 &  vs1,
const V1 &  vs2,
Op  o
[inline, static]
 

Definition at line 46 of file VectorSpaceM.H.

void opSV V &  vs,
const S &  s,
const V1 &  vs1,
Op  o
[inline, static]
 

Definition at line 39 of file VectorSpaceM.H.

void opVS V &  vs,
const V1 &  vs1,
const S &  s,
Op  o
[inline, static]
 

Definition at line 32 of file VectorSpaceM.H.

void SeqOp S &  s,
const V &  vs,
EqOp  eo
[inline, static]
 

Definition at line 17 of file VectorSpaceM.H.


Member Data Documentation

const int endLoop = (I < N-1) ? 1 : 0 [static]
 

Definition at line 7 of file VectorSpaceM.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org