GraviDy  1.0
Gravitational Dynamics N-body integrator
Public Attributes | List of all members
file_data Struct Reference

General structure to read the INPUT file. More...

#include <common.hpp>

Public Attributes

int id
 Member 'id' particle identification. More...
 
float m
 Member 'm' particle mass. More...
 
double r [3]
 Member 'r' Array that contain the particle position. More...
 
double v [3]
 Member 'v' Array that contain the particle velocity. More...
 

Detailed Description

General structure to read the INPUT file.

Member Data Documentation

§ id

file_data::id

Member 'id' particle identification.

§ m

file_data::m

Member 'm' particle mass.

§ r

file_data::r

Member 'r' Array that contain the particle position.

§ v

file_data::v

Member 'v' Array that contain the particle velocity.


The documentation for this struct was generated from the following file: