Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
pyCommonUtils.cpp File Reference
Include dependency graph for pyCommonUtils.cpp:

Go to the source code of this file.

Namespaces

namespace  sham
 namespace for backends this one is named only sham since shambackends is too long to write

Functions

template<typename T>
DeviceBuffer< T > & sham::operator+= (DeviceBuffer< T > &lhs, const DeviceBuffer< T > &rhs)
template<typename T>
DeviceBuffer< T > & sham::operator/= (DeviceBuffer< T > &lhs, const DeviceBuffer< T > &rhs)
 py::enum_< shammodels::NeighCacheStrategy > (m, "NeighCacheStrategy", R"==( Strategy used to build the neighbours cache out of the tree traversal. Usage ----- >>> from shamrock import NeighCacheStrategy >>> cfg.set_neigh_cache_strategy(NeighCacheStrategy.SingleStage) )==") .value("SingleStage"

Variables

 ON_PYTHON_INIT

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file pyCommonUtils.cpp.

Variable Documentation

◆ ON_PYTHON_INIT

ON_PYTHON_INIT
Initial value:
{
auto &m = root_module

Definition at line 69 of file pyCommonUtils.cpp.