<?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-07T05:20:56Z</responseDate><request identifier="10.35097/1503" metadataPrefix="datacite" verb="GetRecord">https://www.radar-service.eu/oai/OAIHandler</request><GetRecord><record><header><identifier>10.35097/1503</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/1503</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/>
      </creator>
      <creator>
         <creatorName>Leibold, Jan</creatorName>
         <givenName>Jan</givenName>
         <familyName>Leibold</familyName>
         <affiliation/>
      </creator>
   </creators>
   <titles>
      <title>Numerical experiments to "Full discretization error analysis of semilinear wave equations with exponential integrators"</title>
   </titles>
   <publisher>Karlsruhe Institute of Technology</publisher>
   <dates>
      <date dateType="Created">2021</date>
   </dates>
   <publicationYear>2023</publicationYear>
   <subjects>
      <subject>Mathematics</subject>
      <subject>error analysis</subject>
      <subject>full discretization</subject>
      <subject>exponential integrators</subject>
      <subject>wave equation</subject>
      <subject>semilinear evolution equations</subject>
      <subject>dynamic boundary conditions</subject>
      <subject>nonconforming space discretization</subject>
      <subject>a-priori error bounds</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="RightsHolder">
         <contributorName>Leibold, Jan</contributorName>
      </contributor>
   </contributors>
   <descriptions>
      <description descriptionType="TechnicalInfo">This code is used for the numerical experiments in Section 6 of the preprint &#xD;
&gt;"Full discretization error analysis of semilinear wave equations with exponential integrators" &#xD;
by Benjamin Dörich and Jan Leibold.&#xD;
&#xD;
The computations are done in C++ using the Finite Element library deal.II; the plots then are generated with Matlab.&#xD;
&#xD;
To use this code, deal.II (release 9.2.0) has to be installed, cf. https://www.dealii.org/9.2.0&#xD;
&#xD;
In order to compile the program, open a terminal session in this folder and call&#xD;
&#xD;
    cmake -DDEAL_II_DIR=/path/to/deal.II .&#xD;
&#xD;
Next, call&#xD;
&#xD;
    make release ; make&#xD;
&#xD;
to compile the files. &#xD;
Finally, run the program with&#xD;
&#xD;
    make run&#xD;
&#xD;
This performs the computations and generates files in the "output" folder containing the results of the numerical experiments.&#xD;
&#xD;
After that, the plots can be generated with the Matlab Script&#xD;
&#xD;
    plot_figures.m&#xD;
&#xD;
An updated version of this dataset can be found at https://doi.org/10.5445/IR/1000141073</description>
   </descriptions>
   <alternateIdentifiers>
      <alternateIdentifier alternateIdentifierType="KITopen-DOI">10.5445/IR/1000134973</alternateIdentifier>
   </alternateIdentifiers>
   <sizes>
      <size/>
   </sizes>
   <formats>
      <format>application/x-tar</format>
   </formats>
</resource></metadata></record></GetRecord></OAI-PMH>