MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "utils.h"
#include "partmanager.h"
Go to the source code of this file.
Macros | |
#define | add(fmt, ...) |
Functions | |
int | GDB_particle_by_id (MyIDType id, int from) |
int | GDB_particle_by_type (int type, int from) |
int | GDB_particle_by_generation (int gen, int from) |
char * | GDB_particle_by_timebin (int bin) |
int | GDB_find_garbage (int from) |
char * | GDB_format_particle (int i) |
#define add | ( | fmt, | |
... | |||
) |
int GDB_find_garbage | ( | int | from | ) |
Definition at line 50 of file gdbtools.c.
References part_manager_type::NumPart, P, and PartManager.
char* GDB_format_particle | ( | int | i | ) |
Definition at line 58 of file gdbtools.c.
References add, GravPM, and P.
Referenced by run_gravity_test().
int GDB_particle_by_generation | ( | int | gen, |
int | from | ||
) |
Definition at line 28 of file gdbtools.c.
References part_manager_type::NumPart, P, and PartManager.
int GDB_particle_by_id | ( | MyIDType | id, |
int | from | ||
) |
Definition at line 12 of file gdbtools.c.
References part_manager_type::NumPart, P, and PartManager.
char* GDB_particle_by_timebin | ( | int | bin | ) |
Definition at line 36 of file gdbtools.c.
References part_manager_type::NumPart, P, and PartManager.
int GDB_particle_by_type | ( | int | type, |
int | from | ||
) |
Definition at line 20 of file gdbtools.c.
References part_manager_type::NumPart, P, and PartManager.