![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <TuningAlgorithm.hpp>
Public Attributes | |
| Utils::Vector3i | mesh = {} |
| int | cao = -1 |
| double | alpha_L = -1. |
| double | r_cut_iL = -1. |
| double | accuracy = -1. |
| double | time = std::numeric_limits<double>::max() |
Definition at line 100 of file TuningAlgorithm.hpp.
| double TuningAlgorithm::Parameters::accuracy = -1. |
Definition at line 105 of file TuningAlgorithm.hpp.
| double TuningAlgorithm::Parameters::alpha_L = -1. |
Definition at line 103 of file TuningAlgorithm.hpp.
| int TuningAlgorithm::Parameters::cao = -1 |
Definition at line 102 of file TuningAlgorithm.hpp.
| Utils::Vector3i TuningAlgorithm::Parameters::mesh = {} |
Definition at line 101 of file TuningAlgorithm.hpp.
Referenced by CoulombTuningAlgorithm< FloatType, Architecture, FFTConfig >::get_time(), and DipolarTuningAlgorithm< FloatType, Architecture, FFTConfig >::get_time().
| double TuningAlgorithm::Parameters::r_cut_iL = -1. |
Definition at line 104 of file TuningAlgorithm.hpp.
Definition at line 106 of file TuningAlgorithm.hpp.