DataTransferKit - Multiphysics Solution Transfer Services  2.0
Public Member Functions | Protected Member Functions | List of all members
DataTransferKit::NodeToNodeOperator< DIM > Class Template Reference

Parallel moving least square interpolator MapOperator implementation. More...

#include <DTK_NodeToNodeOperator.hpp>

Inherits MapOperator.

Public Types

typedef MapOperator Base
 Typedefs. More...
 

Public Member Functions

 NodeToNodeOperator (const Teuchos::RCP< const TpetraMap > &domain_map, const Teuchos::RCP< const TpetraMap > &range_map, const Teuchos::ParameterList &parameters)
 Constructor. 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...
 

Detailed Description

template<int DIM>
class DataTransferKit::NodeToNodeOperator< DIM >

Parallel moving least square interpolator MapOperator implementation.

The node-to-node operator is for the node

Definition at line 65 of file DTK_NodeToNodeOperator.hpp.

Member Typedef Documentation

template<int DIM>
typedef MapOperator DataTransferKit::NodeToNodeOperator< DIM >::Base

Typedefs.

Definition at line 70 of file DTK_NodeToNodeOperator.hpp.

Constructor & Destructor Documentation

template<int DIM>
DataTransferKit::NodeToNodeOperator< DIM >::NodeToNodeOperator ( const Teuchos::RCP< const TpetraMap > &  domain_map,
const Teuchos::RCP< const TpetraMap > &  range_map,
const Teuchos::ParameterList &  parameters 
)

Constructor.

Parameters
domain_mapParallel map for domain vectors this map should be compatible with.
range_mapParallel map for range vectors this map should be compatible with.

Definition at line 64 of file DTK_NodeToNodeOperator_impl.hpp.

Member Function Documentation

template<int DIM>
void DataTransferKit::NodeToNodeOperator< DIM >::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
overrideprotected

Apply the operator.

Definition at line 163 of file DTK_NodeToNodeOperator_impl.hpp.


The documentation for this class was generated from the following files: