ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
24 #ifndef ASLDATARESAMPLING_H
25 #define ASLDATARESAMPLING_H
28 #include "math/aslVectors.h"
36 class VectorOfElementsData;
42 template <
typename V>
class DataWithGhostNodes;
45 class AbstractDataWithGhostNodes;
140 #endif // ASLDATARESAMPLING_H
SPDataWithGhostNodesACLData Data
std::shared_ptr< DataWithGhostNodesACLData > SPDataWithGhostNodesACLData
SPDataWithGhostNodesACLData coarseData(SPDataWithGhostNodesACLData d)
Algorithm for generation of coarsed dataset.
SPDataWithGhostNodesACLData Data
std::shared_ptr< DataCoarser > SPDataCoarser
DataWithGhostNodes< acl::VectorOfElementsData > DataWithGhostNodesACLData
Algorithm for generation of coarsed dataset.
std::shared_ptr< DataClipper > SPDataClipper
virtual void execute()
Executes the numerical procedure.
Defines set of vectros with several properties.
virtual void init()
Builds the necesery internal data and kernels.
SPDataWithGhostNodesACLData clipData(SPDataWithGhostNodesACLData d, AVec< int > a0, AVec< int > aE)
Advanced Simulation Library.
Advanced Computational Language.
std::shared_ptr< AbstractDataWithGhostNodes > SPAbstractDataWithGhostNodes