<?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 dualspacesum.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac530a7e429a3ef5a9263376acf6071236a5db98 - Remove unnecessary braces around one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#ac530a7e429a3ef5a9263376acf6071236a5db98</link>
        <description>Remove unnecessary braces around one-linersgit grep -lE &quot;[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$&quot; -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | xargs sed -i &apos;&apos; -E &apos;s#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#&apos;

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Tue, 03 Jun 2025 13:10:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>bcda9346efad4e5ba2d553af84eb238771ba1e25 - Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#bcda9346efad4e5ba2d553af84eb238771ba1e25</link>
        <description>Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;missing &quot;s&quot; for isascii and issundialsSee merge request petsc/petsc!8559

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Wed, 27 Aug 2025 20:05:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f196a0264fbaf0568fead3a30c861c7ae4cf663 - missing &quot;s&quot; for isascii and issundials</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#9f196a0264fbaf0568fead3a30c861c7ae4cf663</link>
        <description>missing &quot;s&quot; for isascii and issundials

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Thu, 17 Jul 2025 22:45:54 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>2b338477d770c45a88d8c20a3ee06ef156cc4d7c - Merge branch &apos;MarDiehl/1781-unify-type-of-setupcalled-to-petscbool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#2b338477d770c45a88d8c20a3ee06ef156cc4d7c</link>
        <description>Merge branch &apos;MarDiehl/1781-unify-type-of-setupcalled-to-petscbool&apos; into &apos;main&apos;Use PetscBool instead of PetscInt for setupcalledSee merge request petsc/petsc!8495

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Thu, 03 Jul 2025 18:10:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>371d2eb7c12e2e633516fd846e18141c0cd1b5b5 - Use PetscBool instead of PetscInt for setupcalled</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#371d2eb7c12e2e633516fd846e18141c0cd1b5b5</link>
        <description>Use PetscBool instead of PetscInt for setupcalledPetscInt was used in some structs, but the underlying logic requires only Booleans. Also removed an unused variable and unified capitalization.

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Thu, 03 Jul 2025 18:10:46 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&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/src/dm/dt/dualspace/impls/sum/dualspacesum.c#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/src/dm/dt/dualspace/impls/sum/dualspacesum.c</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/src/dm/dt/dualspace/impls/sum/dualspacesum.c#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/src/dm/dt/dualspace/impls/sum/dualspacesum.c</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>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Sat, 05 Oct 2024 11: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/src/dm/dt/dualspace/impls/sum/dualspacesum.c#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/src/dm/dt/dualspace/impls/sum/dualspacesum.c</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>dd460d279d400be05a060420ac00c7301eb4da3f - Fixes for clang-tidy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#dd460d279d400be05a060420ac00c7301eb4da3f</link>
        <description>Fixes for clang-tidy

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Tue, 10 Sep 2024 20:42:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>00045ab3a8873bd6d354c32c69d605d149023335 - Remove carriage return in Petsc(Assert|Check)()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#00045ab3a8873bd6d354c32c69d605d149023335</link>
        <description>Remove carriage return in Petsc(Assert|Check)()git grep -l -E &quot;Petsc(Assert|Check)\(.*\\\n\&quot;[,)]&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc(Assert|Check)\((.*)\\n&quot;([,)])#Petsc\1\(\2\&quot;\3#g&apos;Suggested-by: Stefano Zampini

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Sun, 11 Feb 2024 06:41:25 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f4f49eeac7efa77fffa46b7ff95a3ed169f659ed - Remove multiple parentheses and extra semicolon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#f4f49eeac7efa77fffa46b7ff95a3ed169f659ed</link>
        <description>Remove multiple parentheses and extra semicolongit grep -l -E &quot;\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]&quot; | xargs sed -r -i&apos;&apos; &apos;s#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g&apos;git grep -l -E &quot;Petsc(.)*\(\(\*[a-zA-Z0-9_]*\),&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g&apos;git grep -l -E &quot;([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)&quot; | xargs sed -r -i&apos;&apos; &apos;s#([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g&apos;

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Sun, 11 Feb 2024 06:40:18 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>4d86920da9ee67c835173a5dfffa1b3a52fd24ca - checkbadSource: rules for PetscFunctionBegin and derivatives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#4d86920da9ee67c835173a5dfffa1b3a52fd24ca</link>
        <description>checkbadSource: rules for PetscFunctionBegin and derivatives

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Sat, 10 Feb 2024 08:07:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>1f5f95ac1d0ff2f8a24f6b6bff939d303585461d - Merge branch &apos;knepley/fix-plex-create-and-view&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#1f5f95ac1d0ff2f8a24f6b6bff939d303585461d</link>
        <description>Merge branch &apos;knepley/fix-plex-create-and-view&apos; into &apos;main&apos;Fixes for Plex creation and viewingSee merge request petsc/petsc!7159

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Wed, 03 Jan 2024 19:59:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>85036b150ab99828c50b5c17497bef49f0a72b21 - DM: Correct misspelling</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#85036b150ab99828c50b5c17497bef49f0a72b21</link>
        <description>DM: Correct misspelling

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Wed, 03 Jan 2024 00:20:28 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>57a85133bc6ce709a7009ea429135487f21ddedc - Merge branch &apos;tisaac/feature-petscfe-vector-in-use&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#57a85133bc6ce709a7009ea429135487f21ddedc</link>
        <description>Merge branch &apos;tisaac/feature-petscfe-vector-in-use&apos; into &apos;main&apos;Use PETSCFEVECTOR throughout PetscSee merge request petsc/petsc!6833

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Tue, 05 Sep 2023 14:24:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2dce792e531186164765a9583d36d03ffc15e9ea - PetscFE: add PETSCFEVECTOR</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c#2dce792e531186164765a9583d36d03ffc15e9ea</link>
        <description>PetscFE: add PETSCFEVECTORReductions in the cost of computing, storing, and applyinga Tabulation can be achieved for a finite element spacethat is a vector of &quot;scalar&quot; finite elements (the &quot;scalar&quot;element itself could be vector-valued).Reductions in the cost of storing and applyinga Tabulation can&apos;t be realized until the PetscTabulation structureitself is changed, but at the very least reduction in the cost ofcomputing a tabulation is possible with a new PetscFEType,PETSCFEVECTOR.To complete the interface, we also add PETSCDUALSPACESUM,a dual space whose dual basis is the sum of other dual bases,that parallels PETSCSPACESUM (the space and dual space ofa PETSCFEVECTOR are a PETSCSPACESUM and PETSCDUALSPACESUM,respectively).To allow the user to specify whether thebasis vector and value components of the PETSCFEVECTORof blockwise or interleaved, we also have to make surePETSCSPACESUM and PETSCDUALSPACESUM can have blockwiseor interleaved behavior.  We add both capabilities.PETSCFEVECTOR is now used by detecting compatiblevector-valued dual and primal spaces in PetscFECreateFromSpaces().

            List of files:
            /petsc/src/dm/dt/dualspace/impls/sum/dualspacesum.c</description>
        <pubDate>Mon, 14 Aug 2023 15:41:17 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
