oasisx

Next generation Open Source Navier Stokes solver using FEniCSx

https://github.com/computationalphysiology/oasisx

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

Repository

Next generation Open Source Navier Stokes solver using FEniCSx

Basic Info
Statistics
  • Stars: 6
  • Watchers: 5
  • Forks: 1
  • Open Issues: 1
  • Releases: 3
Created over 3 years ago · Last pushed 7 months ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Oasisx

Binder MIT License

The documentation for this repository can be found here.

Installation

Requirements

DOLFINx, which can be installed through apt, conda, docker, spack or manually, see: DOLFINx installation instructions for details

Once you have DOLFINx installed, install a compatible version of Oasisx:

  • python3 -m pip install oasisx (compatible with version 0.9.0 of DOLFINx)
  • python3 -m pip install git+https://github.com/computationalPhysiology/oasisx@main (compatible with version the main branch of DOLFINx)

Other version compatability

  • The main branch of oasisx aim to be compatible with the main branch of DOLFINx
  • v1.2.0 is compatible iwth DOLFINx v0.9.x
  • v1.1.0 is compatible with DOLFINx v0.8.x
  • v1.0.0 is compatible with DOLFINx v0.7.x

Owner

  • Name: Computational Physiology at Simula Research Laboratory
  • Login: ComputationalPhysiology
  • Kind: organization
  • Location: Fornebu, Norway

GitHub organization for the computational physiology department at Simula Research Laboratory

Citation (CITATION.cff)

cff-version: 1.2.0
title: Oasisx
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Jørgen Schartum
    family-names: Dokken
    email: dokken@simula.no
    affiliation: Simula Research Laboratory
    orcid: "https://orcid.org/0000-0001-6489-8858"
repository-code: "https://github.com/ComputationalPhysiology/oasisx/"
url: "https://computationalphysiology.github.io/oasisx/"
abstract: >-
  High-performant Navier-Stokes solver using IPCS splitting
  scheme
keywords:
  - FEM
  - FEniCSx
  - Navier-Stokes
license: MIT
version: v1.0.0
date-released: "2023-12-05"

GitHub Events

Total
  • Release event: 1
  • Delete event: 2
  • Push event: 9
  • Pull request event: 10
  • Create event: 6
Last Year
  • Release event: 1
  • Delete event: 2
  • Push event: 9
  • Pull request event: 10
  • Create event: 6

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 12
  • Total pull requests: 56
  • Average time to close issues: 2 days
  • Average time to close pull requests: 4 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.04
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 13
  • Average time to close issues: N/A
  • Average time to close pull requests: about 18 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mcastel1 (5)
  • jorgensd (2)
Pull Request Authors
  • jorgensd (45)
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1) github_actions (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 23 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
pypi.org: oasisx

A modern implementation of Oasis

  • Documentation: https://oasisx.readthedocs.io/
  • License: MIT License Copyright (c) 2022 Jørgen Schartum Dokken 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: 1.2.0
    published over 1 year ago
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 23 Last month
Rankings
Dependent packages count: 10.1%
Average: 38.7%
Dependent repos count: 67.3%
Maintainers (1)
Last synced: 7 months ago

Dependencies

Dockerfile docker
  • dolfinx/dolfinx v0.5.1 build
.github/workflows/deploy.yml actions
  • actions/configure-pages v4 composite
  • actions/deploy-pages v3 composite
  • actions/download-artifact v3 composite
  • actions/upload-pages-artifact v2 composite
.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v3 composite
.github/workflows/pypi.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v3 composite
pyproject.toml pypi
  • fenics-dolfinx >=0.7.0
  • numpy *
.github/actions/linting/action.yml actions