ASL 0.1.7
Advanced Simulation Library
|
Go to the source code of this file.
Namespaces | |
namespace | cl |
The OpenCL C++ bindings are defined within this namespace. | |
namespace | acl |
Advanced Computational Language. | |
namespace | asl |
Advanced Simulation Library. | |
Functions | |
template<typename T > | |
SPDataWrapperACLData | asl::generateDataContainerACL_SP (const Block &b, unsigned int n=1) |
generates pointer to ACL Data field with n components | |
template<typename T > | |
SPDataWithGhostNodesACLData | asl::generateDataContainerACL_SP (const Block &b, unsigned int n, unsigned int gN) |
generates pointer to ACL Data field with n components and gN ghost nodes | |
template<typename T > | |
SPDataWithGhostNodesACLData | asl::generateDataContainerACL_SP (const Block &b, unsigned int n, unsigned int gN, acl::CommandQueue queue) |
generates pointer to ACL Data field with n components and gN ghost nodes | |
SPDataWithGhostNodesACLData | asl::generateDataContainerACL_SP (const Block &b, acl::TypeID t, unsigned int n, unsigned int gN, acl::CommandQueue queue) |
generates pointer to ACL Data field with n components of type t and gN ghost nodes | |
SPDataWithGhostNodesACLData | asl::generateDataContainerACL_SP (const Block &b, acl::TypeID t, unsigned int n, unsigned int gN) |
generates pointer to ACL Data field with n components of type t and gN ghost nodes | |
SPDataWrapperACL | asl::generateDataContainer_SP (const Block &b, const acl::VectorOfElements &a) |
SPDataWithGhostNodesACL | asl::generateDataContainer_SP (const Block &b, const acl::VectorOfElements &a, unsigned int gN) |
generates pointer to ACL Data field with container a and gN ghost nodes | |
template<typename T > | |
SPDataWithGhostNodesACL | asl::generateDataContainerConst_SP (const Block &b, T a, unsigned int gN) |
SPAbstractDataWithGhostNodes | asl::generateDCFullSafe (SPAbstractDataWithGhostNodes d) |
generates data container without ghost nodes and safe outOfboundary element acces | |
SPAbstractDataWithGhostNodes | asl::generateDCFullSafe (SPAbstractDataWithGhostNodes d, double outVal) |
generates data container without ghost nodes and safe outOfboundary element acces | |