ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
24 #ifndef ASLDATARESAMPLING_H
25 #define ASLDATARESAMPLING_H
36 class VectorOfElementsData;
42 template <
typename V>
class DataWithGhostNodes;
45 class AbstractDataWithGhostNodes;
140 #endif // ASLDATARESAMPLING_H
SPDataWithGhostNodesACLData Data
std::shared_ptr< DataCoarser > SPDataCoarser
std::shared_ptr< DataWithGhostNodesACLData > SPDataWithGhostNodesACLData
SPDataWithGhostNodesACLData coarseData(SPDataWithGhostNodesACLData d)
Algorithm for generation of coarsed dataset.
SPDataWithGhostNodesACLData Data
DataWithGhostNodes< acl::VectorOfElementsData > DataWithGhostNodesACLData
Algorithm for generation of coarsed dataset.
std::shared_ptr< DataClipper > SPDataClipper
definition of class АVec<T>
virtual void execute()
Executes the numerical procedure.
Defines set of vectros with several properties.
virtual void init()
Builds the necesery internal data and kernels.
C++ bindings for OpenCL 1.0 (rev 48), OpenCL 1.1 (rev 33) and OpenCL 1.2 (rev 15)
SPDataWithGhostNodesACLData clipData(SPDataWithGhostNodesACLData d, AVec< int > a0, AVec< int > aE)
DataClipper(Data dIn, AVec< int > a0, AVec< int > aE)
Advanced Simulation Library.
Advanced Computational Language.
std::shared_ptr< AbstractDataWithGhostNodes > SPAbstractDataWithGhostNodes