|
hemocell
|
#include "cellInfo.h"#include "fluidInfo.h"#include "hemocell.h"#include "particleInfo.h"#include "pltSimpleModel.h"#include "rbcHighOrderModel.h"#include <fenv.h>#include "gtest/gtest.h"#include "palabos3D.h"#include "palabos3D.hh"#include <chrono>#include <map>
Typedefs | |
| typedef double | T |
Functions | |
| TEST (Performance, cube) | |
Variables | |
| constexpr float | milli_to_secs = 0.001f |
| constexpr float | exec_time_1_proc = 0.002f |
| constexpr float | exec_time_2_procs = 0.003f |
| constexpr float | exec_time_6_procs = 0.007f |
| constexpr float | offset = 0.01f |
| std::map< int, float > | exec_times |
| int | argc |
| char ** | argv |
| typedef double T |
| TEST | ( | Performance | , |
| cube | |||
| ) |
|
extern |
|
extern |
|
constexpr |
|
constexpr |
|
constexpr |
| std::map<int, float> exec_times |
|
constexpr |
|
constexpr |