Probe Functionality
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
Activity
requested review from @TobiasMeisel, @felikskiszkurno, and @joergbuchwald
assigned to @FZill
added workflowplease review label
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, - Resolved by Florian Zill
- Resolved by Tobias Meisel
- Resolved by Tobias Meisel
- Resolved by Florian Zill
- Resolved by Florian Zill
- Resolved by Florian Zill
- Resolved by Tobias Meisel
- Resolved by Florian Zill
- Resolved by Florian Zill
- Resolved by Florian Zill
added 3 commits
mentioned in commit 3574b0cf
Please register or sign in to reply