Chombo + EB  3.0
Classes | Macros
LevelDataOps.H File Reference
#include "LevelData.H"
#include "RefCountedPtr.H"
#include "SPMD.H"
#include "Copier.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for LevelDataOps.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LevelDataOps< T >
 

Macros

#define _LEVELDATAOPS_H_
 
#define ITER(a)
 
#define ENDFOR(a)   }
 

Macro Definition Documentation

◆ _LEVELDATAOPS_H_

#define _LEVELDATAOPS_H_

◆ ITER

#define ITER (   a)
Value:
for (DataIterator dit = a.dataIterator(); dit.ok(); ++dit) \
{ \
DataIndex d = dit();
virtual bool ok() const
return true if this iterator is still in its Layout
Definition: LayoutIterator.H:110
Definition: DataIterator.H:140

Referenced by LevelDataOps< FArrayBox >::axby(), LevelDataOps< FArrayBox >::dotProduct(), LevelDataOps< FArrayBox >::incr(), LevelDataOps< FArrayBox >::mDotProduct(), LevelDataOps< FArrayBox >::mult(), LevelDataOps< FArrayBox >::plus(), LevelDataOps< FArrayBox >::scale(), LevelDataOps< FArrayBox >::setToZero(), and LevelDataOps< FArrayBox >::setVal().

◆ ENDFOR

#define ENDFOR (   a)    }