AMDiS  0.3
The Adaptive Multi-Dimensional Simulation Toolbox
NoDataTransfer< Container > Class Template Reference

Implementation of DataTransferInterface that does not interpolate, but just resizes the containers to the dimension of the basis. More...

#include <DataTransfer.hpp>

Inherits DataTransferInterface< Container >.

Public Member Functions

std::unique_ptr< Interfaceclone () const override
 Clone method.
 
void preAdapt (Container const &, bool) override
 Collect data that is needed before grid adaption.
 
void adapt (Container &container) override
 Interpolate data to new grid after grid adaption.
 
void postAdapt (Container &) override
 Perform cleanup after grid adaption.
 
- Public Member Functions inherited from DataTransferInterface< Container >
virtual ~DataTransferInterface ()=default
 Virtual destructor.
 

Detailed Description

template<class Container>
class AMDiS::NoDataTransfer< Container >

Implementation of DataTransferInterface that does not interpolate, but just resizes the containers to the dimension of the basis.


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