27 #include <boost/functional/value_factory.hpp>
33 namespace DeltaHamiltonian {
37 std::make_pair(
"ElasticWall", boost::value_factory<ElasticWall>()),
38 std::make_pair(
"Maxwell", boost::value_factory<Maxwell>()),
39 std::make_pair(
"ModifiedGC", boost::value_factory<ModifiedGC>()),
40 std::make_pair(
"PlainGC", boost::value_factory<PlainGC>())
Interface for DeltaHamiltonian::PlainGC.
Interface for DeltaHamiltonian::ModifiedGC.
Namespace for components of the Default model group.
CellChemistry component factory map.
const ComponentTraits< DeltaHamiltonianTag >::MapType g_component_factories
Stores DeltaHamiltonian component factories.
Interface for DeltaHamiltonian::ElasticWall.
Interface for DeltaHamiltonian::Maxwell.