<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in petscmathypre.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>0ff9d02ecf1627951ed050a8344155223c6ca4ea - Merge branch &apos;barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#0ff9d02ecf1627951ed050a8344155223c6ca4ea</link>
        <description>Merge branch &apos;barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes&apos; into &apos;main&apos;Automatically generate Fortran C stubs for static inline functions in include directorySee merge request petsc/petsc!8469

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Tue, 17 Jun 2025 22:11:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1850900d48b2979dc392677ea4adb6aa8f907be5 - add missing MANSEC from include files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#1850900d48b2979dc392677ea4adb6aa8f907be5</link>
        <description>add missing MANSEC from include files

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Tue, 10 Jun 2025 22:50:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9dd11ecf0918283bb567d8b33a92f53ac4ea7840 - Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#9dd11ecf0918283bb567d8b33a92f53ac4ea7840</link>
        <description>Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;Check header guardsSee merge request petsc/petsc!6822

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Fri, 25 Aug 2023 13:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a496304597bacff3545e802853d69e8765312868 - Convert all header guards to pragma once</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Fri, 18 Aug 2023 15:13:00 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1c575b327794ef51006348f72bf5a20311068395 - Merge branch &apos;maint&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#1c575b327794ef51006348f72bf5a20311068395</link>
        <description>Merge branch &apos;maint&apos;

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Sun, 07 Jul 2019 17:38:01 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>26bd150190f26c623f12d3ed48c77abbffd51c93 - Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved Identifiers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#26bd150190f26c623f12d3ed48c77abbffd51c93</link>
        <description>Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved IdentifiersCommit-type: portability-fix

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Fri, 05 Jul 2019 03:59:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ec14d8c89faff4da33ce280481028a5ac84471b1 - Merge branch &apos;master&apos; into knepley/feature-plex-sphere-mesh</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#ec14d8c89faff4da33ce280481028a5ac84471b1</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-sphere-mesh* master: (2633 commits)  Bib: Added ref  SNES ex56: Update test output  add a citation to petsc.bib  Plex: Initialize variables  initialize ap as complained by the nightly tests  Plex ex3: Update to new point function API  initialize some variables as complained by nightly tests  SNES ex12: Mix misnaming Nf --&gt; Nc  update tests  add tests  add MatView_SeqXAIJ_ASCII_structonly(); enable A-&gt;structure_only in MatSetValuesBlocked_SeqBAIJ  typo  fill-in some references  Bib: Fixed ref  Plex: Added PLY to file support  Plex: Adding PLY support  PetscDS: Turn off Fortran bindings for Constants  Plex tests: Updated to new point function API  SNES ex56: Moved tests to new format  DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields  ...Conflicts:	config/builder.py	include/petscdmplex.h	src/dm/impls/plex/examples/tests/ex1.c	src/dm/impls/plex/plexcreate.c	src/dm/impls/plex/plexgmsh.c	src/snes/examples/tutorials/ex63.c

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Sat, 27 May 2017 04:49:49 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8 - Merge branch &apos;master&apos; into knepley/feature-plex-pragmatic-parallel</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-pragmatic-parallel* master: (1379 commits)  Minor fixes for tchem examples due to changes in PETSc infrastructure  update webpage about API changes  add help menu for MatCreateSubMatricesMPI()  rename struct Mat_SubMat -&gt; Mat_SubSppt  add a little information to the manual about using tchem  rename MatCreateSubMatrixComposite -&gt; MatCreateSubMatrixVirtual; Mat_SubMatrix -&gt; Mat_SubVirtual  need to protect the \ passed on the makefile on my Mac  Bib: Updated ref  update src/mat/examples/tests/output/ex23_#.out  rename MatGetSubMat -&gt; MatCreateSubMat  Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES  superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib  backport fixes cc105cc3 2b35c90a - required for 3bf428d - that was backported from master - 80c96bb  &apos;echo -n&apos; fails on opensolaris/osx - so avoid using it.  fix diffs in nightlybuilds due to options in ~/.petscrc  add Kelley03 to src/docs/tex/petsc.bib  build: determine moudles, mpi.h used during buildtime and print in &apos;info&apos;  fix analyzer warnings  fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms]  config: prefer __restrict over C99 restrict keyword  ...

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Tue, 14 Mar 2017 14:32:52 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>61393a829dfe438d765e51107737e91571a895d9 - Merge branch &apos;stefano_zampini/feature-mathypre&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#61393a829dfe438d765e51107737e91571a895d9</link>
        <description>Merge branch &apos;stefano_zampini/feature-mathypre&apos;

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Sat, 26 Nov 2016 01:54:09 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dd9c0a25dbe2a535db1b669ab1f65e7c9e227acd - MatHYPRE: added include/mathypre.h as Barry suggested</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscmathypre.h#dd9c0a25dbe2a535db1b669ab1f65e7c9e227acd</link>
        <description>MatHYPRE: added include/mathypre.h as Barry suggestedAdded getter function for the ParCSR object

            List of files:
            /petsc/include/petscmathypre.h</description>
        <pubDate>Sun, 20 Nov 2016 06:07:40 +0000</pubDate>
        <dc:creator>stefano_zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
