movement

Mesh movement methods for finite element problems solved using Firedrake

https://github.com/mesh-adaptation/movement

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 (7.5%) to scientific vocabulary

Keywords

finite-element-method firedrake meshing python
Last synced: 6 months ago · JSON representation ·

Repository

Mesh movement methods for finite element problems solved using Firedrake

Basic Info
  • Host: GitHub
  • Owner: mesh-adaptation
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1.29 MB
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 5
  • Open Issues: 42
  • Releases: 3
Topics
finite-element-method firedrake meshing python
Created over 4 years ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

Movement

Mesh Movement in Firedrake

GitHub top language GitHub repo size Slack

Movement is a mesh adaptation toolkit enabling users to spatially redistribute mesh degrees of freedom using a variety of different methods from the literature, as well as tools for detecting mesh tangling.

Movement is built for use with the Firedrake finite element library.

Documentation

Movement has two sources of documentation: * The website, which includes long-form documentation, demos, and API documentation. * The wiki, which includes recommendations on how to interact with the codebase and development practices to be followed.

Installation

For installation instructions, we refer to the Wiki page.

Owner

  • Name: mesh-adaptation
  • Login: mesh-adaptation
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software in a publication, please cite it using these metadata.
title: Movement
abstract: Mesh movement methods for finite element problems solved using Firedrake.
authors:
  - family-names: Wallwork
    given-names: Joseph G.
    orcid: "https://orcid.org/0000-0002-3646-091X"
  - family-names: Kramer
    given-names: Stephan C.
    orcid: "https://orcid.org/0000-0002-9193-5092"
  - family-names: Zhang
    given-names: Mingrui
  - family-names: Dundovic
    given-names: Davor
    orcid: "https://orcid.org/0009-0000-6085-4794"
version: 0.2
date-released: "2024-05-17"
license: MIT
repository-code: "https://github.com/mesh-adaptation/movement"

GitHub Events

Total
  • Issues event: 33
  • Watch event: 2
  • Delete event: 17
  • Issue comment event: 48
  • Push event: 71
  • Pull request event: 33
  • Pull request review comment event: 42
  • Pull request review event: 59
  • Fork event: 1
  • Create event: 18
Last Year
  • Issues event: 33
  • Watch event: 2
  • Delete event: 17
  • Issue comment event: 48
  • Push event: 71
  • Pull request event: 33
  • Pull request review comment event: 42
  • Pull request review event: 59
  • Fork event: 1
  • Create event: 18

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 12
  • Total pull requests: 11
  • Average time to close issues: 6 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 1.75
  • Average comments per pull request: 1.27
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 10
  • Pull requests: 11
  • Average time to close issues: 6 days
  • Average time to close pull requests: 6 days
  • Issue authors: 4
  • Pull request authors: 2
  • Average comments per issue: 0.6
  • Average comments per pull request: 1.27
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jwallwork23 (39)
  • ddundo (5)
  • stephankramer (3)
  • GenieYoung (2)
  • rhaynes74 (2)
Pull Request Authors
  • jwallwork23 (32)
  • ddundo (16)
  • acse-ej321 (1)
Top Labels
Issue Labels
PRIORITY (20) bug (14) testing (11) enhancement (10) documentation (7) clarity (4) good first issue (3) optimisation (2) install (2) docsprint (1) duplicate (1)
Pull Request Labels
testing (17) bug (11) PRIORITY (9) enhancement (8) documentation (7) refactor (5) clarity (4) install (3) optimisation (1) invalid (1)

Dependencies

requirements.txt pypi
setup.py pypi
pyproject.toml pypi
.github/workflows/test_suite.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite