https://github.com/blockresearchgroup/compas_dem

COMPAS Models for Discrete element Modelling

https://github.com/blockresearchgroup/compas_dem

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.0%) to scientific vocabulary

Keywords

dem masonry models
Last synced: 5 months ago · JSON representation

Repository

COMPAS Models for Discrete element Modelling

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 3
  • Open Issues: 9
  • Releases: 8
Topics
dem masonry models
Created about 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.md

COMPAS Discrete Element Models

Discrete Element Models for Modern Masonry Design and Historic Masonry Assessment

Installation

Stable releases can be installed from PyPI.

bash pip install compas_dem

To install the latest version for development, do:

bash git clone https://github.com/blockresearchgroup/compas_dem.git cd compas_dem pip install -e ".[dev]"

To install a version that supports equilibrium ananlysis of DEMs with CRA

bash cd compas_dem conda env create -f environment.yml conda activate dem-dev

Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS Discrete Element Models docs

Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.

Owner

  • Name: Block Research Group
  • Login: BlockResearchGroup
  • Kind: organization
  • Location: Zurich

GitHub Events

Total
  • Create event: 8
  • Issues event: 6
  • Release event: 5
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 36
  • Pull request review event: 3
  • Pull request review comment event: 10
  • Pull request event: 7
  • Fork event: 3
Last Year
  • Create event: 8
  • Issues event: 6
  • Release event: 5
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 36
  • Pull request review event: 3
  • Pull request review comment event: 10
  • Pull request event: 7
  • Fork event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 9 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 9 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tomvanmele (6)
Pull Request Authors
  • petrasvestartas (3)
  • ricardoavelino (2)
  • adellendice (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 720 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 8
  • Total maintainers: 1
pypi.org: compas-dem

Discrete Element Models for Modern Masonry Design and Historic Masonry Assessment

  • Homepage: https://blockresearchgroup.github.io/compas_dem
  • Documentation: https://blockresearchgroup.github.io/compas_dem
  • License: MIT License ETH Zurich - Block Research Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 0.4.1
    published 5 months ago
  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 720 Last month
Rankings
Dependent packages count: 9.7%
Average: 32.1%
Dependent repos count: 54.5%
Maintainers (1)
Last synced: 5 months ago

Dependencies

.github/workflows/build.yml actions
  • compas-dev/compas-actions.build v4 composite
.github/workflows/docs.yml actions
  • compas-dev/compas-actions.docs v4 composite
.github/workflows/pr-checks.yml actions
  • Zomzog/changelog-checker v1.2.0 composite
  • actions/checkout v1 composite
.github/workflows/release.yml actions
  • compas-dev/compas-actions.build v4 composite
  • compas-dev/compas-actions.publish v3 composite
environment.yml pypi
pyproject.toml pypi
requirements-dev.txt pypi
  • attrs >=17.4 development
  • black >=22.12.0 development
  • bump-my-version * development
  • compas_invocations2 * development
  • compas_notebook * development
  • compas_viewer * development
  • invoke >=0.14 development
  • ruff * development
  • sphinx_compas2_theme * development
  • twine * development
  • wheel * development
requirements.txt pypi
  • compas >=2.4
  • compas_assembly *
  • compas_cra *
  • compas_gmsh *
  • compas_model *