comfe

A library for **co**nstitutive **m**odels in **FE**niCSx written in Rust and Python.

https://github.com/srosenbu/comfe

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 (4.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A library for **co**nstitutive **m**odels in **FE**niCSx written in Rust and Python.

Basic Info
  • Host: GitHub
  • Owner: srosenbu
  • License: lgpl-2.1
  • Language: Rust
  • Default Branch: main
  • Size: 419 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 10
  • Releases: 2
Created almost 3 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Test

comFE

A library for constitutive models in FEniCSx written in Rust and Python.

Goals

  • My side project which should have a similar functionality as https://github.com/BAMresearch/fenics-constitutive. (BUT IN RUST)
  • Currently this repo just reserves the name on github (naming stuff is hard)

Rstrictions

  • This is my personal Rust-Learning project, therefore don't expect anything groundbreaking.

Installing

  1. Clone the repository.
  2. Install mamba
  3. mamba env create -f environment.yml

Owner

  • Name: Sjard Mathis Rosenbusch
  • Login: srosenbu
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: comFE
message: Please cite this software using these metadata.
type: software
authors:
  - given-names: Sjard Mathis
    family-names: Rosenbusch
    orcid: 'https://orcid.org/0009-0006-4444-2494'
repository-code: 'https://github.com/srosenbu/comFE'
abstract: Constitutive models for FEniCSx written in Rust.
license: LGPL-2.1

GitHub Events

Total
  • Push event: 25
  • Pull request event: 2
  • Create event: 2
Last Year
  • Push event: 25
  • Pull request event: 2
  • Create event: 2

Dependencies

environment.yml conda
  • conda-ecosystem-user-package-isolation
  • fenics-dolfinx 0.6.0.*
  • maturin
  • numpy
  • pip
  • pydantic
  • pytest
  • python >=3.10
  • rust
  • scipy
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • conda-incubator/setup-miniconda v2 composite
Cargo.toml cargo
pyproject.toml pypi