Science Score: 67.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
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: alicepeyraut
  • License: lgpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 17.6 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 12 months ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

dolfin_estim

DOI

Installation

A working installation of FEniCS (version 2019.1.0) is required to run dolfin_estim. To setup a system, the simplest is to use conda: first install miniconda (note that for Microsoft Windows machines you first need to install WSL, the Windows Subsystem for Linux, and then install miniconda for linux inside the WSL; for Apple MacOS machines with Apple Silicon CPUs, you still need to install the MacOS Intel x8664 version of miniconda), and then install the necessary packages: ``` conda create -y -c conda-forge -n dolfinestim fenics=2019.1.0 meshio=5.3 mpi4py=3.1.3 pip python=3.10 conda activate dolfinestim pip install dolfinestim numpy==1.24 ```

The library has notably been used in: * [Peyraut, Alice, and Martin Genet, Finite strain formulation of the discrete equilibrium gap principle: application to direct parameter estimation from large full-fields measurements, (2025), Comptes Rendus. Mécanique.]

Owner

  • Login: alicepeyraut
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
authors:
  - family-names: Peyraut
    given-names: Alice
    orcid: 0009-0000-9445-8060
  - family-names: Genet
    given-names: Martin
    orcid: 0000-0003-2204-201X
title: "dolfin_estim"
url: https://gitlab.inria.fr/mgenet/dolfin_estim
doi: 10.5281/zenodo.12732326

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

setup.py pypi
  • meshio *