Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
functions in gadget.i - g
gadget_merge
|
returns the merge gadget snapshot with
a possible rotation rot=[anglexy,[angleyz],[anglezx]]
translation trans=[ , ,]
velocity translation vtrans=[ , ,]
velocity flip = 1/0 or void
interpreted function, defined at contrib/gadget.i line 1003
|
SEE ALSO:
|
|
gadget_read
|
gadget_read(fname) return a gadget structure
q= gadget_read("./snapshot_000")
for instance *q.pos holds the positions;
modified to be gadget 1.1 compatible
interpreted function, defined at contrib/gadget.i line 296
|
gadget_write
|
T
writes a gadget structure into the file
er= gadget_write(s,"test.dat");
interpreted function, defined at contrib/gadget.i line 425
|
gadgetcenter
|
recenters a given gadget snapshot on a given coordinate
interpreted function, defined at contrib/gadget.i line 509
|
SEE ALSO:
|
|
grid_read
|
grid_read(fname) return a grid structure
interpreted function, defined at contrib/gadget.i line 192
|
grid_write
|
grid_write(tab,fname)
interpreted function, defined at contrib/gadget.i line 216
|
|