Triumvirate C++ API 0.5.0.post1.dev301+g026f21751
Three-point clustering measurements in large-scale structure analyses.
Loading...
Searching...
No Matches
particles.hpp File Reference

Particle containers with I/O methods and operations. More...

#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cstdio>
#include <fstream>
#include <iterator>
#include <sstream>
#include <string>
#include <vector>
#include "monitor.hpp"
+ Include dependency graph for particles.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  trv::ParticleData
 Particle data container. More...
 
class  trv::ParticleCatalogue
 Particle catalogue. More...
 

Namespaces

namespace  trv
 

Detailed Description

Particle containers with I/O methods and operations.

Authors
Mike S Wang (https://github.com/MikeSWang), Naonori S Sugiyama (https://github.com/naonori)

This module defines a particle catalogue object with I/O methods, summary information and its computations, and methods to offset particle coordinates (in particular in a mesh grid box).

Definition in file particles.hpp.