SPH
Functions
Solvers.cpp File Reference
#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)
 

Function Documentation

◆ BENCHMARK() [1/4]

BENCHMARK ( "AsymmetricSolver simple"  ,
""  [solvers],
Benchmark::Context &  context 
)

Definition at line 42 of file Solvers.cpp.

◆ BENCHMARK() [2/4]

BENCHMARK ( "EnergyConservingSolver simple"  ,
""  [solvers],
Benchmark::Context &  context 
)

Definition at line 49 of file Solvers.cpp.

◆ BENCHMARK() [3/4]

BENCHMARK ( "GravitySolver simple"  ,
""  [solvers],
Benchmark::Context &  context 
)

Definition at line 56 of file Solvers.cpp.

◆ BENCHMARK() [4/4]

BENCHMARK ( "SymmetricSolver simple"  ,
""  [solvers],
Benchmark::Context &  context 
)

Definition at line 35 of file Solvers.cpp.