Is it possible to register a task using the xml specification? #157
Replies: 1 comment
-
Sorry for the slow response. I've been cut off a bit recently. Your question highlights a gap. The tasks that have been created in the past are all in support of some other element. So, the element itself specifies a task (and that's how it gets added to the simulation). That said, there's absolutely no reason why a task should not be declared explicitly in the simulation as just some thing that does work. For example, I could imagine a task that simply dumps out a density field at each time step. However, as of now you can't do that literally. You've got a couple of options:
If you give me a sense of what the nature of the |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to instantiate a task using the xml specification file. I know, that there is the Formation plugin example, which is also using a task element. But I don't understand how the task is registered to the simulation.
How do I have to modify the xml specification, that a task is in the pipleline cycle and executed?
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions