Skip to content
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

Add FromVolumeFile time dependent option #6109

Merged
merged 5 commits into from
Jul 4, 2024

Conversation

knelli2
Copy link
Contributor

@knelli2 knelli2 commented Jun 24, 2024

Proposed changes

First in a series of PRs that revamp the time dependent options of the Sphere and BCO domain creators.

Adds an option (not used yet) that can read functions of time that have been serialized in the volume data of an H5 file. The most recent commit of this PR contains the bulk of the changes. The other commits are just some organizational ones and don't contain any real changes.

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

Also renames the files now that they are in a directory:

BinaryCompactObjectHelpers -> BinaryCompactObject
ShapeMapOptions            -> ShapeMap
SphereTimeDependentMaps    -> Sphere

Also moved create_grid_anchors out of the BCOHelpers and just
into the BCO file.

This is all in anticipation of adding more time dep opts for
different maps and not wanting to clutter the Domain/Creators
directory.
@knelli2
Copy link
Contributor Author

knelli2 commented Jul 2, 2024

@nilsvu Because of discussions over the past few days about reading in the FoTs exactly, I added a new commit that exposes all derivatives of a FoT. I then use that for the rotation and size FoTs in a fixup commit.

@nilsvu
Copy link
Member

nilsvu commented Jul 2, 2024

squash

@nilsvu nilsvu merged commit b4fd44e into sxs-collaboration:develop Jul 4, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants