LDOperator< T > Class Template Reference

#include <BoxLayoutData.H>

Inheritance diagram for LDOperator< T >:

Inheritance graph
[legend]

List of all members.

template<class T>
class LDOperator< T >


Public Member Functions

virtual ~LDOperator ()
virtual int size (const T &arg, const Box &b, const Interval &comps) const
virtual void linearOut (const T &arg, void *buf, const Box &R, const Interval &comps) const
virtual void linearIn (T &arg, void *buf, const Box &R, const Interval &comps) const
virtual bool threadSafe () const
 this boolean only has to do with whether the op(...) function is thread safe
virtual void op (T &dest, const Box &RegionFrom, const Interval &Cdest, const Box &RegionTo, const T &src, const Interval &Csrc) const

Constructor & Destructor Documentation

template<class T>
virtual LDOperator< T >::~LDOperator (  )  [inline, virtual]


Member Function Documentation

template<class T>
virtual int LDOperator< T >::size ( const T &  arg,
const Box b,
const Interval comps 
) const [inline, virtual]

Reimplemented in FaceSumOp.

Referenced by LDOperator< FArrayBox >::op().

template<class T>
virtual void LDOperator< T >::linearOut ( const T &  arg,
void *  buf,
const Box R,
const Interval comps 
) const [inline, virtual]

Reimplemented in SumOp, and FaceSumOp.

Referenced by LDOperator< FArrayBox >::op().

template<class T>
virtual void LDOperator< T >::linearIn ( T &  arg,
void *  buf,
const Box R,
const Interval comps 
) const [inline, virtual]

template<class T>
virtual bool LDOperator< T >::threadSafe (  )  const [inline, virtual]

this boolean only has to do with whether the op(...) function is thread safe

If you want to declare a class more generally thread-unsafe, use the data factory threadSafe interface.

Reimplemented in LDaddOp< T >.

Referenced by BoxLayoutData< T >::makeItSoLocalCopy().

template<class T>
virtual void LDOperator< T >::op ( T &  dest,
const Box RegionFrom,
const Interval Cdest,
const Box RegionTo,
const T &  src,
const Interval Csrc 
) const [inline, virtual]


The documentation for this class was generated from the following file:

Generated on Fri Apr 5 04:25:08 2019 for Chombo + EB by  doxygen 1.5.5