<?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 ex12.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2286efddd54511ab18e8e2adb1e023c4bf8f0b92 - Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#2286efddd54511ab18e8e2adb1e023c4bf8f0b92</link>
        <description>Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFnSee merge request petsc/petsc!8615

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Thu, 25 Sep 2025 13:44:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57d508425293f0bb93f59574d14951d8faac9af8 - Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#57d508425293f0bb93f59574d14951d8faac9af8</link>
        <description>Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Thu, 31 Jul 2025 01:09:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c9d2631288ff573893bcb417a7a23aaf6204eef7 - Merge branch &apos;knepley/fix-bamg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#c9d2631288ff573893bcb417a7a23aaf6204eef7</link>
        <description>Merge branch &apos;knepley/fix-bamg&apos; into &apos;main&apos;PC: Fix BAMGSee merge request petsc/petsc!8633

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Thu, 07 Aug 2025 15:06:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3cf854808db7ac27beaeab3ba82438a3a68c91a3 - SNES ex12: Reactivate BAMG test</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#3cf854808db7ac27beaeab3ba82438a3a68c91a3</link>
        <description>SNES ex12: Reactivate BAMG test

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Wed, 06 Aug 2025 16:43:46 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>609caa7c8c030312b00807b4f015fd827bb80932 - Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#609caa7c8c030312b00807b4f015fd827bb80932</link>
        <description>Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;Remove 535 empty .out and consolidate the use of output/empty.outSee merge request petsc/petsc!8538

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Sat, 19 Jul 2025 04:14:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3886731f808f6f9ca8348e6e791c818340d72f91 - Remove explicitly listed empty files and switch to output/empty.out</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#3886731f808f6f9ca8348e6e791c818340d72f91</link>
        <description>Remove explicitly listed empty files and switch to output/empty.out

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Wed, 09 Jul 2025 05:18:30 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>b0c2465266418f4a23c66cb85be6920c3b31fc90 - Merge branch &apos;jolivet/feature-pchpddm-slepc-thresholds&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#b0c2465266418f4a23c66cb85be6920c3b31fc90</link>
        <description>Merge branch &apos;jolivet/feature-pchpddm-slepc-thresholds&apos; into &apos;main&apos;PCHPDDM: switch to native SLEPc optionsSee merge request petsc/petsc!8536

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Mon, 14 Jul 2025 15:19:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b5a302b32283056a570b9c7766b323c57e4752e5 - PCHPDDM: switch to native SLEPc options</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#b5a302b32283056a570b9c7766b323c57e4752e5</link>
        <description>PCHPDDM: switch to native SLEPc options- Deprecate -eps_threshold in favor of -eps_threshold_absolute- Deprecate -eps_relative_threshold in favor of -eps_threshold_relative- Deprecate -svd_relative_threshold in favor of -svd_threshold_relative- More flexibility to users, e.g., one can now supply -svd_threshold_relative but not -svd_nsv

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Tue, 08 Jul 2025 15:26:04 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>1bafe4bbfb15d2551e354d137a350dd8ce6fc237 - Merge branch &apos;barry/2025-05-15/fix-func-typedef-names&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#1bafe4bbfb15d2551e354d137a350dd8ce6fc237</link>
        <description>Merge branch &apos;barry/2025-05-15/fix-func-typedef-names&apos; into &apos;main&apos;All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)See merge request petsc/petsc!8408

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Tue, 20 May 2025 03:13:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2192575e8c1428e47f7eac7b348fe8e57717183e - All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#2192575e8c1428e47f7eac7b348fe8e57717183e</link>
        <description>All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Thu, 15 May 2025 13:22:09 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b8b475e76995c5d36088ccb99653458c7610fe03 - Merge branch &apos;knepley/feature-coord-dim-change&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#b8b475e76995c5d36088ccb99653458c7610fe03</link>
        <description>Merge branch &apos;knepley/feature-coord-dim-change&apos; into &apos;main&apos;Plex: Change of coordinate dimension fully workingSee merge request petsc/petsc!8238

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Wed, 26 Mar 2025 17:26:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>714adf7acf36950b05c0fca4493cba3de49dd648 - SNES ex12: Added test for coordinate dimension change</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#714adf7acf36950b05c0fca4493cba3de49dd648</link>
        <description>SNES ex12: Added test for coordinate dimension change

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Tue, 25 Mar 2025 18:59:33 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>20ac1e9ecb449d261c0d3f5187cceb4b4faea95a - Merge branch &apos;knepley/feature-embedded-manifold&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#20ac1e9ecb449d261c0d3f5187cceb4b4faea95a</link>
        <description>Merge branch &apos;knepley/feature-embedded-manifold&apos; into &apos;main&apos;Plex+PetscFE: Fixes to allow embedded manifoldsSee merge request petsc/petsc!8141

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Wed, 19 Feb 2025 17:21:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>849e54c49f1b59235b10a0c0eb6b565edf565167 - SNES ex12: Add test for embedded manifold</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#849e54c49f1b59235b10a0c0eb6b565edf565167</link>
        <description>SNES ex12: Add test for embedded manifold

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Mon, 17 Feb 2025 14:33:41 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f5d6632c52eddf01fafe08935097828f9f29c92e - Merge branch &apos;barry/2024-09-17/speedup-gmakegentest&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#f5d6632c52eddf01fafe08935097828f9f29c92e</link>
        <description>Merge branch &apos;barry/2024-09-17/speedup-gmakegentest&apos; into &apos;main&apos;Have gmakegentest.py not generated unneeded scripts for faster runsSee merge request petsc/petsc!7843

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Thu, 26 Sep 2024 15:25:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0338c94495b54376573e2dd674640a2b674ea157 - Add check for misuse of TODO in gmakegentest.py specifications and fix misuse</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#0338c94495b54376573e2dd674640a2b674ea157</link>
        <description>Add check for misuse of TODO in gmakegentest.py specifications and fix misuse

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Wed, 18 Sep 2024 15:53:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a4da37cc7b8213c9886569a31dc677d46dfb4c49 - Merge branch &apos;stefanozampini/dmplex-mass&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#a4da37cc7b8213c9886569a31dc677d46dfb4c49</link>
        <description>Merge branch &apos;stefanozampini/dmplex-mass&apos; into &apos;main&apos;Fixes/enhancements for mass matrix supportSee merge request petsc/petsc!7649

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Tue, 27 Aug 2024 14:09:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c29ce622fa97c279dda1474b2f4e55cdcf02f6de - DMPLEXVTU: fix for empty processes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex12.c#c29ce622fa97c279dda1474b2f4e55cdcf02f6de</link>
        <description>DMPLEXVTU: fix for empty processesadd test

            List of files:
            /petsc/src/snes/tutorials/ex12.c</description>
        <pubDate>Wed, 21 Aug 2024 11:08:24 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
