src/Field/AssignDefs.h File Reference

#include "Field/AssignTags.h"

Include dependency graph for AssignDefs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PlugBase< D >

Functions

template<class T, class C, unsigned int D>
bool for_each (const BareFieldIterator< T, D > &p, SameFieldID s, C)
template<class T, class C, unsigned int D>
bool for_each (const IndexedBareFieldIterator< T, D > &p, SameFieldID s, C)
template<class C>
bool for_each (const Index::cursor &, SameFieldID, C)
template<class T, class C>
bool for_each (const PETE_Scalar< T > &, SameFieldID, C)
template<class T, unsigned int D1, unsigned D2, class C>
bool for_each (IndexedBareFieldIterator< T, D1 > &p, const PlugBase< D2 > &f, C)
template<class C, unsigned D>
bool for_each (Index::cursor &p, const PlugBase< D > &f, C)
template<class T, class C, unsigned D>
bool for_each (const PETE_Scalar< T > &, const PlugBase< D > &, C)
template<class T, class C, unsigned int D>
bool for_each (const IndexedBareFieldIterator< T, D > &p, IsCompressed, C)
template<class T, class C, unsigned int D>
bool for_each (const BareFieldIterator< T, D > &p, IsCompressed, C)
template<class C>
bool for_each (const Index::cursor &, IsCompressed, C)
template<class T, class C>
bool for_each (const PETE_Scalar< T > &, IsCompressed, C)
template<class T, unsigned int D>
T & for_each (const BrickIterator< T, D > &p, EvalFunctor_0)
int for_each (const Index::cursor &p, EvalFunctor_0)
template<class T, unsigned int D>
T & for_each (const BrickIterator< T, D > &p, const EvalFunctor_1 &e)
template<class T, unsigned int D>
T & for_each (const BrickIterator< T, D > &p, const UnitEvalFunctor_1 &e)
int for_each (const Index::cursor &p, const EvalFunctor_1 &e)
template<class T>
for_each (const PETE_Scalar< T > &p, const EvalFunctor_1 &)
template<class T, unsigned int D>
T & for_each (const BrickIterator< T, D > &p, const EvalFunctor_2 &e)
template<class T, unsigned int D>
T & for_each (const BrickIterator< T, D > &p, const UnitEvalFunctor_2 &e)
int for_each (const Index::cursor &p, const EvalFunctor_2 &e)
template<class T>
for_each (const PETE_Scalar< T > &p, const EvalFunctor_2 &)
template<class T, unsigned int D>
T & for_each (const BrickIterator< T, D > &p, const EvalFunctor_3 &e)
template<class T, unsigned int D>
T & for_each (const BrickIterator< T, D > &p, const UnitEvalFunctor_3 &e)
int for_each (const Index::cursor &p, const EvalFunctor_3 &e)
template<class T>
for_each (const PETE_Scalar< T > &p, const EvalFunctor_3 &)
template<class T, class C, unsigned int D>
int for_each (BareFieldIterator< T, D > &p, BeginLField, C)
template<class T, class C>
int for_each (PETE_Scalar< T > &, BeginLField, C)
template<class T, class C, unsigned int D>
int for_each (BareFieldIterator< T, D > &p, NextLField, C)
template<class T, class C>
int for_each (PETE_Scalar< T > &, NextLField, C)
template<class T, class C, unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, StepFunctor s, C)
template<class T, class C, unsigned int D>
int for_each (BareFieldIterator< T, D > &p, StepFunctor s, C)
template<class T, class C, unsigned int D>
int for_each (BrickIterator< T, D > &p, StepFunctor s, C)
template<class C>
int for_each (Index::cursor &p, StepFunctor s, C)
template<class T, class C>
int for_each (PETE_Scalar< T > &, StepFunctor, C)
template<class T, class C, unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, RewindFunctor s, C)
template<class T, class C, unsigned int D>
int for_each (BareFieldIterator< T, D > &p, RewindFunctor s, C)
template<class T, class C, unsigned int D>
int for_each (BrickIterator< T, D > &p, RewindFunctor s, C)
template<class C>
int for_each (Index::cursor &p, RewindFunctor s, C)
template<class T, class C>
int for_each (PETE_Scalar< T > &, RewindFunctor, C)
template<class T, class C, unsigned int D>
int for_each (BrickIterator< T, D > &p, PETE_CountElems, C)
template<class T, class C, unsigned int D>
int for_each (BareFieldIterator< T, D > &p, PETE_CountElems, C)
template<class T, class C, unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, PETE_CountElems, C)
template<class T, class C, unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, PETE_Increment s, C)
template<class T, class C, unsigned int D>
int for_each (BareFieldIterator< T, D > &p, PETE_Increment s, C)
template<class T, class C, unsigned int D>
int for_each (BrickIterator< T, D > &p, PETE_Increment s, C)
template<class T, class C, unsigned int D>
bool for_each (const IndexedBareFieldIterator< T, D > &iter, HasUnitStride, C)
template<class T, class C, unsigned int D>
bool for_each (const BareFieldIterator< T, D > &iter, HasUnitStride, C)
template<class T, class C, unsigned int D>
bool for_each (const BrickIterator< T, D > &iter, HasUnitStride, C)
template<class C>
bool for_each (const Index::cursor &, HasUnitStride, C)
template<class T, class C>
bool for_each (const PETE_Scalar< T > &, HasUnitStride, C)
template<class T, class C, unsigned int D, unsigned int D1, class T1>
int for_each (const IndexedBareFieldIterator< T, D > &p, const FillGCIfNecessaryTag< D1, T1 > &f, C)
template<class T, class C, unsigned int D, unsigned int D1, class T1>
int for_each (const BareFieldIterator< T, D > &p, const FillGCIfNecessaryTag< D1, T1 > &, C)
template<class T, class C, unsigned int D, class T1>
int for_each (const PETE_Scalar< T > &, const FillGCIfNecessaryTag< D, T1 > &, C)
template<class C, unsigned int D, class T1>
int for_each (const Index::cursor &, const FillGCIfNecessaryTag< D, T1 > &, C)


Function Documentation

template<class C, unsigned int D, class T1>
int for_each const Index::cursor ,
const FillGCIfNecessaryTag< D, T1 > &  ,
[inline]
 

Definition at line 599 of file AssignDefs.h.

template<class T, class C, unsigned int D, class T1>
int for_each const PETE_Scalar< T > &  ,
const FillGCIfNecessaryTag< D, T1 > &  ,
[inline]
 

Definition at line 592 of file AssignDefs.h.

template<class T, class C, unsigned int D, unsigned int D1, class T1>
int for_each const BareFieldIterator< T, D > &  p,
const FillGCIfNecessaryTag< D1, T1 > &  ,
[inline]
 

Definition at line 584 of file AssignDefs.h.

template<class T, class C, unsigned int D, unsigned int D1, class T1>
int for_each const IndexedBareFieldIterator< T, D > &  p,
const FillGCIfNecessaryTag< D1, T1 > &  f,
[inline]
 

Definition at line 575 of file AssignDefs.h.

References FillGCIfNecessaryTag< D, T1 >::bf_m, and IndexedBareFieldIterator< T, Dim >::FillGCIfNecessary().

Here is the call graph for this function:

template<class T, class C>
bool for_each const PETE_Scalar< T > &  ,
HasUnitStride  ,
[inline]
 

Definition at line 562 of file AssignDefs.h.

template<class C>
bool for_each const Index::cursor ,
HasUnitStride  ,
[inline]
 

Definition at line 555 of file AssignDefs.h.

template<class T, class C, unsigned int D>
bool for_each const BrickIterator< T, D > &  iter,
HasUnitStride  ,
[inline]
 

Definition at line 548 of file AssignDefs.h.

References iter.

template<class T, class C, unsigned int D>
bool for_each const BareFieldIterator< T, D > &  iter,
HasUnitStride  ,
[inline]
 

Definition at line 541 of file AssignDefs.h.

References iter.

template<class T, class C, unsigned int D>
bool for_each const IndexedBareFieldIterator< T, D > &  iter,
HasUnitStride  ,
[inline]
 

Definition at line 534 of file AssignDefs.h.

References iter.

template<class T, class C, unsigned int D>
int for_each BrickIterator< T, D > &  p,
PETE_Increment  s,
[inline]
 

Definition at line 519 of file AssignDefs.h.

template<class T, class C, unsigned int D>
int for_each BareFieldIterator< T, D > &  p,
PETE_Increment  s,
[inline]
 

Definition at line 510 of file AssignDefs.h.

template<class T, class C, unsigned int D>
int for_each IndexedBareFieldIterator< T, D > &  p,
PETE_Increment  s,
[inline]
 

Definition at line 501 of file AssignDefs.h.

template<class T, class C, unsigned int D>
int for_each IndexedBareFieldIterator< T, D > &  p,
PETE_CountElems  ,
[inline]
 

Definition at line 481 of file AssignDefs.h.

References BareField< T, Dim >::begin_if(), BareField< T, Dim >::end_if(), BareFieldIterator< T, Dim >::GetBareField(), and IndexedBareFieldIterator< T, Dim >::getDomain().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each BareFieldIterator< T, D > &  p,
PETE_CountElems  ,
[inline]
 

Definition at line 470 of file AssignDefs.h.

References BareField< T, Dim >::begin_if(), BareField< T, Dim >::end_if(), and BareFieldIterator< T, Dim >::GetBareField().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each BrickIterator< T, D > &  p,
PETE_CountElems  ,
[inline]
 

Definition at line 460 of file AssignDefs.h.

References BrickCounter< Dim >::size().

Here is the call graph for this function:

template<class T, class C>
int for_each PETE_Scalar< T > &  ,
RewindFunctor  ,
[inline]
 

Definition at line 447 of file AssignDefs.h.

template<class C>
int for_each Index::cursor p,
RewindFunctor  s,
[inline]
 

Definition at line 436 of file AssignDefs.h.

References RewindFunctor::D, and Index::cursor::rewind().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each BrickIterator< T, D > &  p,
RewindFunctor  s,
[inline]
 

Definition at line 425 of file AssignDefs.h.

References RewindFunctor::D, and BrickIterator< T, Dim >::rewind().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each BareFieldIterator< T, D > &  p,
RewindFunctor  s,
[inline]
 

Definition at line 416 of file AssignDefs.h.

References RewindFunctor::D, and BrickIterator< T, Dim >::rewind().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each IndexedBareFieldIterator< T, D > &  p,
RewindFunctor  s,
[inline]
 

Definition at line 407 of file AssignDefs.h.

References RewindFunctor::D, and BrickIterator< T, Dim >::rewind().

Here is the call graph for this function:

template<class T, class C>
int for_each PETE_Scalar< T > &  ,
StepFunctor  ,
[inline]
 

Definition at line 394 of file AssignDefs.h.

template<class C>
int for_each Index::cursor p,
StepFunctor  s,
[inline]
 

Definition at line 383 of file AssignDefs.h.

References StepFunctor::D, and Index::cursor::step().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each BrickIterator< T, D > &  p,
StepFunctor  s,
[inline]
 

Definition at line 372 of file AssignDefs.h.

References StepFunctor::D, and BrickIterator< T, Dim >::step().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each BareFieldIterator< T, D > &  p,
StepFunctor  s,
[inline]
 

Definition at line 364 of file AssignDefs.h.

References StepFunctor::D, and BrickIterator< T, Dim >::step().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
int for_each IndexedBareFieldIterator< T, D > &  p,
StepFunctor  s,
[inline]
 

Definition at line 356 of file AssignDefs.h.

References StepFunctor::D, and BrickIterator< T, Dim >::step().

Here is the call graph for this function:

template<class T, class C>
int for_each PETE_Scalar< T > &  ,
NextLField  ,
[inline]
 

Definition at line 343 of file AssignDefs.h.

