Skip to content

Commit

Permalink
release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian committed Oct 7, 2022
1 parent 5d06eb3 commit 3b7e926
Show file tree
Hide file tree
Showing 183 changed files with 2,210 additions and 947 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ authors:
given-names: Sara
orcid: https://orcid.org/0000-0002-0209-6566
title: "morgen - Model Order Reduction for Gas and Energy Networks"
doi: 10.1186/s13362-021-00109-4
doi: 10.5281/zenodo.7157808
url: https://git.io/morgen
version: 1.1
date-released: 2021-08-08
version: 1.2
date-released: 2022-10-07
preferred-citation:
type: article
authors:
Expand Down
6 changes: 3 additions & 3 deletions CODE
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# code.ini
name: Model Order Reduction for Gas and Energy Networks
shortname: morgen
version: 1.1
release-date: 2021-08-08
id: 10.5281/zenodo.4288509
version: 1.2
release-date: 2022-10-07
id: 10.5281/zenodo.7157808
id-type: doi
author: Christian Himpe, Sara Grundel
orcid: 0000-0003-2194-6754, 0000-0002-0209-6566
Expand Down
2 changes: 1 addition & 1 deletion DEMO.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%% project: morgen - Model Order Reduction for Gas and Energy Networks
%%% version: 1.1 (2021-08-08)
%%% version: 1.2 (2022-10-07)
%%% authors: C. Himpe (0000-0003-2194-6754), S. Grundel (0000-0002-0209-6566)
%%% license: BSD-2-Clause (opensource.org/licenses/BSD-2-clause)
%%% summary: Basic demonstration of simulation and model reduction.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2020--2021, Christian Himpe, Sara Grundel
Copyright (c) 2020--2022, Christian Himpe, Sara Grundel

All rights reserved.

Expand Down
230 changes: 134 additions & 96 deletions README.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions RUNME_HimpeG22.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
%%% project: morgen - Model Order Reduction for Gas and Energy Networks
%%% version: 1.2 (2022-10-07)
%%% authors: C. Himpe (0000-0003-2194-6754), S. Grundel (0000-0002-0209-6566)
%%% license: BSD-2-Clause (opensource.org/licenses/BSD-2-clause)
%%% summary: Numerical experiments for HimpeG22.

fprintf('\n');
fprintf('# Numerical Experiments for:\n\n');
fprintf(' C. Himpe, S. Grundel \n');
fprintf(' "System Order Reduction for Gas and Energy Networks";\n');
fprintf(' Proceedings in Applied Mathematics and Mechanics: Submitted, 2022. \n\n');

addpath('tests');

mor_Cha09a
mor_Cha09b
mor_JinW

2 changes: 1 addition & 1 deletion RUNME_HimpeGB21.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%% project: morgen - Model Order Reduction for Gas and Energy Networks
%%% version: 1.1 (2021-08-08)
%%% version: 1.2 (2022-10-07)
%%% authors: C. Himpe (0000-0003-2194-6754), S. Grundel (0000-0002-0209-6566)
%%% license: BSD-2-Clause (opensource.org/licenses/BSD-2-clause)
%%% summary: Numerical experiments for HimpeGB21.
Expand Down
6 changes: 3 additions & 3 deletions RUNME_HimpeGB21a.m → RUNME_HimpeGB22.m
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%%% project: morgen - Model Order Reduction for Gas and Energy Networks
%%% version: 1.1 (2021-08-08)
%%% version: 1.2 (2022-10-07)
%%% authors: C. Himpe (0000-0003-2194-6754), S. Grundel (0000-0002-0209-6566)
%%% license: BSD-2-Clause (opensource.org/licenses/BSD-2-clause)
%%% summary: Numerical experiments for HimpeGB21a.
%%% summary: Numerical experiments for HimpeGB22.

fprintf('\n');
fprintf('# Numerical Experiments for:\n\n');
fprintf(' C. Himpe, S. Grundel, P. Benner: \n');
fprintf(' "Next-Gen Gas Network Simulation";\n');
fprintf(' arXiv (math.OC): 2108.02651, 2021. \n\n');
fprintf(' Progress in Industrial Mathematics at ECMI 2021: Accepted, 2022. \n\n');

addpath('tests');

Expand Down
2 changes: 1 addition & 1 deletion SETUP.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%% project: morgen - Model Order Reduction for Gas and Energy Networks
%%% version: 1.1 (2021-08-08)
%%% version: 1.2 (2022-10-07)
%%% authors: C. Himpe (0000-0003-2194-6754), S. Grundel (0000-0002-0209-6566)
%%% license: BSD-2-Clause (opensource.org/licenses/BSD-2-clause)
%%% summary: Basic setup script.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.1
1.2

File renamed without changes.
Binary file renamed doc/morgen-1.1.pdf → doc/morgen-1.2.pdf
Binary file not shown.
Loading

0 comments on commit 3b7e926

Please sign in to comment.