Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE > Class Template Reference

#include <source/mathops/cell/PatchCellDataOpsReal.h>

Inheritance diagram for SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 PatchCellDataOpsReal ()
virtual ~PatchCellDataOpsReal ()
void copyData (tbox::Pointer< pdat::CellData< DIM, TYPE > > &dst, const tbox::Pointer< pdat::CellData< DIM, TYPE > > &src, const hier::Box< DIM > &box) const
void swapData (tbox::Pointer< hier::Patch< DIM > > patch, const int data1_id, const int data2_id) const
void printData (const tbox::Pointer< pdat::CellData< DIM, TYPE > > &data, const hier::Box< DIM > &box, ostream &s=tbox::plog) const
void setToScalar (tbox::Pointer< pdat::CellData< DIM, TYPE > > &dst, const TYPE &alpha, const hier::Box< DIM > &box) const

Detailed Description

template<int DIM, class TYPE>
class SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >

Class PatchCellDataOpsReal<DIM> provides a collection of operations to manipulate float and double numerical cell-centered patch data. The operations include basic arithmetic, norms and ordering, and assorted miscellaneous operations. With the exception of a few basic routines, this class inherits its interface (and thus its functionality) from the base classes PatchCellDataBasicOps<DIM>, PatchCellDataNormOpsReal<DIM>, and PatchCellDataMiscellaneousOpsReal<DIM> from which it is derived. The name of each of these base classes is indicative of the set of cell-centered patch data operations that it provides.

Note that this templated class should only be used to instantiate objects with double or float as the template parameter. A similar set of operations is implemented for complex and integer patch data in the classes PatchCellDataOpsComplex<DIM> and PatchCellDataOpsInteger<DIM>, respectively.

See also:
math::PatchCellDataBasicOps

math::PatchCellDataMiscellaneousOpsReal

math::PatchCellDataNormOpsReal


Constructor & Destructor Documentation

template<int DIM, class TYPE>
SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >::PatchCellDataOpsReal  ) 
 

Empty constructor and destructor.

template<int DIM, class TYPE>
SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >::~PatchCellDataOpsReal  )  [virtual]
 


Member Function Documentation

template<int DIM, class TYPE>
void SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >::copyData tbox::Pointer< pdat::CellData< DIM, TYPE > > &  dst,
const tbox::Pointer< pdat::CellData< DIM, TYPE > > &  src,
const hier::Box< DIM > &  box
const
 

Copy dst data to src data over given box.

template<int DIM, class TYPE>
void SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >::swapData tbox::Pointer< hier::Patch< DIM > >  patch,
const int  data1_id,
const int  data2_id
const
 

Swap pointers for patch data objects. Objects are checked for consistency of depth, box, and ghost box.

template<int DIM, class TYPE>
void SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >::printData const tbox::Pointer< pdat::CellData< DIM, TYPE > > &  data,
const hier::Box< DIM > &  box,
ostream &  s = tbox::plog
const
 

Print data entries over given box to given output stream.

template<int DIM, class TYPE>
void SAMRAI::math::PatchCellDataOpsReal< DIM, TYPE >::setToScalar tbox::Pointer< pdat::CellData< DIM, TYPE > > &  dst,
const TYPE &  alpha,
const hier::Box< DIM > &  box
const
 

Initialize data to given scalar over given box.


The documentation for this class was generated from the following files:
Generated on Fri Dec 2 11:24:58 2005 for SAMRAI by  doxygen 1.4.2