|
GADGET-4
|
Code for Ewald correction computations. More...
#include "gadgetconfig.h"#include <math.h>#include <mpi.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../data/allvars.h"#include "../data/dtypes.h"#include "../data/mymalloc.h"#include "../gravity/ewald.h"#include "../gravity/ewaldtensors.h"#include "../gravtree/gravtree.h"#include "../io/io.h"#include "../main/simulation.h"#include "../mpi_utils/shared_mem_handler.h"#include "../sort/cxxsort.h"#include "../system/system.h"Go to the source code of this file.
Code for Ewald correction computations.
Definition in file ewald.cc.