|
NeoN
A framework for CFD software
|
MixinClass signaling copyTo is supported. More...
#include <copyTo.hpp>
Public Member Functions | |
| virtual | ~SupportsCopyTo ()=default |
| virtual HostType | copyToExecutor (Executor exec) const =0 |
| HostType | copyToHost () const |
MixinClass signaling copyTo is supported.
Requires copyToExecutor to be implemented, provides a copyToHost for free
Definition at line 19 of file copyTo.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in NeoN::la::FaceToMatrixAddress, NeoN::la::CooSparsityPattern< IndexType >, NeoN::la::CsrSparsityPattern< IndexType >, NeoN::la::Matrix< ValueType, SparsityType >, NeoN::la::Matrix< MatrixValueType, localIdx >, NeoN::SegmentedVector< ValueType, IndexType >, NeoN::SegmentedVector< localIdx, localIdx >, and NeoN::la::LinearSystem< MatrixValueType, RHSValueType, SystemMatrixType, BoundaryMatrixType >.
|
inline |
Definition at line 28 of file copyTo.hpp.