#include <source/algorithm/femutils/standard/OuternodeSumTransactionFactory.h>
Inheritance diagram for SAMRAI::algs::OuternodeSumTransactionFactory< DIM >:

Public Member Functions | |
| OuternodeSumTransactionFactory () | |
| Default constructor. | |
| virtual | ~OuternodeSumTransactionFactory () |
| Virtual destructor for base class. | |
| void | setRefineItems (const typename xfer::RefineClasses< DIM >::Data **refine_items, int num_refine_items) |
| Set the array of xfer::RefineClass<DIM>::Data items used by the transactions. | |
| void | unsetRefineItems () |
| Clear the array of xfer::RefineClass<DIM>::Data items used by the transactions. | |
| tbox::Pointer< tbox::Transaction > | allocate (tbox::Pointer< hier::PatchLevel< DIM > > dst_level, tbox::Pointer< hier::PatchLevel< DIM > > src_level, tbox::Pointer< hier::BoxOverlap< DIM > > overlap, int dst_patch_id, int src_patch_id, int ritem_id, const hier::Box< DIM > &box=hier::Box< DIM >(), bool use_time_interpolation=false, tbox::Pointer< tbox::Arena > pool=(tbox::Arena *)(0)) const |
| Allocate an OuternodeSumTransaction<DIM> object. | |
| void | preprocessScratchSpace (tbox::Pointer< hier::PatchLevel< DIM > > level, double fill_time, const hier::ComponentSelector &preprocess_vector) const |
| Function to initialize scratch space data for the sum transactions (patch data components indicated by the component selector) to zero. | |
xfer::OuternodeSumTransaction
|
|||||||||
|
Default constructor.
|
|
|||||||||
|
Virtual destructor for base class.
|
|
||||||||||||||||
|
Set the array of xfer::RefineClass<DIM>::Data items used by the transactions.
|
|
|||||||||
|
Clear the array of xfer::RefineClass<DIM>::Data items used by the transactions.
Implements SAMRAI::xfer::RefineTransactionFactory< DIM >. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Allocate an OuternodeSumTransaction<DIM> object.
Implements SAMRAI::xfer::RefineTransactionFactory< DIM >. |
|
||||||||||||||||||||
|
Function to initialize scratch space data for the sum transactions (patch data components indicated by the component selector) to zero.
Reimplemented from SAMRAI::xfer::RefineTransactionFactory< DIM >. |
1.4.2