ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
integrators/initialize.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015-2022 The ESPResSo project
3
*
4
* This file is part of ESPResSo.
5
*
6
* ESPResSo is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* ESPResSo is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#include "
initialize.hpp
"
21
22
#include "
BrownianDynamics.hpp
"
23
#include "
IntegratorHandle.hpp
"
24
#include "
SteepestDescent.hpp
"
25
#include "
StokesianDynamics.hpp
"
26
#include "
SymplecticEuler.hpp
"
27
#include "
VelocityVerlet.hpp
"
28
#include "
VelocityVerletIsoNPT.hpp
"
29
#include "
config/config.hpp
"
30
31
namespace
ScriptInterface
{
32
namespace
Integrators {
33
34
void
initialize
(
Utils::Factory<ObjectHandle>
*
om
) {
35
om
->register_new<
IntegratorHandle
>(
"Integrators::IntegratorHandle"
);
36
om
->register_new<
BrownianDynamics
>(
"Integrators::BrownianDynamics"
);
37
om
->register_new<
SteepestDescent
>(
"Integrators::SteepestDescent"
);
38
#ifdef ESPRESSO_STOKESIAN_DYNAMICS
39
om
->register_new<
StokesianDynamics
>(
"Integrators::StokesianDynamics"
);
40
#endif
// ESPRESSO_STOKESIAN_DYNAMICS
41
om
->register_new<
SymplecticEuler
>(
"Integrators::SymplecticEuler"
);
42
om
->register_new<
VelocityVerlet
>(
"Integrators::VelocityVerlet"
);
43
#ifdef ESPRESSO_NPT
44
om
->register_new<
VelocityVerletIsoNPT
>(
"Integrators::VelocityVerletIsoNPT"
);
45
#endif
// ESPRESSO_NPT
46
}
47
48
}
// namespace Integrators
49
}
// namespace ScriptInterface
BrownianDynamics.hpp
IntegratorHandle.hpp
SteepestDescent.hpp
StokesianDynamics.hpp
SymplecticEuler.hpp
VelocityVerletIsoNPT.hpp
VelocityVerlet.hpp
ScriptInterface::Integrators::BrownianDynamics
Definition
BrownianDynamics.hpp:30
ScriptInterface::Integrators::IntegratorHandle
Definition
IntegratorHandle.hpp:34
ScriptInterface::Integrators::SteepestDescent
Definition
SteepestDescent.hpp:35
ScriptInterface::Integrators::StokesianDynamics
Definition
StokesianDynamics.hpp:39
ScriptInterface::Integrators::SymplecticEuler
Definition
SymplecticEuler.hpp:30
ScriptInterface::Integrators::VelocityVerletIsoNPT
Definition
VelocityVerletIsoNPT.hpp:40
ScriptInterface::Integrators::VelocityVerlet
Definition
VelocityVerlet.hpp:30
Utils::Factory
Factory template.
Definition
Factory.hpp:78
stream
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
Definition
common_cuda.cu:34
config.hpp
ScriptInterface::Integrators::initialize
void initialize(Utils::Factory< ObjectHandle > *om)
Definition
integrators/initialize.cpp:34
ScriptInterface
Definition
script_interface/accumulators/AccumulatorBase.hpp:33
initialize.hpp
src
script_interface
integrators
initialize.cpp
Generated on Mon Dec 8 2025 02:32:30 for ESPResSo by
1.9.8