<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for cydric.com. There was none before; /sitemap.xml returned 404.

  Priority is relative WITHIN this site only - it tells a crawler which of
  cydric.com's own pages matter most, not how cydric.com ranks against anyone
  else. trmesh.html carries 1.0 because it is the page the whole site exists
  to serve: it is where TRmesh and TRfem are explained, downloaded and
  installed, and it is the page that should come back for "tetrahedral mesh
  Rhino" or "Rhino FEM heat transfer".

  Everything else here is supporting material, and the legal boilerplate,
  the 404 filler and the two unlinked stubs are deliberately absent - they are
  disallowed in robots.txt and listing them would contradict that.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <!-- The product page. Everything else on this domain supports it. -->
  <url>
    <loc>https://cydric.com/trmesh.html</loc>
    <lastmod>2026-09-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Worked examples: the second-best answer to "can it do what I need?",
       and the page most likely to earn a link from a forum thread. -->
  <url>
    <loc>https://cydric.com/trfemExamples/</loc>
    <lastmod>2026-09-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Site root. Low priority on purpose: it is a thin landing page, and a
       searcher who lands there still has to find trmesh.html. -->
  <url>
    <loc>https://cydric.com/</loc>
    <lastmod>2026-04-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
