|
IBAMR
IBAMR version 0.19.
|
#include "ibtk/config.h"#include "ibtk/ibtk_utilities.h"#include "Patch.h"#include "PatchHierarchy.h"#include "Variable.h"#include "tbox/Pointer.h"#include <string>#include <vector>Namespaces | |
| IBTK | |
Functions | |
| std::vector< double > | IBTK::interpolate (const VectorNd &X, int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > Q_var, int Q_depth, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > patch_hierarchy, std::string kernel_fcn="IB_4") |
| std::vector< double > | IBTK::interpolate (const std::vector< VectorNd > &X, int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > Q_var, int Q_depth, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > patch_hierarchy, std::string kernel_fcn="IB_4") |
1.8.17