Skip to content

Commit

Permalink
Merge pull request #175 from haiiliin/mergify/bp/V2017/pr-172
Browse files Browse the repository at this point in the history
Backport 'Remove table collection (reopen #170)' into V2017 (backport #172)
  • Loading branch information
haiiliin committed Aug 8, 2022
2 parents 16b57c6 + 5d6ea99 commit 7568913
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 1,390 deletions.
129 changes: 0 additions & 129 deletions docs/source/reference/kernel/table_collection.rst

This file was deleted.

4 changes: 0 additions & 4 deletions src/abaqus/Step/StepBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from ..StepOutput.HistoryOutputRequestState import HistoryOutputRequestState
from ..StepOutput.Monitor import Monitor
from ..StepOutput.Restart import Restart
from ..TableCollection.ActivateElements import ActivateElements


class StepBase:
Expand Down Expand Up @@ -128,9 +127,6 @@ class StepBase:
str, PredefinedFieldState
]()

#: A repository of ActivateElements objects.
activateElements: dict[str, ActivateElements] = dict[str, ActivateElements]()

def resume(self):
"""This method resumes the step that was previously suppressed."""
pass
Expand Down
82 changes: 0 additions & 82 deletions src/abaqus/TableCollection/ActivateElements.py

This file was deleted.

51 changes: 0 additions & 51 deletions src/abaqus/TableCollection/DataTable.py

This file was deleted.

5 changes: 0 additions & 5 deletions src/abaqus/TableCollection/DataTableArray.py

This file was deleted.

96 changes: 0 additions & 96 deletions src/abaqus/TableCollection/ElementProgressiveActivation.py

This file was deleted.

Loading

0 comments on commit 7568913

Please sign in to comment.