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< Interface > | clone () 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. | |
Implementation of DataTransferInterface that does not interpolate, but just resizes the containers to the dimension of the basis.