LDaddOp< T > Class Template Reference

#include <BoxLayoutDataI.H>

Inheritance diagram for LDaddOp< T >:

Inheritance graph
[legend]

List of all members.

template<class T>
class LDaddOp< T >


Public Member Functions

virtual void op (T &dest, const Box &RegionFrom, const Interval &Cdest, const Box &RegionTo, const T &src, const Interval &Csrc) 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

Member Function Documentation

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

Reimplemented from LDOperator< T >.

References Interval::begin(), and Interval::size().

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

Reimplemented from LDOperator< T >.

References Interval::begin(), and Interval::size().

template<class T>
virtual bool LDaddOp< 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 from LDOperator< T >.


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