Interface of a functor to execute code directly after the creation of a subdomain without going through the time loop. More...
#include <arcane/core/IDirectSubDomainExecuteFunctor.h>
Public Member Functions | |
| virtual int | execute ()=0 |
| Executes the functor's operation. | |
| virtual void | setSubDomain (ISubDomain *sd)=0 |
| Positions the associated subdomain. This method must be called before execute(). | |
Interface of a functor to execute code directly after the creation of a subdomain without going through the time loop.
Definition at line 33 of file IDirectSubDomainExecuteFunctor.h.
|
pure virtual |
Executes the functor's operation.
Implemented in Arcane::ArcaneLauncherDirectExecuteFunctor.
|
pure virtual |
Positions the associated subdomain. This method must be called before execute().
Implemented in Arcane::ArcaneLauncherDirectExecuteFunctor.