AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
CalcServer Directory Reference
Directory dependency graph for CalcServer:
/home/pepe/SPH/Code/aquagpusph/src/CalcServer

Directories

directory  Reports
 

Files

file  Assert.cpp
 Check that a condition holds true, or trhow a fatal error otherwise. (See Aqua::CalcServer::Assert for details)
 
file  CalcServer.cpp
 The calculation main entry point. (See Aqua::CalcServer::CalcServer for details)
 
file  Conditional.cpp
 Check a condition to enable/disable all the tools in its scope (See Aqua::CalcServer::Conditional and Aqua::CalcServer::End for details)
 
file  Copy.cpp
 Array copy tool. (see Aqua::CalcServer::Copy for details)
 
file  Kernel.cpp
 OpenCL kernel kernel based tool. (see Aqua::CalcServer::Kernel for details)
 
file  LinkList.cpp
 
file  MPISync.cpp
 Synchronize arrays between processes, sending information by the network. (See Aqua::CalcServer::MPISync for details)
 
file  Python.cpp
 Python script execution tool. (See Aqua::CalcServer::Python for details)
 
file  RadixSort.cpp
 Methods to perform a radix sort using the GPU (or any device supported by OpenCL). (See Aqua::CalcServer::RadixSort for details)
 
file  Reduction.cpp
 Reductions, like scans, prefix sums, maximum or minimum, etc... (See Aqua::CalcServer::Reduction for details)
 
file  Set.cpp
 Set all the components of an array with the desired value. (See Aqua::CalcServer::Set for details)
 
file  SetScalar.cpp
 Set a scalar variable. (See Aqua::CalcServer::SetScalar for details)
 
file  Tool.cpp
 Tools virtual environment to allow the user to define/manipulate the tools used to carry out the simulation. (see Aqua::CalcServer::Tool)
 
file  UnSort.cpp
 UnSort Recover the original id of each particle. (See Aqua::CalcServer::UnSort for details)