<?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-19T12:59:55Z</responseDate><request identifier="10.35097/1535" metadataPrefix="datacite" verb="GetRecord">https://www.radar-service.eu/oai/OAIHandler</request><GetRecord><record><header><identifier>10.35097/1535</identifier><datestamp>2023-11-15T14:45:23Z</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/1535</identifier>
   <creators>
      <creator>
         <creatorName>Leibold, Jan</creatorName>
         <givenName>Jan</givenName>
         <familyName>Leibold</familyName>
         <affiliation/>
      </creator>
   </creators>
   <titles>
      <title>Numerical experiments to "A unified error analysis for nonlinear wave-type equations with application to acoustic boundary conditions"</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>wave equation</subject>
      <subject>nonlinear evolution equations</subject>
      <subject>maximal monotone operators</subject>
      <subject>acoustic 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>Leibold, Jan</contributorName>
      </contributor>
   </contributors>
   <descriptions>
      <description descriptionType="TechnicalInfo">This code is used for the numerical experiment in Section 6 of the preprint &#xD;
"A unified error analysis for nonlinear wave-type equations with application to acoustic boundary conditions" &#xD;
by 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.3.2) has to be installed, cf. https://www.dealii.org/9.3.0&#xD;
&#xD;
In order to compile the program, open a terminal session in this folder&#xD;
and call "cmake -DDEAL_II_DIR=/path/to/deal.II .".&#xD;
Next, call "make release" and then "make" to compile the files. &#xD;
Finally, run the program with "make run". This performs the computations and generates the file "results"&#xD;
containing the results of the numerical experiments.&#xD;
&#xD;
After that, the plots can be generated with the Matlab Script 'plot_figures.m'.</description>
   </descriptions>
   <alternateIdentifiers>
      <alternateIdentifier alternateIdentifierType="KITopen-DOI">10.5445/IR/1000139898</alternateIdentifier>
   </alternateIdentifiers>
   <sizes>
      <size/>
   </sizes>
   <formats>
      <format>application/x-tar</format>
   </formats>
</resource></metadata></record></GetRecord></OAI-PMH>