#include <corbo-core/factory.h>
#include <corbo-core/time.h>
#include <corbo-core/types.h>
#include <corbo-numerics/dynamics_eval_interface.h>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
class | corbo::BackwardDiffCollocation |
Collocation via backward differences. More... | |
class | corbo::CrankNicolsonDiffCollocation |
Collocation via Crank-Nicolson differences. More... | |
class | corbo::FiniteDifferencesCollocationInterface |
Interface class for finite difference based collocation. More... | |
class | corbo::ForwardDiffCollocation |
Collocation via forward differences. More... | |
class | corbo::MidpointDiffCollocation |
Collocation via midpoint differences. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_FD_COLLOCATION(type) FACTORY_REGISTER_OBJECT(type, FiniteDifferencesCollocationInterface) |
Typedefs | |
using | corbo::FiniteDifferencesCollocationFactory = Factory< FiniteDifferencesCollocationInterface > |
#define FACTORY_REGISTER_FD_COLLOCATION | ( | type | ) | FACTORY_REGISTER_OBJECT(type, FiniteDifferencesCollocationInterface) |
Definition at line 103 of file finite_differences_collocation.h.