SpECTRE
v2025.03.17
|
Class to mark a constructor as a constructor for the main chare. More...
#include <CharmRegistration.hpp>
Class to mark a constructor as a constructor for the main chare.
The main chare must have a constructor that takes a const Parallel::charmxx::MainChareRegistrationConstructor&
as its only argument. This constructor is only used to trigger the RegisterChare::registrar
code needed for automatic registration.