#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <string>
#include <memory>
#include <acl/aclHardware.h>
#include <data/aslDataWrapper.h>
#include <aslGenerators.h>
Go to the source code of this file.
|
| agl |
|
| asl |
| Advanced Simulation Library.
|
|
|
SPDataWithGhostNodesACLData | asl::read (const string &fileName, unsigned int arrayNum, acl::CommandQueue queue=acl::hardware.defaultQueue) |
|
SPDataWithGhostNodesACLData | asl::readSurface (const string &fileName, double dx, acl::CommandQueue queue=acl::hardware.defaultQueue) |
|
SPDataWithGhostNodesACLData | asl::readSurface (const string &fileName, Block &b, acl::CommandQueue queue=acl::hardware.defaultQueue) |
|
SPDataWithGhostNodesACLData | asl::readSurface (const string &fileName, double dx, double offset_X0, double offset_XE, double offset_Y0, double offset_YE, double offset_Z0, double offset_ZE, acl::CommandQueue queue=acl::hardware.defaultQueue) |
|