template<class T, class C, unsigned int D>
int for_each BareFieldIterator< T, D > &  p,
NextLField  ,
[inline]
 

Definition at line 332 of file AssignDefs.h.

References BareFieldIterator< T, Dim >::nextLField().

Here is the call graph for this function:

template<class T, class C>
int for_each PETE_Scalar< T > &  ,
BeginLField  ,
[inline]
 

Definition at line 319 of file AssignDefs.h.

template<class T, class C, unsigned int D>
int for_each BareFieldIterator< T, D > &  p,
BeginLField  ,
[inline]
 

Definition at line 308 of file AssignDefs.h.

References BareFieldIterator< T, Dim >::beginLField().

Here is the call graph for this function:

template<class T>
T for_each const PETE_Scalar< T > &  p,
const EvalFunctor_3
[inline]
 

Definition at line 295 of file AssignDefs.h.

int for_each const Index::cursor p,
const EvalFunctor_3 e
[inline]
 

Definition at line 285 of file AssignDefs.h.

References EvalFunctor_3::I, EvalFunctor_3::J, EvalFunctor_3::K, and Index::cursor::offset().

Here is the call graph for this function:

template<class T, unsigned int D>
T& for_each const BrickIterator< T, D > &  p,
const UnitEvalFunctor_3 e
[inline]
 

Definition at line 276 of file AssignDefs.h.

References EvalFunctor_3::I, EvalFunctor_3::J, EvalFunctor_3::K, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

template<class T, unsigned int D>
T& for_each const BrickIterator< T, D > &  p,
const EvalFunctor_3 e
[inline]
 

Definition at line 269 of file AssignDefs.h.

References EvalFunctor_3::I, EvalFunctor_3::J, EvalFunctor_3::K, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

template<class T>
T for_each const PETE_Scalar< T > &  p,
const EvalFunctor_2
[inline]
 

Definition at line 255 of file AssignDefs.h.

int for_each const Index::cursor p,
const EvalFunctor_2 e
[inline]
 

Definition at line 245 of file AssignDefs.h.

References EvalFunctor_2::I, EvalFunctor_2::J, and Index::cursor::offset().

Here is the call graph for this function:

template<class T, unsigned int D>
T& for_each const BrickIterator< T, D > &  p,
const UnitEvalFunctor_2 e
[inline]
 

Definition at line 236 of file AssignDefs.h.

References EvalFunctor_2::I, EvalFunctor_2::J, and BrickIterator< T, Dim >::unit_offset().

Here is the call graph for this function:

template<class T, unsigned int D>
T& for_each const BrickIterator< T, D > &  p,
const EvalFunctor_2 e
[inline]
 

Definition at line 229 of file AssignDefs.h.

References EvalFunctor_2::I, EvalFunctor_2::J, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

template<class T>
T for_each const PETE_Scalar< T > &  p,
const EvalFunctor_1
[inline]
 

Definition at line 215 of file AssignDefs.h.

int for_each const Index::cursor p,
const EvalFunctor_1 e
[inline]
 

Definition at line 205 of file AssignDefs.h.

References EvalFunctor_1::I, and Index::cursor::offset().

Here is the call graph for this function:

template<class T, unsigned int D>
T& for_each const BrickIterator< T, D > &  p,
const UnitEvalFunctor_1 e
[inline]
 

Definition at line 196 of file AssignDefs.h.

References EvalFunctor_1::I, and BrickIterator< T, Dim >::unit_offset().

Here is the call graph for this function:

template<class T, unsigned int D>
T& for_each const BrickIterator< T, D > &  p,
const EvalFunctor_1 e
[inline]
 

Definition at line 189 of file AssignDefs.h.

References EvalFunctor_1::I, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

int for_each const Index::cursor p,
EvalFunctor_0 
[inline]
 

Definition at line 175 of file AssignDefs.h.

template<class T, unsigned int D>
T& for_each const BrickIterator< T, D > &  p,
EvalFunctor_0 
[inline]
 

Definition at line 166 of file AssignDefs.h.

template<class T, class C>
bool for_each const PETE_Scalar< T > &  ,
IsCompressed  ,
[inline]
 

Definition at line 152 of file AssignDefs.h.

template<class C>
bool for_each const Index::cursor ,
IsCompressed  ,
[inline]
 

Definition at line 142 of file AssignDefs.h.

template<class T, class C, unsigned int D>
bool for_each const BareFieldIterator< T, D > &  p,
IsCompressed  ,
[inline]
 

Definition at line 132 of file AssignDefs.h.

References BareFieldIterator< T, Dim >::IsCompressed().

Here is the call graph for this function:

template<class T, class C, unsigned int D>
bool for_each const IndexedBareFieldIterator< T, D > &  p,
IsCompressed  ,
[inline]
 

Definition at line 125 of file AssignDefs.h.

References BareFieldIterator< T, Dim >::IsCompressed().

Here is the call graph for this function:

template<class T, class C, unsigned D>
bool for_each const PETE_Scalar< T > &  ,
const PlugBase< D > &  ,
[inline]
 

Definition at line 112 of file AssignDefs.h.

template<class C, unsigned D>
bool for_each Index::cursor p,
const PlugBase< D > &  f,
[inline]
 

Definition at line 91 of file AssignDefs.h.

References PlugBase< D >::Domain, Index::cursor::id(), and Index::cursor::plugBase().

Here is the call graph for this function:

template<class T, unsigned int D1, unsigned D2, class C>
bool for_each IndexedBareFieldIterator< T, D1 > &  p,
const PlugBase< D2 > &  f,
[inline]
 

Definition at line 81 of file AssignDefs.h.

References PlugBase< D >::Domain, and IndexedBareFieldIterator< T, Dim >::plugBase().

Here is the call graph for this function:

template<class T, class C>
bool for_each const PETE_Scalar< T > &  ,
SameFieldID  ,
[inline]
 

Definition at line 57 of file AssignDefs.h.

template<class C>
bool for_each const Index::cursor ,
SameFieldID  ,
[inline]
 

Definition at line 47 of file AssignDefs.h.

template<class T, class C, unsigned int D>
bool for_each const IndexedBareFieldIterator< T, D > &  p,
SameFieldID  s,
[inline]
 

Definition at line 37 of file AssignDefs.h.

References BareFieldIterator< T, Dim >::GetBareField(), and SameFieldID::ID.

Here is the call graph for this function:

template<class T, class C, unsigned int D>
bool for_each const BareFieldIterator< T, D > &  p,
SameFieldID  s,
[inline]
 

Definition at line 30 of file AssignDefs.h.

References BareFieldIterator< T, Dim >::GetBareField(), and SameFieldID::ID.

Referenced by TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >::apply(), TrinaryForEach< Safe, T1, T2, T3, Op, Functor >::apply(), struct_for_each< OpWhere, T1, T2, Functor >::apply(), struct_for_each< Op, T1, T2, Functor >::apply(), BrickExpLoop< LHS, RHS, OP, 3U >::apply(), BrickExpLoop< LHS, RHS, OP, 2U >::apply(), BrickExpLoop< LHS, RHS, OP, 1U >::apply(), BrickExpLoop< LHS, RHS, OP, Dim >::apply(), assign(), SIndexExpLoop< OP, 3U >::evaluate(), SIndexExpLoop< OP, 2U >::evaluate(), SIndexExpLoop< OP, 1U >::evaluate(), SIndexExpLoop< OP, Dim >::evaluate(), AssignActions< Dim, SIExprTag< false > >::fillgc(), AssignActions< Dim, SIExprTag< true > >::fillgc(), for_each(), AssignActions< Dim, SIExprTag< false > >::nextLField(), AssignActions< Dim, SIExprTag< false > >::plugbase(), AssignActions< Dim, SIExprTag< true > >::plugbase(), Reduction(), and TryCompressLHS().

Here is the call graph for this function:


Generated on Mon Jan 16 13:37:50 2006 for IPPL by  doxygen 1.4.6