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

Public Member Functions | |
| OuterfaceComplexLinearTimeInterpolateOp () | |
| virtual | ~OuterfaceComplexLinearTimeInterpolateOp () |
| bool | findTimeInterpolateOperator (const tbox::Pointer< hier::Variable< DIM > > &var, const std::string &op_name) const |
| void | timeInterpolate (hier::PatchData< DIM > &dst_data, const hier::Box< DIM > &where, const hier::PatchData< DIM > &src_data_old, const hier::PatchData< DIM > &src_data_new) const |
Class OuterfaceComplexLinearTimeInterpolateOp<DIM> implements standard linear time interpolation for complex outreface patch data. Recall that outerface patch data uses the same indices as face-centered data but the data only exists on the faces that coincide with patch boundaries. It is derived from the xfer::TimeInterpolateOperator<DIM> base class. The interpolation uses FORTRAN numerical routines.
The findCoarsenOperator() operator function returns true if the input variable is an outerface complex type, and the string is "STD_LINEAR_TIME_INTERPOLATE".
| SAMRAI::pdat::OuterfaceComplexLinearTimeInterpolateOp< DIM >::OuterfaceComplexLinearTimeInterpolateOp | ( | ) |
Uninteresting default constructor.
|
virtual |
Uninteresting virtual destructor.
|
virtual |
Return true if the variable and name string match the standard complex outreface interpolation; otherwise, return false.
Implements SAMRAI::xfer::TimeInterpolateOperator< DIM >.
|
virtual |
Perform linear time interpolation between two complex outerface patch data sources and place result in the destination patch data. Time interpolation is performed on the intersection of the destination patch data and the input box. The time to which data is interpolated is provided by the destination data.
Implements SAMRAI::xfer::TimeInterpolateOperator< DIM >.
1.8.17