AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
LinkList.cpp File Reference

link-list based neighbours location algorithm. (See Aqua::CalcServer::LinkList for details) More...

#include <sstream>
#include <algorithm>
#include "aquagpusph/AuxiliarMethods.hpp"
#include "aquagpusph/InputOutput/Logger.hpp"
#include "CalcServer.hpp"
#include "LinkList.hpp"
#include "RadixSort.hpp"
#include "Sort.hpp"
#include "SetScalar.hpp"
#include "Kernel.hpp"
Include dependency graph for LinkList.cpp:

Namespaces

namespace  Aqua
 Main AQUAgpusph namespace.
namespace  Aqua::CalcServer
 Calculation server name space.

Variables

std::string Aqua::CalcServer::LINKLIST_INC = xxd2string(LinkList_hcl_in, LinkList_hcl_in_len)
std::string Aqua::CalcServer::LINKLIST_SRC = xxd2string(LinkList_cl_in, LinkList_cl_in_len)

Detailed Description

link-list based neighbours location algorithm. (See Aqua::CalcServer::LinkList for details)

Note
Hardcoded versions of the files CalcServer/LinkList.cl.in and CalcServer/LinkList.hcl.in are internally included as a text array.