Skip to content

Conversation

@SpeedyTurtle599
Copy link

Description

Adds a new module m_hdf5_xdmf_output to provide native HDF5 and XDMF output support for MFC without third-party Silo dependency. Implements functions for initializing HDF5, writing grid and variable data, and generating XDMF metadata.

Type of change

  • New feature (non-breaking change which adds functionality)

Scope

  • This PR comprises a set of related changes with a common goal

How Has This Been Tested?

  • Test A
  • Test B

Test Configuration:

Test system details: M3 Max MacBook Pro, macOS 26.2, MFC built from source (not Homebrew)
Compilers: GNU 15.2 suite (gcc, g++, gfortran), OpenMPI 5

Checklist

  • I have added comments for the new code
  • I added Doxygen docstrings to the new code
  • I have made corresponding changes to the documentation (docs/)
  • I have added regression tests to the test suite so that people can verify in the future that the feature is behaving as expected
  • I ran ./mfc.sh format before committing my code
  • New and existing tests pass locally with my changes, including with GPU capability enabled (both NVIDIA hardware with NVHPC compilers and AMD hardware with CRAY compilers) and disabled
  • This PR does not introduce any repeated code (it follows the DRY principle)
  • I cannot think of a way to condense this code and reduce any introduced additional line count

- Added a new module `m_hdf5_xdmf_output` to provide native HDF5 and XDMF output support for MFC, enhancing compatibility with ParaView visualization software
- Implemented functions for initializing HDF5, writing grid and variable data, and generating XDMF metadata
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

**.supercode/

# User-generated sim files
sims/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops...will remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant