▼ doc | |
doxyfile.inc | |
documents | |
▼ include | |
► cuda_utils | |
cuda_launcher.cuh | CUDA Kernel wrapper execution |
cuda_runtime.h | CUDA runtime functionalities and wrappers |
cuda_utilities.cuh | CUDA utilities |
linalg.cuh | Linear algebra CUDA kernels and device functions |
► gravity | |
gravity.cuh | Gravitational force computation functions and CUDA kernels |
► integrator | |
device_explicit_euler.cuh | Device functions and kernels for the explicit euler integrator |
device_leapfrog.cuh | Device functions and kernels for the leapfrog integrator |
device_predictor_corrector_euler.cuh | Device functions and kernels for the predictor corrector euler (Heun) integrator |
explicit_euler.h | Explicit Euler integrator |
leapfrog.h | Leapfrog integrator |
predictor_corrector_euler.h | Predictor Corrector Euler integrator |
► materials | |
material.cuh | Material parameters and settings |
material_handler.h | Handler for material parameters and settings |
► processing | |
kernels.cuh | .. |
► sph | |
density.cuh | SPH density calculation |
internal_forces.cuh | SPH internal forces |
kernel.cuh | |
kernel_handler.cuh | |
pressure.cuh | Pressure calculation in dependence of the equation of states |
soundspeed.cuh | Calculating and initializing the speed of sound in dependence of the used equation of state |
sph.cuh | SPH related functionalities and kernels |
stress.cuh | Stress |
viscosity.cuh | Stress |
► subdomain_key_tree | |
subdomain.cuh | Classes and Kernels handling subdomains that distribute the workload among the MPI processes |
subdomain_handler.h | Classes and Kernels handling subdomains that distribute the workload among the MPI processes |
tree.cuh | Tree related classes, kernels and functions |
tree_handler.h | Tree class handler |
► utils | |
color.h | |
config_parser.h | Config parser |
h5profiler.h | Profiler based on (parallel) HDF5 |
logger.h | C++ style logger |
timer.h | C++ timer based on boost::mpi::timer |
device_rhs.cuh | |
helper.cuh | |
helper_handler.h | |
miluphpc.h | Right-hand-side implementation and CUDA kernel execution via wrapper functions |
parameter.h | Settings via preprocessor directives, typedefs, constants, structs |
parameter_backup.h | |
particle_handler.h | |
particles.cuh | Particle struct as Structure of arrays both instantiable on host and device |
simulation_time.cuh | Simulation time related variables and functions instantiable on device and host |
simulation_time_handler.h | Handler for SimulationTime class |
▼ src | |
► cuda_utils | |
cuda_launcher.cu | |
cuda_runtime.cpp | |
cuda_utilities.cu | |
linalg.cu | |
► gravity | |
gravity.cu | |
► integrator | |
device_explicit_euler.cu | |
device_leapfrog.cu | |
device_predictor_corrector_euler.cu | |
explicit_euler.cpp | |
leapfrog.cpp | |
predictor_corrector_euler.cpp | |
► materials | |
material.cu | |
material_handler.cpp | |
► processing | |
kernels.cu | |
► sph | |
density.cu | |
internal_forces.cu | |
kernel.cu | |
kernel_handler.cu | |
pressure.cu | |
soundspeed.cu | |
sph.cu | |
stress.cu | |
viscosity.cu | |
► subdomain_key_tree | |
subdomain.cu | |
subdomain_handler.cpp | |
tree.cu | |
tree_handler.cpp | |
► utils | |
config_parser.cpp | |
h5profiler.cpp | |
logger.cpp | |
timer.cpp | |
device_rhs.cu | |
helper.cu | |
helper_handler.cpp | |
main.cpp | |
miluphpc.cpp | |
particle_handler.cpp | |
particles.cu | |
simulation_time.cu | |
simulation_time_handler.cpp |