<?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 petscviewer.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b31b2f82859ff8548562364efb89146f661bbcd9 - Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#b31b2f82859ff8548562364efb89146f661bbcd9</link>
        <description>Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;Finish converting the function prototypes of destroy for contexts to use PetscCtxDestroyFnSee merge request petsc/petsc!8810

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Mon, 10 Nov 2025 16:51:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e6aa7a3b58de511b7893b99d70d9918118eb1ba8 - The goal of all the commits in this MR is to unify the destruction of &quot;application&quot; contexts.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#e6aa7a3b58de511b7893b99d70d9918118eb1ba8</link>
        <description>The goal of all the commits in this MR is to unify the destruction of &quot;application&quot; contexts.This will help with supporting language bindings. For example, for Fortran the application contextwould be a user derived typeFix prototype of DMShellSetDestroyCtx function argument to use PETSc standard way of doing it with  PetscCtxDestroyF.Also fix PetscViewerGLVisSetFields prototype of destroy functionThese two locations were missed when PetscCtxDestroyFn was introduced as the universal function prototype for context destruction in 3.23Reported-by: Victor Eijkhout

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Fri, 24 Oct 2025 16:12:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>569842eab33f34bb7093bf3ce5b81678872a64be - Merge branch &apos;jrwrigh/fix_viewer_format_destroy&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#569842eab33f34bb7093bf3ce5b81678872a64be</link>
        <description>Merge branch &apos;jrwrigh/fix_viewer_format_destroy&apos; into &apos;main&apos;viewer: Add back &quot;data_destroy function to PetscViewerAndFormat&quot;See merge request petsc/petsc!8232

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Thu, 27 Mar 2025 14:38:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e15058bc6aac6802fd4df1f195ce19b0da2c1c66 - viewer: Add data_destroy function to PetscViewerAndFormat</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#e15058bc6aac6802fd4df1f195ce19b0da2c1c66</link>
        <description>viewer: Add data_destroy function to PetscViewerAndFormatCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Thu, 21 Nov 2024 23:45:38 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>a8f198c3f45e11a8a14d2892cf33215c7e2b8a6b - Merge branch &apos;jrwrigh/viewer_and_format_destroy_data&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#a8f198c3f45e11a8a14d2892cf33215c7e2b8a6b</link>
        <description>Merge branch &apos;jrwrigh/viewer_and_format_destroy_data&apos; into &apos;main&apos;viewer: Add data_destroy function to PetscViewerAndFormatSee merge request petsc/petsc!8023

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Sat, 23 Nov 2024 01:11:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>273c0fda93e3d7578dcc74c2dfa6405cbcf928f1 - viewer: Add data_destroy function to PetscViewerAndFormat</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#273c0fda93e3d7578dcc74c2dfa6405cbcf928f1</link>
        <description>viewer: Add data_destroy function to PetscViewerAndFormatCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Thu, 21 Nov 2024 23:45:38 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>2355682a5863f6075d0c727c85fd96682baa0e2a - Merge branch &apos;jolivet/fix-overflow-seqdense&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#2355682a5863f6075d0c727c85fd96682baa0e2a</link>
        <description>Merge branch &apos;jolivet/fix-overflow-seqdense&apos; into &apos;main&apos;Mat: avoid overflow when loading a MatSeqDenseSee merge request petsc/petsc!8008

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Sat, 16 Nov 2024 22:37:50 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3e1d7bcee767734a8e90c8f1063bcb51f1ecacd7 - Mat: avoid overflow when loading a MatSeqDense</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#3e1d7bcee767734a8e90c8f1063bcb51f1ecacd7</link>
        <description>Mat: avoid overflow when loading a MatSeqDense

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Thu, 14 Nov 2024 14:03:10 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>0f6b61ebcc3e6537ba558a641cd0ae0acf185194 - Merge branch &apos;knepley/feature-plex-plot&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#0f6b61ebcc3e6537ba558a641cd0ae0acf185194</link>
        <description>Merge branch &apos;knepley/feature-plex-plot&apos; into &apos;main&apos;Plex+Viewer: PETSCVIEWERPYTHON and PyVista support for DMPLEXSee merge request petsc/petsc!7884

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Tue, 15 Oct 2024 17:11:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>22d6dc081b2bdf689b9a42b21f546588ee2028de - Plex+Viewer: Added Python and PyVista viewers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#22d6dc081b2bdf689b9a42b21f546588ee2028de</link>
        <description>Plex+Viewer: Added Python and PyVista viewers- Enable viewer filename interface for Python viewer- Add -viewer_python_filename to set the output filename- Add -dm_plex_transform_active_values to explicitly set values in the label- Add -dm_plex_option_phases to control sequencing of setup from the command line

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Thu, 19 Sep 2024 22:54:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d31083bd1c88d0081603f3fbb255d423f3f29d55 - Merge branch &apos;jczhang/2024-07-02/revise-vecduplicatevecs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#d31083bd1c88d0081603f3fbb255d423f3f29d55</link>
        <description>Merge branch &apos;jczhang/2024-07-02/revise-vecduplicatevecs&apos; into &apos;main&apos;Simplify VecDuplicateVecsSee merge request petsc/petsc!7668

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Mon, 09 Sep 2024 17:38:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bd6a2ce3433a52f4885962dc99544f076bdf75c0 - viewer: add comments on PETSC_VIEWER_ASCII_INFO_DETAIL</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#bd6a2ce3433a52f4885962dc99544f076bdf75c0</link>
        <description>viewer: add comments on PETSC_VIEWER_ASCII_INFO_DETAIL

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Tue, 27 Aug 2024 15:12:01 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fda22ce0288f038e74a7a161392fef83f72080b8 - Merge branch &apos;barry/2024-07-01/fix-petscoptionsgetviewer&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#fda22ce0288f038e74a7a161392fef83f72080b8</link>
        <description>Merge branch &apos;barry/2024-07-01/fix-petscoptionsgetviewer&apos; into &apos;main&apos;The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore modelSee merge request petsc/petsc!7667

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Mon, 08 Jul 2024 14:32:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>648c30bcb65f74c3cbd15d7a91a7ed7c1890e25b - The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore model</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#648c30bcb65f74c3cbd15d7a91a7ed7c1890e25b</link>
        <description>The use case of PetscOptionsGetViewer() has evolved to no longer be the get/restore modelHence the code needs to be refactoredIntroduce PetscCallNull() and PetscCallMPINull() to simplify PETSC_VIEWER_XXXX_() routinesReported-by: James WrightThanks-to: Jeremy L Thompson

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Mon, 08 Jul 2024 14:32:22 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a623e290c7eaa252b385564179837fe27521fbac - Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#a623e290c7eaa252b385564179837fe27521fbac</link>
        <description>Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;More improvements to Fortran stubs and interfacesSee merge request petsc/petsc!7598

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Wed, 12 Jun 2024 03:37:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>377f809a66ddb103acb624d65d678901d378fe03 - All constructors should do PetscAssertPointer on output object</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscviewer.h#377f809a66ddb103acb624d65d678901d378fe03</link>
        <description>All constructors should do PetscAssertPointer on output objectReported-by: Blaise BourdinConstructors should not initialize the output to NULL upon entry, serves no purposeFix some formatting in constructors

            List of files:
            /petsc/include/petscviewer.h</description>
        <pubDate>Fri, 07 Jun 2024 19:45:33 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
