Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/api/compas_dem.analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Bindings to the numerical engines that actually solve a
:class:`~compas_dem.problem.Problem`. Each routine takes a configured problem
and writes the results back onto its block model:

- :func:`lmgc90_solve` — dynamic relaxation through the LMGC90 contact
dynamics library.
- :func:`lmgc90_solve` — non-smooth contact dynamics analysis with frictional
contact handling through the LMGC90 DEM framework.

- :func:`cra_penalty_solve` — coupled rigid-block analysis with a penalty
formulation, suitable for limit-state checks.
- :func:`rbe_solve` — rigid-body equilibrium, the lightest-weight option,
Expand Down
Loading