![]() |
Peano
|
#include <spacetree/spacetree.h>
#include <spacetree/initial_conditions.h>
#include <spacetree/sort.h>
#include <lang/trace.h>
#include <io/writer/dma.h>
#include <vtk/writer/point.h>
#include "align.h"
#include "hydro_part.h"
#include "hydro_iact.h"
#include "setup.h"
#include "runner_do_ghost.h"
Go to the source code of this file.
Data Structures | |
struct | HYDRO_STATS_T |
Macros | |
#define | dt_therm DT_DRIFT |
#define | dt_kick_therm DT_KICK_HYDRO |
Typedefs | |
using | Geo = Geometry<_2D, double> |
using | Tree = Spacetree<Geo, part, 64, 2, ThreadPoolTaskBackend> |
Functions | |
auto | createTree () |
void | dumpData (Tree &q0, int i) |
int | main () |
Variables | |
struct HYDRO_STATS_T | HYDRO_STATS |
const auto | HYDRO_PROPS |
const auto | COSMO |
auto | GetDefaultParticle |
auto | ReferenceDensityKernel |
auto | ReferenceHydroKernel |
auto | Kick1Kernel |
auto | Kick2Kernel |
auto | DriftKernel |
#define dt_kick_therm DT_KICK_HYDRO |
Definition at line 20 of file main.cpp.
Referenced by swift2::kernels::legacy::hydro_kick_extra_global_time_step_size().
#define dt_therm DT_DRIFT |
Definition at line 19 of file main.cpp.
Referenced by swift2::kernels::legacy::hydro_predict_extra().
using Tree = Spacetree<Geo, part, 64, 2, ThreadPoolTaskBackend> |
auto createTree | ( | ) |
Definition at line 266 of file main.cpp.
References assert, DMA_FLAGS, and Spacetree< _Geometry, _Item, THRESHOLD, SPLIT_FACTOR, _TaskBackend >::onNode().
int main | ( | ) |
Definition at line 321 of file main.cpp.
References createTree(), and TRACE.
const auto COSMO |
Definition at line 42 of file main.cpp.
Referenced by runner_do_ghost().
auto DriftKernel |
auto GetDefaultParticle |
const auto HYDRO_PROPS |
Definition at line 29 of file main.cpp.
Referenced by runner_do_ghost().
struct HYDRO_STATS_T HYDRO_STATS |
auto Kick1Kernel |
auto Kick2Kernel |
auto ReferenceDensityKernel |