<?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-20T16:45:49Z</responseDate><request identifier="10.35097/1512" metadataPrefix="datacite" verb="GetRecord">https://www.radar-service.eu/oai/OAIHandler</request><GetRecord><record><header><identifier>10.35097/1512</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/1512</identifier>
   <creators>
      <creator>
         <creatorName>Carle, Constantin</creatorName>
         <givenName>Constantin</givenName>
         <familyName>Carle</familyName>
         <affiliation/>
      </creator>
   </creators>
   <titles>
      <title>Numerical experiments to "Error analysis of multirate leapfrog-type methods for second-order semilinear odes"</title>
   </titles>
   <publisher>Karlsruhe Institute of Technology</publisher>
   <dates>
      <date dateType="Created">2021</date>
   </dates>
   <publicationYear>2023</publicationYear>
   <subjects>
      <subject>Mathematics</subject>
      <subject>time integration</subject>
      <subject>second-order ode</subject>
      <subject>leapfrog method</subject>
      <subject>stability analysis</subject>
      <subject>error analysis</subject>
      <subject>Hamiltonian systems</subject>
      <subject>CFL condition</subject>
      <subject>Chebyshev polynomials</subject>
      <subject>wave equation</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/>
      </contributor>
   </contributors>
   <descriptions>
      <description descriptionType="Abstract">This code was used for the numerical experiments in the preprint (CRC Preprint 2021/26; URL: https://www.waves.kit.edu/downloads/CRC1173_Preprint_2021-26.pdf) and in the paper "Error analysis of multirate leapfrog-type methods for second-order semilinear odes" by C. Carle and M. Hochbruck.</description>
      <description descriptionType="TechnicalInfo">The scripts inside the subfolders are intended to reproduce the figures from the &#xD;
preprint &#xD;
&gt; Error analysis of multirate leapfrog-type methods for second-order semilinear ODEs&#xD;
&#xD;
by Constantin carle and Marlis Hochbruck&#xD;
&#xD;
### Requirements&#xD;
&#xD;
The codes are tested with &#xD;
&#xD;
Ubuntu 20.04.2 LTS and Python 3.8.5 and the following version of its modules:&#xD;
&#xD;
- numpy           -   1.17.4&#xD;
- scipy           -   1.3.3 &#xD;
- dolfin (fenics) -   2019.2.0.dev0 (including mshr) &#xD;
- matplotlib      -   3.1.2&#xD;
- tikzplotlib     -   0.9.6&#xD;
&#xD;
### Generation of figures&#xD;
&#xD;
In the folder "code_figure_6p1-6p2" open a console and run the commands&#xD;
&#xD;
1. to obatin Figure 6.1&#xD;
&#xD;
        python3 script_figure_2dimEx.py,&#xD;
&#xD;
2. to obtain Figure 6.2(a)&#xD;
&#xD;
        python3 script_figure_FPUT_error.py&#xD;
&#xD;
3. to obtain Figure 6.2(b)&#xD;
&#xD;
        python3 script_figure_FPUT_hamiltonian.py.&#xD;
&#xD;
In the folder "code_figure_6p3" open a console and run the command&#xD;
&#xD;
       python3 script_figure_wave-equation.py&#xD;
&#xD;
to obtain Figure 6.3(a) and (b).&#xD;
&#xD;
Additionally to the plots you can get the tikz-files which were used for generating the plots in the pdf by uncommenting the lines&#xD;
&#xD;
       #import tikzplotlib&#xD;
       #tikzplotlib.save("*****.tikz")&#xD;
&#xD;
at the end of each of the above scripts.</description>
   </descriptions>
   <alternateIdentifiers>
      <alternateIdentifier alternateIdentifierType="KITopen-DOI">10.5445/IR/1000133907</alternateIdentifier>
   </alternateIdentifiers>
   <sizes>
      <size/>
   </sizes>
   <formats>
      <format>application/x-tar</format>
   </formats>
</resource></metadata></record></GetRecord></OAI-PMH>