ASL
0.1.7
Advanced Simulation Library
|
#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.
Namespaces | |
agl | |
asl | |
Advanced Simulation Library. | |
Typedefs | |
typedef std::shared_ptr < TrianglesList > | agl::SPTrianglesList |
Functions | |
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) |