<?xml version="1.0" encoding="UTF-8" ?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-04-20T19:19:52Z</responseDate><request identifier="10.35097/1301" metadataPrefix="datacite" verb="GetRecord">https://www.radar-service.eu/oai/OAIHandler</request><GetRecord><record><header><identifier>10.35097/1301</identifier><datestamp>2023-11-15T14:45:25Z</datestamp><setSpec>radar4kit</setSpec></header><metadata><resource xmlns="http://datacite.org/schema/kernel-4"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
   <identifier identifierType="DOI">10.35097/1301</identifier>
   <creators>
      <creator>
         <creatorName>Dörich, Benjamin</creatorName>
         <givenName>Benjamin</givenName>
         <familyName>Dörich</familyName>
         <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5840-2270</nameIdentifier>
         <affiliation>Institut für Angewandte und Numerische Mathematik</affiliation>
      </creator>
   </creators>
   <titles>
      <title>Numerical experiments to "Exponential integrators for quasilinear wave-type equations" (updated version)</title>
   </titles>
   <publisher>Karlsruhe Institute of Technology</publisher>
   <dates>
      <date dateType="Created">2022</date>
   </dates>
   <publicationYear>2023</publicationYear>
   <subjects>
      <subject>Mathematics</subject>
      <subject>error analysis</subject>
      <subject>time integration</subject>
      <subject>quasilinear evolution equations</subject>
      <subject>a-priori error bounds</subject>
      <subject>wave equation</subject>
      <subject>Maxwell's equations</subject>
   </subjects>
   <resourceType resourceTypeGeneral="Dataset"/>
   <rightsList>
      <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
      <rights schemeURI="https://spdx.org/licenses/"
              rightsIdentifierScheme="SPDX"
              rightsIdentifier="CC-BY-NC-SA-4.0"
              rightsURI="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">Creative Commons Attribution Non Commercial Share Alike 4.0 International</rights>
   </rightsList>
   <contributors>
      <contributor contributorType="RightsHolder">
         <contributorName>Dörich, Benjamin</contributorName>
         <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">0000-0001-5840-2270</nameIdentifier>
      </contributor>
      <contributor contributorType="Other">
         <contributorName>Hochbruck, Marlis</contributorName>
         <affiliation>Institut für Angewandte und Numerische Mathematik</affiliation>
      </contributor>
   </contributors>
   <descriptions>
      <description descriptionType="Abstract">This code was used for the numerical experiments in the revised preprint (CRC Preprint 2021/12; URL: https://www.waves.kit.edu/downloads/CRC1173_Preprint_2021-12.pdf) and in the paper "Exponential integrators for quasilinear wave-type equations" by B. Dörich and M. Hochbruck.</description>
      <description descriptionType="TechnicalInfo">This program is intended to reproduce the results from the preprint &#xD;
&#xD;
"Exponential integrators for quasilinear wave-type equations" by Benjamin Dörich and Marlis Hochbruck&#xD;
&#xD;
&#xD;
The codes generates the lines in Figure 1&#xD;
&#xD;
#####################################################################################&#xD;
&#xD;
The program is tested with &#xD;
&#xD;
&#xD;
1) Ubuntu 16.04.7 LTS and Python 3.7.6 and the following version of its modules:&#xD;
&#xD;
numpy           -   1.15.4&#xD;
scipy           -   1.4.1&#xD;
&#xD;
dolfin          -   2018.1.0&#xD;
fenics          -   2018.1.0&#xD;
&#xD;
matplotlib      -   3.2.1&#xD;
&#xD;
tikzplotlib     -   0.9.6&#xD;
&#xD;
&#xD;
2) Ubuntu 18.04.5 LTS and Python 3.6.9 and the following version of its modules:&#xD;
&#xD;
numpy           -   1.19.2&#xD;
scipy           -   1.5.1&#xD;
&#xD;
dolfin          -   2019.2.0.dev0&#xD;
fenics          -   2019.2.0.dev0&#xD;
&#xD;
matplotlib      -   3.3.2&#xD;
&#xD;
tikzplotlib     -   0.9.4&#xD;
&#xD;
&#xD;
#####################################################################################&#xD;
&#xD;
In the folder "DoeH21_quasilinear" open a console and run the following commands after each other.&#xD;
&#xD;
1) Run "python3 1_generate_initial_matrices.py"&#xD;
&#xD;
2) Run "python3 2_paper_run_reference_solution.py"&#xD;
&#xD;
3) Run "python3 3_paper_run_Euler.py"&#xD;
&#xD;
4) Run "python3 4_paper_run_midpoint.py"&#xD;
&#xD;
&#xD;
#####################################################################################&#xD;
&#xD;
&#xD;
After running the calculations, the errors can be found in &#xD;
the folder "preprint_DoeH21_quasilinear/extracted_data/".&#xD;
(a) settings_* contains the information of the config file&#xD;
(b) infos_* contains the computed errors&#xD;
(c) plot_* contains a tikz-file which gives the plot for the &#xD;
    Euler and the midpoint rule separately.</description>
   </descriptions>
   <alternateIdentifiers>
      <alternateIdentifier alternateIdentifierType="KITopen-DOI">10.5445/IR/1000143383</alternateIdentifier>
   </alternateIdentifiers>
   <sizes>
      <size/>
   </sizes>
   <formats>
      <format>application/x-tar</format>
   </formats>
</resource></metadata></record></GetRecord></OAI-PMH>