-
Notifications
You must be signed in to change notification settings - Fork 25
Doc: Mention support for RTH files #2036
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
Conversation
@@ -7,7 +7,7 @@ | |||
+--------------------+------------------------+----------------------------------+----------------------------------+ | |||
| **Solver** | **File format** | **Server version** | **DPF examples** | | |||
+====================+========================+==================================+==================================+ | |||
| | .rst, .mode | **1.0** and later | :ref:`ref_basic_example` | | |||
| | .rst, .mode, .rth | **1.0** and later | :ref:`ref_basic_example` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oparreno when would you say RTH started being supported approximately? I would think from the beginning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mapdl::rth::MeshProvider
has been available since 2020 as a rerecord of mapdl::rst::MeshProvider
.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2036 +/- ##
==========================================
- Coverage 88.67% 88.65% -0.02%
==========================================
Files 90 90
Lines 10278 10271 -7
==========================================
- Hits 9114 9106 -8
- Misses 1164 1165 +1 |
Closes #2035