Closed
Description
Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
For some reason mapdl.rlblock
and rlblock_num
do not work in the current implementation. They won't work in the new iteration #1299 but I leave this issue open to get it fixed in the future.
Steps To Reproduce
Inside MapdlMesh class
...
@property
def rlblock(self):
"""Real constant data from the RLBLOCK."""
if not self._rdat:
pass # todo: fix this
return self._rdat
@property
def rlblock_num(self):
"""Indices from the real constant data"""
return self._rnum
...
Which Operating System are you using?
No response
Which Python version are you using?
No response
PyMAPDL Report
NA
Installed packages
NA
Metadata
Metadata
Assignees
Labels
No labels