#include <Reader-Mercury.h>
|
| MercuryReader_vtu_particles (std::string ppath) |
|
int | get_numts () |
|
int | get_num_particles () |
|
double * | get_data (DataValue datavalue, int dd, std::string name="") |
|
int | read_timestep (int ts) |
|
int | get_dimension () |
|
virtual double * | get_data ([[maybe_unused]] DataValue datavalue, [[maybe_unused]] int dd, [[maybe_unused]] std::string name="") |
|
void | reset () |
|
virtual std::vector< std::vector< double > > | get_bounds () |
|
virtual std::vector< double > | get_minmaxradius () |
|
virtual int | get_num_contacts () |
|
virtual int | build_index () |
|
virtual int | read_timestep ([[maybe_unused]] int ts) |
|
virtual void | post_init () |
|
void | set_default_radiusdensity (double radius, double density) |
|
void | set_default_radius (double radius) |
|
void | set_default_density (double density) |
|
double | get_default_radius () |
|
double | get_default_density () |
|
void | build_pospqlpq_from_ids (v2d &contactarray, int idx_id1, int idx_id2, int idx_pospq, int idx_lpq, v2d &particlearray, int idx_pos, int idx_r=-1) |
|
int | clean_contacts (v2d &contactarray, int id1, int id2, int idx_lpq, v2d &particlearray, int idx_r) |
|
std::string | getpath (int ts) |
|
|
std::vector< std::pair< double, streampos > > | index |
|
◆ MercuryReader_vtu_particles()
MercuryReader_vtu_particles::MercuryReader_vtu_particles |
( |
std::string |
ppath | ) |
|
◆ get_data()
double* MercuryReader_vtu_particles::get_data |
( |
DataValue |
datavalue, |
|
|
int |
dd, |
|
|
std::string |
name = "" |
|
) |
| |
|
inline |
◆ get_num_particles()
int MercuryReader_vtu_particles::get_num_particles |
( |
| ) |
|
|
inlinevirtual |
◆ get_numts()
int MercuryReader_vtu_particles::get_numts |
( |
| ) |
|
|
inlinevirtual |
◆ read_timestep()
int MercuryReader_vtu_particles::read_timestep |
( |
int |
ts | ) |
|
◆ data
v2d MercuryReader_vtu_particles::data |
int MercuryReader_vtu_particles::N =0 |
|
private |
◆ numts
int MercuryReader_vtu_particles::numts = -1 |
|
private |
The documentation for this class was generated from the following files: