DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
Parallel spline interpolator. More...
#include <DTK_SplineInterpolationOperator.hpp>
Inherits MapOperator.
Public Types | |
typedef MapOperator | Base |
Typedefs. More... | |
Protected Member Functions | |
void | applyImpl (const TpetraMultiVector &X, TpetraMultiVector &Y, Teuchos::ETransp mode=Teuchos::NO_TRANS, double alpha=Teuchos::ScalarTraits< double >::one(), double beta=Teuchos::ScalarTraits< double >::zero()) const override |
Apply the operator. More... | |
Parallel spline interpolator.
The SplineInterpolationOperator is the top-level driver for parallel interpolation problems.
Definition at line 69 of file DTK_SplineInterpolationOperator.hpp.
typedef MapOperator DataTransferKit::SplineInterpolationOperator< Basis, DIM >::Base |
Typedefs.
Definition at line 74 of file DTK_SplineInterpolationOperator.hpp.
|
overrideprotected |
Apply the operator.
Definition at line 291 of file DTK_SplineInterpolationOperator_impl.hpp.