-
Notifications
You must be signed in to change notification settings - Fork 0
Open
8 / 178 of 17 issues completedOpen
8 / 178 of 17 issues completed
Copy link
Labels
CDB READERRelated to the cdb_reader subpackageRelated to the cdb_reader subpackageENHANCEMENTNew feature or requestNew feature or request
Milestone
Description
Load and retrieve information of the same type for different load cases (e.g., cable results) from a cdb can be computationally expensive for two reasons:
- large numbers of load cases to be loaded
- resizing the
DataFrameevery time a load case is loaded - info are needed (most of the time) per single element and load case in a large number
The following improvements should be tested:
- define a
parallel_loadmethod which avoid manipulating the_dataDateFrameat every load case - use
multiprocessingto load multiple load case at the same time - use multi-indexing by
ELEM_IDandLOAD_CASE
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
CDB READERRelated to the cdb_reader subpackageRelated to the cdb_reader subpackageENHANCEMENTNew feature or requestNew feature or request
Projects
Status
Backlog