Skip to content

Commit 19e24c3

Browse files
authored
Merge pull request #86 from BAMresearch/84-units
Changes: - units in keys. - isogeometric elements - new output mterics (no. of DOFs and max. displacement error at nodes).
2 parents 246cc3b + d769604 commit 19e24c3

16 files changed

Lines changed: 169 additions & 491 deletions

File tree

.github/workflows/run-benchmark.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,13 @@ jobs:
5454
--report-metadata4ing-config metadata4ing.config \
5555
--report-metadata4ing-filename $SNAKEMAKE_RESULT_FILE
5656
57-
- name: run_linear-elastic-plate-with-hole-benchmarks_nextflow
58-
shell: bash -l {0}
59-
run: |
60-
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/
61-
nextflow run main.nf -params-file workflow_config.json -c ../common/nextflow.config -plugins nf-prov@1.4.0
62-
6357
- name: Archive Linear Elastic plate with a hole benchmark data for snakemake
6458
uses: actions/upload-artifact@v4
6559
with:
6660
name: snakemake_results_linear-elastic-plate-with-hole
6761
path: |
6862
benchmarks/linear-elastic-plate-with-hole/${{ env.SNAKEMAKE_RESULT_FILE }}.zip
6963
70-
- name: Archive Linear Elastic plate with a hole benchmark data for nextflow
71-
uses: actions/upload-artifact@v4
72-
with:
73-
name: nextflow_results_linear-elastic-plate-with-hole
74-
path: |
75-
benchmarks/linear-elastic-plate-with-hole/nextflow_results/
76-
7764
process-artifacts:
7865
runs-on: ubuntu-latest
7966
needs: run-simulation

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"python-envs.defaultEnvManager": "ms-python.python:conda",
3+
"python-envs.defaultPackageManager": "ms-python.python:conda"
4+
}

benchmarks/common/nextflow.config

Lines changed: 0 additions & 27 deletions
This file was deleted.

benchmarks/linear-elastic-plate-with-hole/fenics/fenics.nf

Lines changed: 0 additions & 35 deletions
This file was deleted.

benchmarks/linear-elastic-plate-with-hole/kratos/kratos.nf

Lines changed: 0 additions & 123 deletions
This file was deleted.

benchmarks/linear-elastic-plate-with-hole/main.nf

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)