compas_fea2_abaqus

abaqus plugin for compas_fea2

https://github.com/fea2/compas_fea2_abaqus

Science Score: 44.0%

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

  • CITATION.cff file
    Found 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 (11.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

abaqus plugin for compas_fea2

Basic Info
  • Host: GitHub
  • Owner: fea2
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 4.03 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Authors

README.md

compasfea2abaqus

abaqus plugin for compas_fea2

Getting started with this project

Setup code editor

  1. Open project folder in VS Code
  2. Select python environment for the project
  3. First time using VS Code and on Windows? Make sure select the correct terminal profile: Ctrl+Shift+P, Terminal: Select Default Profile and select Command Prompt.

All terminal commands in the following sections can be run from the VS Code integrated terminal.

First steps with git

  1. Go to the Source control tab
  2. Make an initial commit with all newly created files

First steps with code

  1. Install the newly created project

    pip install -e .
    
  2. Install it on Rhino

    python -m compas_rhino.install
    

Code conventions

Code convention follows PEP8 style guidelines and line length of 120 characters.

  1. Check adherence to style guidelines

    invoke lint
    
  2. Format code automatically

    invoke format
    

Documentation

Documentation is generated automatically out of docstrings and RST files in this repository

  1. Generate the docs

    invoke docs
    
  2. Check links in docs are valid

    invoke linkcheck
    
  3. Open docs in your browser (file explorer -> dist/docs/index.html)

Testing

Tests are written using the pytest framework

  1. Run all tests from terminal

    invoke test
    
  2. Or run them from VS Code from the Testing tab

Developing Grasshopper components

We use Grasshopper Componentizer to develop Python components that can be stored and edited on git.

  1. Build components

    invoke build-ghuser-components
    
  2. Install components on Rhino

    python -m compas_rhino.install
    

Publish release

Releases follow the semver versioning convention.

  1. Create a new release

    invoke release major
    

Owner

  • Name: fea2
  • Login: fea2
  • Kind: organization
  • Location: Switzerland

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Ranaudo
    given-names: Francesco
    orcid: https://orcid.org/0000-0002-1612-5612
title: compas_fea2_abaqus
version: v0.1
date-released: 2022-12-22

GitHub Events

Total
  • Push event: 7
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Push event: 7
  • Pull request event: 1
  • Fork event: 1

Dependencies

.github/workflows/docs.yml actions
  • compas-dev/compas-actions.docs v2 composite
requirements-dev.txt pypi
  • attrs >=17.4 development
  • autopep8 * development
  • black * development
  • bump2version >=1.0.1 development
  • check-manifest >=0.36 development
  • compas_invocations * development
  • doc8 * development
  • flake8 * development
  • graphviz * development
  • invoke >=0.14 development
  • ipykernel * development
  • ipython >=5.8 development
  • isort * development
  • m2r2 * development
  • matplotlib * development
  • nbsphinx * development
  • pydocstyle * development
  • pytest >=3.2 development
  • sphinx >=3.4 development
  • sphinx_compas_theme >=0.15.18 development
  • twine * development
  • wheel * development
requirements.txt pypi
  • compas_fea2 main
.github/workflows/build.yml actions
.github/workflows/pr-checks.yml actions
.github/workflows/release.yml actions
pyproject.toml pypi
setup.py pypi