<?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-08-05T09:48:38Z</responseDate><request identifier="10.35097/1456" metadataPrefix="datacite" verb="GetRecord">https://www.radar-service.eu/oai/OAIHandler</request><GetRecord><record><header><identifier>10.35097/1456</identifier><datestamp>2023-11-15T14:45:24Z</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/1456</identifier>
   <creators>
      <creator>
         <creatorName>Carle, Constantin</creatorName>
         <givenName>Constantin</givenName>
         <familyName>Carle</familyName>
         <affiliation>Institut für Angewandte und Numerische Mathematik</affiliation>
      </creator>
   </creators>
   <titles>
      <title>Numerical experiments to "Error analysis of second-order local time integration methods for discontinuous Galerkin discretizations of linear wave equations"</title>
   </titles>
   <publisher>Karlsruhe Institute of Technology</publisher>
   <dates>
      <date dateType="Created">2023</date>
   </dates>
   <publicationYear>2023</publicationYear>
   <subjects>
      <subject>Mathematics</subject>
      <subject>time integration</subject>
      <subject>wave equation</subject>
      <subject>leapfrog method</subject>
      <subject>discontinuous Galerkin method</subject>
      <subject>error analysis</subject>
      <subject>CFL condition</subject>
      <subject>Chebyshev polynomials</subject>
      <subject>local time-stepping</subject>
      <subject>locally implicit</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>Carle, Constantin</contributorName>
      </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 CRC 1173 Preprint 2023/2 (URL: https://www.waves.kit.edu/downloads/CRC1173_Preprint_2023-2.pdf) by C. Carle and M. Hochbruck.</description>
      <description descriptionType="TechnicalInfo">The scripts  are intended to reproduce the figures from the preprint &#xD;
&#xD;
"Error analysis of second-order local time integration methods &#xD;
        for discontinuous Galerkin discretizations of linear wave equations"&#xD;
&#xD;
by Constantin Carle and Marlis Hochbruck&#xD;
&#xD;
&#xD;
################################################################################&#xD;
#### Requirements&#xD;
&#xD;
The codes are tested with &#xD;
&#xD;
Ubuntu 20.04.2 LTS and Python 3.8.10 and the following version of its modules:&#xD;
&#xD;
numpy           -   1.17.4&#xD;
scipy &#xD;
&#xD;
dolfin (fenics) -   2019.2.0.dev0 (including mshr)&#xD;
&#xD;
matplotlib      -   3.1.2&#xD;
tikzplotlib     -   0.9.6&#xD;
pandas          -   0.25.3&#xD;
&#xD;
&#xD;
################################################################################&#xD;
#### Generation of figures&#xD;
&#xD;
For the generation of Figure Y, Y=1,2,3, either execute the Python script 'script_figY.py' &#xD;
in a suitable integrated development environment or run the command&#xD;
    python3 script_figY.py&#xD;
in a terminal session.&#xD;
&#xD;
For the generation of Figure 4 first execute the Python script 'script_fig4_data.py' &#xD;
(via a suitable integrated development environment or in a terminal session)&#xD;
which generates and saves the data for the figure.&#xD;
To obtain the figure execute the script 'script_fig4_plot.py'&#xD;
(the script 'script_fig4_plot_single.py' generates a different view of the data).    &#xD;
&#xD;
Additionally to the plots you can get the tikz-files which were used for &#xD;
generating the figures in the preprint by setting the Boolean variable 'write_tikz' &#xD;
from 'False' to 'True' at the beginning of the scripts.&#xD;
 &#xD;
The scripts for Figure 1, 2, 4 run in parallel on all available processors. &#xD;
The number of used processors can be specified with the &#xD;
variable 'num_processors_max' (integer).          -   1.3.3</description>
   </descriptions>
   <alternateIdentifiers>
      <alternateIdentifier alternateIdentifierType="KITopen-DOI">10.5445/IR/1000158573</alternateIdentifier>
   </alternateIdentifiers>
   <sizes>
      <size/>
   </sizes>
   <formats>
      <format>application/x-tar</format>
   </formats>
</resource></metadata></record></GetRecord></OAI-PMH>