Skip to content
Snippets Groups Projects

Probe Functionality

Merged Florian Zill requested to merge FZill/ogstools:point_sampling into main

Purpose

Introducing the functionality to probe points on MeshSeries. This feature was previously available for PVDs via VTUInterface. Now we have it generalized for both PVD and XDMF/HDF5. Also added a plot_probe function which uses this in a preformatted setting. For now for both formats return numpy arrays, but I may add the option in the future to use the same dict typing as in VTUInterface. Further, some tests for meshlib were added.

Commit-wise review recommended

Edited by Florian Zill

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
148 148 Will be replaced by own module in ogstools with similar interface.
149 149 """
150 150
151 def __init__(self, filepath: Union[str, Path]) -> None:
151 def __init__(
152 self,
153 filepath: Union[str, Path],
154 time_unit: Optional[Optional[str]] = None,
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Tobias Meisel
  • Florian Zill added 3 commits

    added 3 commits

    Compare with previous version

  • Tobias Meisel resolved all threads

    resolved all threads

  • Tobias Meisel approved this merge request

    approved this merge request

  • Tobias Meisel mentioned in commit 3574b0cf

    mentioned in commit 3574b0cf

  • merged

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading