Changes
On August 4, 2023 at 8:53:44 AM UTC, admin:
-
No fields were updated. See the metadata diff for more details.
f | 1 | { | f | 1 | { |
2 | "author": "D\u00f6rich, Benjamin", | 2 | "author": "D\u00f6rich, Benjamin", | ||
3 | "author_email": "", | 3 | "author_email": "", | ||
4 | "creator_user_id": "17755db4-395a-4b3b-ac09-e8e3484ca700", | 4 | "creator_user_id": "17755db4-395a-4b3b-ac09-e8e3484ca700", | ||
5 | "doi": "10.35097/1563", | 5 | "doi": "10.35097/1563", | ||
6 | "doi_date_published": "2023", | 6 | "doi_date_published": "2023", | ||
7 | "doi_publisher": "", | 7 | "doi_publisher": "", | ||
8 | "doi_status": "True", | 8 | "doi_status": "True", | ||
9 | "groups": [], | 9 | "groups": [], | ||
10 | "id": "29bf644e-bfcb-4a5a-97d4-835a75085376", | 10 | "id": "29bf644e-bfcb-4a5a-97d4-835a75085376", | ||
11 | "isopen": false, | 11 | "isopen": false, | ||
12 | "license_id": "CC BY-NC-SA 4.0 | 12 | "license_id": "CC BY-NC-SA 4.0 | ||
13 | Attribution-NonCommercial-ShareAlike", | 13 | Attribution-NonCommercial-ShareAlike", | ||
14 | "license_title": "CC BY-NC-SA 4.0 | 14 | "license_title": "CC BY-NC-SA 4.0 | ||
15 | Attribution-NonCommercial-ShareAlike", | 15 | Attribution-NonCommercial-ShareAlike", | ||
16 | "metadata_created": "2023-08-04T08:51:03.451181", | 16 | "metadata_created": "2023-08-04T08:51:03.451181", | ||
t | 17 | "metadata_modified": "2023-08-04T08:52:10.788931", | t | 17 | "metadata_modified": "2023-08-04T08:53:44.586783", |
18 | "name": "rdr-doi-10-35097-1563", | 18 | "name": "rdr-doi-10-35097-1563", | ||
19 | "notes": "Abstract: This code was used for the numerical experiments | 19 | "notes": "Abstract: This code was used for the numerical experiments | ||
20 | in the preprint (CRC Preprint 2021/12; URL: | 20 | in the preprint (CRC Preprint 2021/12; URL: | ||
21 | https://www.waves.kit.edu/downloads/CRC1173_Preprint_2021-12.pdf) and | 21 | https://www.waves.kit.edu/downloads/CRC1173_Preprint_2021-12.pdf) and | ||
22 | in the paper \"Exponential integrators for quasilinear wave-type | 22 | in the paper \"Exponential integrators for quasilinear wave-type | ||
23 | equations\" by B. D\u00f6rich and M. Hochbruck.\r\nTechnicalRemarks: | 23 | equations\" by B. D\u00f6rich and M. Hochbruck.\r\nTechnicalRemarks: | ||
24 | This program is intended to reproduce the results from the preprint | 24 | This program is intended to reproduce the results from the preprint | ||
25 | \r\n\r\n\"Exponential integrators for quasilinear wave-type | 25 | \r\n\r\n\"Exponential integrators for quasilinear wave-type | ||
26 | equations\"\r\nby Benjamin D\u00f6rich and Marlis Hochbruck\r\n\r\nThe | 26 | equations\"\r\nby Benjamin D\u00f6rich and Marlis Hochbruck\r\n\r\nThe | ||
27 | codes generates the lines in Figure 1\r\n\r\n#### | 27 | codes generates the lines in Figure 1\r\n\r\n#### | ||
28 | Requirements\r\n\r\nThe program is tested with \r\n\r\n1) Ubuntu | 28 | Requirements\r\n\r\nThe program is tested with \r\n\r\n1) Ubuntu | ||
29 | 16.04.7 LTS and Python 3.7.6 and the following version of its | 29 | 16.04.7 LTS and Python 3.7.6 and the following version of its | ||
30 | modules:\r\n- numpy - 1.15.4\r\n- scipy - | 30 | modules:\r\n- numpy - 1.15.4\r\n- scipy - | ||
31 | 1.4.1\r\n- matplotlib - 3.2.1\r\n- tikzplotlib - | 31 | 1.4.1\r\n- matplotlib - 3.2.1\r\n- tikzplotlib - | ||
32 | 0.9.6\r\n- dolfin - 2018.1.0\r\n- fenics - | 32 | 0.9.6\r\n- dolfin - 2018.1.0\r\n- fenics - | ||
33 | 2018.1.0\r\n\r\n2) Ubuntu 18.04.5 LTS and Python 3.6.9 and the | 33 | 2018.1.0\r\n\r\n2) Ubuntu 18.04.5 LTS and Python 3.6.9 and the | ||
34 | following version of its modules:\r\n\r\n- numpy - | 34 | following version of its modules:\r\n\r\n- numpy - | ||
35 | 1.19.2\r\n- scipy - 1.5.1\r\n- matplotlib - | 35 | 1.19.2\r\n- scipy - 1.5.1\r\n- matplotlib - | ||
36 | 3.3.2\r\n- tikzplotlib - 0.9.4\r\n- dolfin - | 36 | 3.3.2\r\n- tikzplotlib - 0.9.4\r\n- dolfin - | ||
37 | 2019.2.0.dev0\r\n- fenics - 2019.2.0.dev0\r\n\r\n#### | 37 | 2019.2.0.dev0\r\n- fenics - 2019.2.0.dev0\r\n\r\n#### | ||
38 | Figure 1\r\nIn the folder \"DoeH21_quasilinear\" open a console and | 38 | Figure 1\r\nIn the folder \"DoeH21_quasilinear\" open a console and | ||
39 | run the following commands after each other.\r\n\r\n1) Run \"python3 | 39 | run the following commands after each other.\r\n\r\n1) Run \"python3 | ||
40 | 1_generate_initial_matrices.py\"\r\n2) Run \"python3 | 40 | 1_generate_initial_matrices.py\"\r\n2) Run \"python3 | ||
41 | 2_paper_run_reference_solution.py\"\r\n3) Run \"python3 | 41 | 2_paper_run_reference_solution.py\"\r\n3) Run \"python3 | ||
42 | 3_paper_run_Euler.py\"\r\n4) Run \"python3 | 42 | 3_paper_run_Euler.py\"\r\n4) Run \"python3 | ||
43 | 4_paper_run_midpoint.py\"\r\n\r\nAfter running the calculations, the | 43 | 4_paper_run_midpoint.py\"\r\n\r\nAfter running the calculations, the | ||
44 | errors can be found in \r\nthe folder | 44 | errors can be found in \r\nthe folder | ||
45 | \"DoeH21_quasilinear/extracted_data/\".\r\n(a) settings_* contains the | 45 | \"DoeH21_quasilinear/extracted_data/\".\r\n(a) settings_* contains the | ||
46 | information of the config file\r\n(b) infos_* contains the computed | 46 | information of the config file\r\n(b) infos_* contains the computed | ||
47 | errors\r\n(c) plot_* contains a tikz-file which gives the plot for the | 47 | errors\r\n(c) plot_* contains a tikz-file which gives the plot for the | ||
48 | \r\n Euler and the midpoint rule separately.", | 48 | \r\n Euler and the midpoint rule separately.", | ||
49 | "num_resources": 0, | 49 | "num_resources": 0, | ||
50 | "num_tags": 6, | 50 | "num_tags": 6, | ||
51 | "orcid": "0000-0001-5840-2270", | 51 | "orcid": "0000-0001-5840-2270", | ||
52 | "organization": { | 52 | "organization": { | ||
53 | "approval_status": "approved", | 53 | "approval_status": "approved", | ||
54 | "created": "2023-01-12T13:30:23.238233", | 54 | "created": "2023-01-12T13:30:23.238233", | ||
55 | "description": "RADAR (Research Data Repository) is a | 55 | "description": "RADAR (Research Data Repository) is a | ||
56 | cross-disciplinary repository for archiving and publishing research | 56 | cross-disciplinary repository for archiving and publishing research | ||
57 | data from completed scientific studies and projects. The focus is on | 57 | data from completed scientific studies and projects. The focus is on | ||
58 | research data from subjects that do not yet have their own | 58 | research data from subjects that do not yet have their own | ||
59 | discipline-specific infrastructures for research data management. ", | 59 | discipline-specific infrastructures for research data management. ", | ||
60 | "id": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | 60 | "id": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | ||
61 | "image_url": "radar-logo.svg", | 61 | "image_url": "radar-logo.svg", | ||
62 | "is_organization": true, | 62 | "is_organization": true, | ||
63 | "name": "radar", | 63 | "name": "radar", | ||
64 | "state": "active", | 64 | "state": "active", | ||
65 | "title": "RADAR", | 65 | "title": "RADAR", | ||
66 | "type": "organization" | 66 | "type": "organization" | ||
67 | }, | 67 | }, | ||
68 | "owner_org": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | 68 | "owner_org": "013c89a9-383c-4200-8baa-0f78bf1d91f9", | ||
69 | "private": false, | 69 | "private": false, | ||
70 | "production_year": "2021", | 70 | "production_year": "2021", | ||
71 | "publication_year": "2023", | 71 | "publication_year": "2023", | ||
72 | "publishers": [ | 72 | "publishers": [ | ||
73 | { | 73 | { | ||
74 | "publisher": "Karlsruhe Institute of Technology" | 74 | "publisher": "Karlsruhe Institute of Technology" | ||
75 | } | 75 | } | ||
76 | ], | 76 | ], | ||
77 | "relationships_as_object": [], | 77 | "relationships_as_object": [], | ||
78 | "relationships_as_subject": [], | 78 | "relationships_as_subject": [], | ||
79 | "repository_name": "RADAR (Research Data Repository)", | 79 | "repository_name": "RADAR (Research Data Repository)", | ||
80 | "resources": [], | 80 | "resources": [], | ||
81 | "services_used_list": "", | 81 | "services_used_list": "", | ||
82 | "source_metadata_created": "2023", | 82 | "source_metadata_created": "2023", | ||
83 | "source_metadata_modified": "", | 83 | "source_metadata_modified": "", | ||
84 | "state": "active", | 84 | "state": "active", | ||
85 | "subject_areas": [ | 85 | "subject_areas": [ | ||
86 | { | 86 | { | ||
87 | "subject_area_additional": "", | 87 | "subject_area_additional": "", | ||
88 | "subject_area_name": "Mathematics" | 88 | "subject_area_name": "Mathematics" | ||
89 | } | 89 | } | ||
90 | ], | 90 | ], | ||
91 | "tags": [ | 91 | "tags": [ | ||
92 | { | 92 | { | ||
93 | "display_name": "Maxwells equations", | 93 | "display_name": "Maxwells equations", | ||
94 | "id": "4fa0b610-519e-4423-8449-04cdc18e28fe", | 94 | "id": "4fa0b610-519e-4423-8449-04cdc18e28fe", | ||
95 | "name": "Maxwells equations", | 95 | "name": "Maxwells equations", | ||
96 | "state": "active", | 96 | "state": "active", | ||
97 | "vocabulary_id": null | 97 | "vocabulary_id": null | ||
98 | }, | 98 | }, | ||
99 | { | 99 | { | ||
100 | "display_name": "a-priori error bounds", | 100 | "display_name": "a-priori error bounds", | ||
101 | "id": "79f3e8bf-9fa9-43ce-86a4-89c2f1d2cea5", | 101 | "id": "79f3e8bf-9fa9-43ce-86a4-89c2f1d2cea5", | ||
102 | "name": "a-priori error bounds", | 102 | "name": "a-priori error bounds", | ||
103 | "state": "active", | 103 | "state": "active", | ||
104 | "vocabulary_id": null | 104 | "vocabulary_id": null | ||
105 | }, | 105 | }, | ||
106 | { | 106 | { | ||
107 | "display_name": "error analysis", | 107 | "display_name": "error analysis", | ||
108 | "id": "408f9606-823e-4494-9527-e10be495ea6d", | 108 | "id": "408f9606-823e-4494-9527-e10be495ea6d", | ||
109 | "name": "error analysis", | 109 | "name": "error analysis", | ||
110 | "state": "active", | 110 | "state": "active", | ||
111 | "vocabulary_id": null | 111 | "vocabulary_id": null | ||
112 | }, | 112 | }, | ||
113 | { | 113 | { | ||
114 | "display_name": "quasilinear evolution equations", | 114 | "display_name": "quasilinear evolution equations", | ||
115 | "id": "ab5df69e-9d96-4275-b687-f24f57aefcfc", | 115 | "id": "ab5df69e-9d96-4275-b687-f24f57aefcfc", | ||
116 | "name": "quasilinear evolution equations", | 116 | "name": "quasilinear evolution equations", | ||
117 | "state": "active", | 117 | "state": "active", | ||
118 | "vocabulary_id": null | 118 | "vocabulary_id": null | ||
119 | }, | 119 | }, | ||
120 | { | 120 | { | ||
121 | "display_name": "time integration", | 121 | "display_name": "time integration", | ||
122 | "id": "05c33a87-3032-479c-af53-5a6cb2b6da8d", | 122 | "id": "05c33a87-3032-479c-af53-5a6cb2b6da8d", | ||
123 | "name": "time integration", | 123 | "name": "time integration", | ||
124 | "state": "active", | 124 | "state": "active", | ||
125 | "vocabulary_id": null | 125 | "vocabulary_id": null | ||
126 | }, | 126 | }, | ||
127 | { | 127 | { | ||
128 | "display_name": "wave equation", | 128 | "display_name": "wave equation", | ||
129 | "id": "cec2cefd-f3c3-4de9-b1d5-f680a3a88ff5", | 129 | "id": "cec2cefd-f3c3-4de9-b1d5-f680a3a88ff5", | ||
130 | "name": "wave equation", | 130 | "name": "wave equation", | ||
131 | "state": "active", | 131 | "state": "active", | ||
132 | "vocabulary_id": null | 132 | "vocabulary_id": null | ||
133 | } | 133 | } | ||
134 | ], | 134 | ], | ||
135 | "title": "Numerical experiments to \"exponential integrators for | 135 | "title": "Numerical experiments to \"exponential integrators for | ||
136 | quasilinear wave-type equations\"", | 136 | quasilinear wave-type equations\"", | ||
137 | "type": "vdataset", | 137 | "type": "vdataset", | ||
138 | "url": "https://doi.org/10.35097/1563" | 138 | "url": "https://doi.org/10.35097/1563" | ||
139 | } | 139 | } |