Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
PatchDataToPy.hpp File Reference
#include "shambindings/pybind11_stl.hpp"
#include "shambindings/pybindaliases.hpp"
#include "shamrock/patch/PatchDataLayer.hpp"
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
+ Include dependency graph for PatchDataToPy.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shamrock::VecToNumpy< T >
 
class  shamrock::VecToNumpy< sycl::vec< T, 2 > >
 
class  shamrock::VecToNumpy< sycl::vec< T, 3 > >
 
class  shamrock::VecToNumpy< sycl::vec< T, 4 > >
 
class  shamrock::VecToNumpy< sycl::vec< T, 8 > >
 
class  shamrock::VecToNumpy< sycl::vec< T, 16 > >
 

Namespaces

namespace  shamrock
 namespace for the main framework
 

Functions

template<class T >
void shamrock::append_to_map (std::string key, std::vector< std::reference_wrapper< shamrock::patch::PatchDataLayer > > ref_lst, py::dict &dic_out)
 
template<class T >
void shamrock::append_to_map (std::string key, std::vector< std::unique_ptr< shamrock::patch::PatchDataLayer > > &lst, py::dict &dic_out)
 
py::dict shamrock::pdat_to_dic (shamrock::patch::PatchDataLayer &pdat)
 

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 PatchDataToPy.hpp.