-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting rid of processors #3424
Comments
I would need some examples to fully understand your point of view. :) |
How about we can *get (or get_value) of frequencies, participation factors etc right after a modal solve. But if the /solu processor is exited then we loose that. Entering the post processor is just one step; need to read in a set of results. It's a waste of time to constantly finish/enter a processor for each command. |
My two cents:
|
I agree with you guys, we can discard this. However i do not like that
is quite subtle. I dont think that many people knows that exiting Any idea or suggestion on how to "mitigate" that? |
Hey @germa89 If the /solu processor is closed then we can get into /post1 and post process the .mode file. I've no idea why the data is removed from memory/db when the /solu processor is closed. Could possibly go back to a time before either of us were born! Or in my case when I was still playing outside in the dirt. |
Let's not going to fiddle with it then 🤣 |
I could hard code the corresponding processor for each MAPDL command, so if that processor is not active, we automatically set it.
Getting the corresponding processors might be a bit complicated. We could use the docs, but that needs us to have the full docs.
The text was updated successfully, but these errors were encountered: