quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
Loading...
Searching...
No Matches
particles.h File Reference
#include <algorithm>
#include <functional>
#include <iomanip>
#include <iostream>
#include <json.hpp>
#include <map>
#include <quadgrid_cpp.h>
#include <string>
#include "particles_imp.h"

Go to the source code of this file.

Classes

struct  particles_t
 Class to represent particles embedded in a grid. More...
class  ptcl_to_grd_update_t< P2G_t, COORD_t >
 Template class for the update of ptcl_to_grd mapping. More...

Functions

void to_json (nlohmann::json &j, const particles_t &p)
 Adaptor to allow implicit conversion from particles_t to json.

Function Documentation

◆ to_json()

void to_json ( nlohmann::json & j,
const particles_t & p )

Adaptor to allow implicit conversion from particles_t to json.