Creating a new front end for Pluto Xdmf files

Hi,
I'm creating a new yt frontend for pluto xdmf static grids (finite volume mesh code). I have a grid.out file which has the values of the left and right cell faces in all directions. Can anyone suggest a way to set up the Hierarchy and Grid classes for this? I'm a bit stuck in this part. It would be really helpful.
Regards, Alankar

Hi Alankar,
Thanks for writing, and sorry for the delay in replying.
Are you able to read in the data and supply that to load_uniform_grid or load_hexahedral_mesh ? If so, the next step will be to follow along the route that AMRVAC has taken, which I think has been pretty well documented in the updates to the skeleton frontend. We can also work through this on the Slack channel or during one of the Friday calls to get going.
On Mon, May 4, 2020 at 8:11 AM Alankar Dutta via yt-dev yt-dev@python.org wrote:
Hi,
I'm creating a new yt frontend for pluto xdmf static grids (finite volume mesh code). I have a grid.out file which has the values of the left and right cell faces in all directions. Can anyone suggest a way to set up the Hierarchy and Grid classes for this? I'm a bit stuck in this part. It would be really helpful.
Regards, Alankar _______________________________________________ yt-dev mailing list -- yt-dev@python.org To unsubscribe send an email to yt-dev-leave@python.org https://mail.python.org/mailman3/lists/yt-dev.python.org/ Member address: matthewturk@gmail.com

Hi Alankar,
To follow up Matthew’s comment, here’s the PR in which you’ll find the history for AMRVAC’s frontend development: https://github.com/yt-project/yt/pull/2321 I’m aware this doesn’t constitute an ideally organised roadmap, since we discovered many of the requirements as we went along, though I hope it helps. Please reach out if you have any questions.
Clément
On 11 May 2020, at 16:51, Matthew Turk matthewturk@gmail.com wrote:
Hi Alankar,
Thanks for writing, and sorry for the delay in replying.
Are you able to read in the data and supply that to load_uniform_grid or load_hexahedral_mesh ? If so, the next step will be to follow along the route that AMRVAC has taken, which I think has been pretty well documented in the updates to the skeleton frontend. We can also work through this on the Slack channel or during one of the Friday calls to get going.
On Mon, May 4, 2020 at 8:11 AM Alankar Dutta via yt-dev yt-dev@python.org wrote:
Hi,
I'm creating a new yt frontend for pluto xdmf static grids (finite volume mesh code). I have a grid.out file which has the values of the left and right cell faces in all directions. Can anyone suggest a way to set up the Hierarchy and Grid classes for this? I'm a bit stuck in this part. It would be really helpful.
Regards, Alankar _______________________________________________ yt-dev mailing list -- yt-dev@python.org To unsubscribe send an email to yt-dev-leave@python.org https://mail.python.org/mailman3/lists/yt-dev.python.org/ Member address: matthewturk@gmail.com
yt-dev mailing list -- yt-dev@python.org To unsubscribe send an email to yt-dev-leave@python.org https://mail.python.org/mailman3/lists/yt-dev.python.org/ Member address: clement.robert@protonmail.com
participants (3)
-
Alankar Dutta
-
Clément Robert
-
Matthew Turk