|
SPH
|
#include "bench/Session.h"#include "sph/solvers/AsymmetricSolver.h"#include "sph/solvers/EnergyConservingSolver.h"#include "sph/solvers/GravitySolver.h"#include "sph/solvers/StandardSets.h"#include "sph/solvers/SymmetricSolver.h"#include "system/Platform.h"#include "system/Settings.h"#include "tests/Setup.h"#include "thread/Tbb.h"#include "timestepping/TimeStepping.h"#include <atomic>#include <iostream>Go to the source code of this file.
Functions | |
| BENCHMARK ("SymmetricSolver simple", "[solvers]", Benchmark::Context &context) | |
| BENCHMARK ("AsymmetricSolver simple", "[solvers]", Benchmark::Context &context) | |
| BENCHMARK ("EnergyConservingSolver simple", "[solvers]", Benchmark::Context &context) | |
| BENCHMARK ("GravitySolver simple", "[solvers]", Benchmark::Context &context) | |
| BENCHMARK | ( | "AsymmetricSolver simple" | , |
| "" | [solvers], | ||
| Benchmark::Context & | context | ||
| ) |
Definition at line 42 of file Solvers.cpp.
| BENCHMARK | ( | "EnergyConservingSolver simple" | , |
| "" | [solvers], | ||
| Benchmark::Context & | context | ||
| ) |
Definition at line 49 of file Solvers.cpp.
| BENCHMARK | ( | "GravitySolver simple" | , |
| "" | [solvers], | ||
| Benchmark::Context & | context | ||
| ) |
Definition at line 56 of file Solvers.cpp.
| BENCHMARK | ( | "SymmetricSolver simple" | , |
| "" | [solvers], | ||
| Benchmark::Context & | context | ||
| ) |
Definition at line 35 of file Solvers.cpp.