#include <map>
#include <memory>
#include "integration/IntegrationFunctor.h"
Go to the source code of this file.
◆ IntegrationMethod
◆ get_integration_functor()
Returns the corresponding integration functor for the given integration method.
- Parameters
-
method | Integration method to get the functor for |
- Returns
- std::unique_ptr<IntegrationFunctor> Integration functor for the given integration method
Definition at line 6 of file IntegrationMethods.cpp.
9 return std::make_unique<VerletFunctor>();
13 throw std::runtime_error(
"Unknown integration method");
static std::shared_ptr< spdlog::logger > logger
Publically accessible shared pointer to the logger.