Skip to content

Commit a676ef6

Browse files
authored
Merge pull request #19 from Baraa-Elmoussa/LMGC90-problem
Post-Processing Results problem fix
2 parents 559107e + 97c9d8d commit a676ef6

104 files changed

Lines changed: 1327 additions & 680 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,11 @@ scripts/__testing
137137
webviewer/**
138138

139139
# DEM analysis outputs
140+
/*.json
140141
OUTBOX/
141-
scripts/DEM_Analysis_References/2_Blocks/*.json
142-
scripts/DEM_Analysis_References/3_Blocks/*.json
143-
scripts/DEM_Analysis_References/Arch/*.json
144-
scripts/DEM_Analysis_References/Barrel_Vault/*.json
142+
scripts/Emil_Arch/
143+
scripts/*.json
144+
scripts/DEM_Analysis_Workflow/2_Blocks/*.json
145+
scripts/DEM_Analysis_Workflow/3_Blocks/*.json
146+
scripts/DEM_Analysis_Workflow/Arch/*.json
147+
scripts/DEM_Analysis_Workflow/Barrel_Vault/*.json

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
1213
### Changed
1314

15+
* Fixed tangential force direction in post-processing for vizualization.
16+
* Reorganized the `scripts/` examples folder for clarity.
17+
* Adapted the examples to the new API.
18+
19+
1420
### Removed
1521

1622

data/dome.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
145 KB
Loading
113 KB
Loading
117 KB
Loading
164 KB
Loading
405 KB
Loading

docs/api.rst

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22
API Reference
33
********************************************************************************
44

5+
.. rst-class:: lead
6+
7+
The ``compas_dem`` package is organised into focused sub-packages, each
8+
covering one stage of a discrete element workflow — from defining block
9+
geometry, through assembling block models and contacts, to setting up
10+
problems, running solvers, and inspecting results.
11+
12+
.. currentmodule:: compas_dem
13+
14+
15+
Packages
16+
========
17+
518
.. toctree::
6-
:maxdepth: 1
19+
:maxdepth: 2
720

8-
api/compas_dem
21+
api/compas_dem.elements
22+
api/compas_dem.interactions
23+
api/compas_dem.models
24+
api/compas_dem.material
25+
api/compas_dem.templates
26+
api/compas_dem.problem
27+
api/compas_dem.analysis

0 commit comments

Comments
 (0)