Chombo + EB  3.2
Public Member Functions | List of all members
LDaddOp< T > Class Template Reference

#include <BoxLayoutDataI.H>

Inheritance diagram for LDaddOp< T >:
Inheritance graph
[legend]

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 More...
 
- Public Member Functions inherited from LDOperator< T >
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
 

Member Function Documentation

◆ op()

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
inlinevirtual

Reimplemented from LDOperator< T >.

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

◆ linearIn()

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

Reimplemented from LDOperator< T >.

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

◆ threadSafe()

template<class T>
virtual bool LDaddOp< T >::threadSafe ( ) const
inlinevirtual

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: