Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
POD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Habscheid
POD
Commits
d17c1256
Commit
d17c1256
authored
6 months ago
by
Jan Habscheid
Browse files
Options
Downloads
Patches
Plain Diff
Updated README and added requirements.txt
parent
71e9fb7c
No related branches found
No related tags found
1 merge request
!3
Updated README and added requirements.txt
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-5
10 additions, 5 deletions
README.md
requirements.txt
+11
-0
11 additions, 0 deletions
requirements.txt
with
21 additions
and
5 deletions
README.md
+
10
−
5
View file @
d17c1256
...
...
@@ -5,13 +5,13 @@
This repository contains the code to reproduce the results presented in the seminar thesis: PLACEHOLDER
## Installation
### Geometry: use `splinepy`
Installation instructions are found on the main repo.
<!-- To make the export to g+smo compatible xml-files easier, prefarably don't install
the main branch, but perform the following instructions: -->
```
bash
pip
install
splinepy
```
...
...
@@ -23,7 +23,9 @@ pip install -e .
```
-->
### Simulation: use `gismo`
Richtiger branch?
```
bash
git clone git@github.com:markriegler/gismo.git
-b
starter-stokes
cd
gismo
...
...
@@ -31,18 +33,21 @@ make
cd
build
./bin/gsView
```
compiles library and execute an example program
The used program is the
`stokes_example`
in
`build/bin`
and was moved to this repo.
## Contact
**Author**
### Author
-
Jan Habscheid
-
Jan.Habscheid@rwth-aachen.de
-
<Jan.Habscheid@rwth-aachen.de>
### Supervisor
**Supervisor**
-
Mark Riegler
-
Computational Analysis of Technical Systems
-
RWTH Aachen University
-
riegler@cats.rwth-aachen.de
\ No newline at end of file
-
<riegler@cats.rwth-aachen.de>
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
11
−
0
View file @
d17c1256
gustaf
==0.0.26
joblib
==1.4.2
kneed
==0.8.5
matplotlib
==3.9.2
numpy
==2.0.2
openpyxl
==3.1.5
pandas
==2.2.3
scikit-learn
==1.5.2
scipy
==1.14.1
splinepy
==0.1.3
vedo
==2024.5.2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment