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

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

#include <DTK_MovingLeastSquareReconstructionOperator.hpp>

Inherits MapOperator.

Public Types

typedef MapOperator Base
 Typedefs. More...
 

Public Member Functions

 MovingLeastSquareReconstructionOperator (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<class Basis, int DIM>
class DataTransferKit::MovingLeastSquareReconstructionOperator< Basis, DIM >

Parallel moving least square interpolator MapOperator implementation.

Definition at line 64 of file DTK_MovingLeastSquareReconstructionOperator.hpp.

Member Typedef Documentation

template<class Basis , int DIM>
typedef MapOperator DataTransferKit::MovingLeastSquareReconstructionOperator< Basis, DIM >::Base

Typedefs.

Definition at line 69 of file DTK_MovingLeastSquareReconstructionOperator.hpp.

Constructor & Destructor Documentation

template<class Basis , int DIM>
DataTransferKit::MovingLeastSquareReconstructionOperator< Basis, DIM >::MovingLeastSquareReconstructionOperator ( 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 65 of file DTK_MovingLeastSquareReconstructionOperator_impl.hpp.

Member Function Documentation

template<class Basis , int DIM>
void DataTransferKit::MovingLeastSquareReconstructionOperator< Basis, 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 253 of file DTK_MovingLeastSquareReconstructionOperator_impl.hpp.


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