https://github.com/feelpp/feelpp-shapo
Feel++ Shape Optimisation Toolbox
https://github.com/feelpp/feelpp-shapo
feelpp fluid-mechanics shape-optimization
Last synced: 13 days ago
JSON representation
Feel++ Shape Optimisation Toolbox
- Host: GitHub
- URL: https://github.com/feelpp/feelpp-shapo
- Owner: feelpp
- Created: 2022-12-09T09:21:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T12:36:51.000Z (over 1 year ago)
- Last Synced: 2025-10-23T13:38:51.366Z (4 months ago)
- Topics: feelpp, fluid-mechanics, shape-optimization
- Language: C++
- Homepage: https://feelpp.github.io/feelpp-shapo/
- Size: 28.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.adoc
- Contributing: .github/CONTRIBUTING.adoc
Awesome Lists containing this project
README
:feelpp: Feel++
:cpp: C++
= {feelpp} Project Template
Christophe Prud'homme
v1:
image:https://github.com/feelpp/feelpp-project/workflows/CI/badge.svg[CI]
This repository provides a basic starting point for a {feelpp} application including:
- [x] {cpp} code
- [x] documentation using asciidoc and antora
- [x] continuous integration including tests
- [x] docker image generation and delivery
== Release process
- [x] update the version in CMakeLists.txt
- [x] update the version in docs/antora.yml
- [x] commit the changes with the message "Release vx.y.z". At this point the CI will generate the docker image and push it to docker hub