ASL  0.1.7
Advanced Simulation Library
Classes | Namespaces | Typedefs | Functions
aslDataResampling.h File Reference
#include "aslSingleKernelNM.h"
#include "math/aslVectors.h"
#include "acl/cl.hpp"
Include dependency graph for aslDataResampling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asl::DataWithGhostNodes< V >
 
class  asl::DataCoarser
 Algorithm for generation of coarsed dataset. More...
 
class  asl::DataClipper
 Algorithm for generation of coarsed dataset. More...
 

Namespaces

 acl
 Advanced Computational Language.
 
 asl
 Advanced Simulation Library.
 

Typedefs

typedef std::shared_ptr< DataCoarser > asl::SPDataCoarser
 
typedef std::shared_ptr< DataClipper > asl::SPDataClipper
 

Functions

SPDataWithGhostNodesACLData asl::coarseData (SPDataWithGhostNodesACLData d)
 
SPDataWithGhostNodesACLData asl::clipData (SPDataWithGhostNodesACLData d, AVec< int > a0, AVec< int > aE)