Skip to content

mapdl.rlblock is not implemented. #1399

Closed
@germa89

Description

@germa89

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions