FreeFOAM The Cross-Platform CFD Toolkit
VectorSpaceOps< N, I > Class Template Reference

#include <src/OpenFOAM/primitives/VectorSpace/VectorSpaceM.H>


Detailed Description

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

Definition at line 3 of file VectorSpaceM.H.

List of all members.

Static Public Member Functions

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

Static Public Attributes

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

Member Function Documentation

static void eqOpS ( V &  vs,
const S &  s,
EqOp  eo 
)
inlinestatic

Definition at line 10 of file VectorSpaceM.H.

References Foam::I.

static void SeqOp ( S &  s,
const V &  vs,
EqOp  eo 
)
inlinestatic

Definition at line 17 of file VectorSpaceM.H.

References Foam::I.

static void eqOp ( V1 &  vs1,
const V2 &  vs2,
EqOp  eo 
)
inlinestatic

Definition at line 24 of file VectorSpaceM.H.

References Foam::I.

static void opVS ( V &  vs,
const V1 &  vs1,
const S &  s,
Op  o 
)
inlinestatic

Definition at line 32 of file VectorSpaceM.H.

References Foam::I.

static void opSV ( V &  vs,
const S &  s,
const V1 &  vs1,
Op  o 
)
inlinestatic

Definition at line 39 of file VectorSpaceM.H.

References Foam::I.

static void op ( V &  vs,
const V1 &  vs1,
const V1 &  vs2,
Op  o 
)
inlinestatic

Definition at line 46 of file VectorSpaceM.H.

References Foam::I.


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: