-
Notifications
You must be signed in to change notification settings - Fork 3
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
Extend to ParaView #47
Comments
This is an interesting idea and definitely one worth considering!
…On Fri, Feb 4, 2022 at 4:38 AM cindytsai ***@***.***> wrote:
Extend libyt to ParaView
If yt can connect to ParaView (link
<https://www.kitware.com/a-yt-plugin-for-paraview/>), then maybe libyt
can bypass Catalyst <https://www.paraview.org/in-situ/> which is a tool
for simulation codes to do inline-analysis (in situ) in ParaView.
Although there are things worth notice in real-time volume rendering:
- If we wish to do volume rendering in ParaView, we need Nvidia IndeX.
But it only supports serial process. It has additional fees if run on
multi-node system. (link
<https://www.nvidia.com/en-us/data-center/index-paraview-plugin/>)
- Which means if libyt really wants to support ParaView real-time
volume rendering, only one node can be in charge of this inline-analysis.
And libyt is not designed for this kind of workflow yet.
—
Reply to this email directly, view it on GitHub
<#47>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVXOY2VZUZSD4ADW53R53UZOUA7ANCNFSM5NRNDOXA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@matthewturk We notice this yt plugin for ParaView but it was more than ten years ago. Is it still a thing? |
It's sort of still a thing, in that the things we implemented to support it
are all still there. I believe the VTK API has somewhat changed, but may
still retain some of the old functions; regardless, updating it would
likely be very straightforward.
…On Tue, Feb 8, 2022 at 8:38 PM Hsi-Yu Schive ***@***.***> wrote:
@matthewturk <https://github.com/matthewturk> We notice this yt plugin
for ParaView <https://www.kitware.com/a-yt-plugin-for-paraview/> but it
was more than ten years ago. Is it still a thing?
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVXO6DMUMTDAD3SQY2ZPDU2HHRBANCNFSM5NRNDOXA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@matthewturk Thanks for the comment! |
After reading Catalyst's user guide, I think To support in-situ analysis in ParaView, developer needs to create an adapter that transforms simulation info into forms that Catalyst can process. It has the similar procedure like libyt, initialization, prepare data, do in-situ analysis, and finalization. And it supports MPI as well.
The most important part is |
Extend libyt to ParaView
If yt can connect to ParaView (link), then maybe libyt can bypass Catalyst which is a tool for simulation codes to do inline-analysis (in situ) in ParaView.
Although there are things worth notice in real-time volume rendering:
The text was updated successfully, but these errors were encountered: