proximal-galerkin-examples
Code for the paper Proximal Galerkin: A structure-preserving finite element method for pointwise bound constraints by Brendan Keith and Thomas Surowiec
https://github.com/thomas-surowiec/proximal-galerkin-examples
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 (5.7%) to scientific vocabulary
Repository
Code for the paper Proximal Galerkin: A structure-preserving finite element method for pointwise bound constraints by Brendan Keith and Thomas Surowiec
Basic Info
- Host: GitHub
- Owner: thomas-surowiec
- License: mit
- Language: C++
- Default Branch: main
- Size: 61.5 KB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
- Releases: 3
Metadata Files
README.md
proximal-galerkin-examples
Code for the paper Proximal Galerkin: A structure-preserving finite element method for pointwise bound constraints by Brendan Keith and Thomas M. Surowiec Github repository set up by Jørgen S. Dokken
Installation
Either
- Use Anaconda and the conda environment file
- Use the docker image from: ghcr.io/thomas-surowiec/proximal-galerkin-methods
- Build the docker image locally with docker build -t proximal -f docker/Dockerfile . and run it with for instance docker run -ti -v ${PWD}:/root/shared -w /root/shared --entrypoint=/bin/bash --rm proximal
Running the examples
FEniCSx:
Examples 1-3 can be executed with FEniCSx running python3 code/obstacle.py --example=x where x stands for the example number. For more options call
python3 code/obstacle.py --help
Owner
- Login: thomas-surowiec
- Kind: user
- Location: Oslo, Norway
- Company: Simula Research Laboratory
- Website: https://thomas-surowiec.github.io/
- Repositories: 2
- Profile: https://github.com/thomas-surowiec
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: Examples for the Proximal Galerkin Method
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Brendan
family-names: Keith
orcid: 'https://orcid.org/0000-0002-6969-6857'
- given-names: Thomas Michael
family-names: Surowiec
orcid: 'https://orcid.org/0000-0003-2473-4984'
- given-names: Jørgen Schartum
family-names: Dokken
orcid: 'https://orcid.org/0000-0001-6489-8858'
repository-code: >-
https://github.com/thomas-surowiec/proximal-galerkin-examples
license: MIT
version: 0.1.0
date-released: '2023-07-06'
GitHub Events
Total
- Release event: 2
- Delete event: 5
- Push event: 10
- Pull request event: 13
- Create event: 8
Last Year
- Release event: 2
- Delete event: 5
- Push event: 10
- Pull request event: 13
- Create event: 8
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 3 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 6
Past Year
- Issues: 0
- Pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 3 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 6
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (6)
- jorgensd (1)
- brendankeith (1)