|
IBAMR
IBAMR version 0.19.
|
#include <NodeFloatInjection.h>

Public Member Functions | |
| NodeFloatInjection () | |
| virtual | ~NodeFloatInjection () |
| bool | findCoarsenOperator (const tbox::Pointer< hier::Variable< DIM > > &var, const std::string &op_name) const |
| const std::string & | getOperatorName () const |
| int | getOperatorPriority () const |
| hier::IntVector< DIM > | getStencilWidth () const |
| void | coarsen (hier::Patch< DIM > &coarse, const hier::Patch< DIM > &fine, const int dst_component, const int src_component, const hier::Box< DIM > &coarse_box, const hier::IntVector< DIM > &ratio) const |
Private Attributes | |
| std::string | d_name_id |
Class NodeFloatInjection<DIM> implements constant averaging (i.e., injection) for node-centered float patch data defined over a mesh. It is derived from the xfer::CoarsenOperator<DIM> base class. The numerical operations for theaveraging use FORTRAN numerical routines.
The findCoarsenOperator() operator function returns true if the input variable is node-centered float, and the string is "CONSTANT_COARSEN".
| SAMRAI::pdat::NodeFloatInjection< DIM >::NodeFloatInjection | ( | ) |
Uninteresting default constructor.
|
virtual |
Uninteresting virtual destructor.
|
virtual |
Return true if the variable and name string match the node-centered constant averaging; otherwise, return false.
Implements SAMRAI::xfer::CoarsenOperator< DIM >.
|
virtual |
Return name string identifier of this coarsening operator.
Implements SAMRAI::xfer::CoarsenOperator< DIM >.
|
virtual |
The priority of node-centered constant averaging is 0. It will be performed before any user-defined coarsen operations.
Implements SAMRAI::xfer::CoarsenOperator< DIM >.
|
virtual |
The stencil width of the constant averaging operator is the vector of zeros. That is, its stencil does not extend outside the fine box.
Implements SAMRAI::xfer::CoarsenOperator< DIM >.
|
virtual |
Coarsen the source component on the fine patch to the destination component on the coarse patch using the node-centered float constant averaging operator. Coarsening is performed on the intersection of the destination patch and the coarse box. It is assumed that the fine patch contains sufficient data for the stencil width of the coarsening operator.
Implements SAMRAI::xfer::CoarsenOperator< DIM >.
|
private |
1.8.17