<?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 seqhashmatsetvalues.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>98c71c5347255d60883c12cea524af61c5bb7ef8 - Merge branch &apos;stefanozampini/fixes-for-hash-assembling&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h#98c71c5347255d60883c12cea524af61c5bb7ef8</link>
        <description>Merge branch &apos;stefanozampini/fixes-for-hash-assembling&apos; into &apos;main&apos;MatSetValuesHash: support ignorezeroentriesSee merge request petsc/petsc!8639

            List of files:
            /petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h</description>
        <pubDate>Tue, 12 Aug 2025 14:05:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9680b7cedbd3b2fa4b943552cd701a6633a2ad02 - MatSetValuesHash: support ignorezeroentries</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h#9680b7cedbd3b2fa4b943552cd701a6633a2ad02</link>
        <description>MatSetValuesHash: support ignorezeroentriesFix ubsan output

            List of files:
            /petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h</description>
        <pubDate>Sat, 09 Aug 2025 13:04:32 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/mat/impls/aij/seq/seqhashmatsetvalues.h#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/mat/impls/aij/seq/seqhashmatsetvalues.h</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>f4f49eeac7efa77fffa46b7ff95a3ed169f659ed - Remove multiple parentheses and extra semicolon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h#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/mat/impls/aij/seq/seqhashmatsetvalues.h</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>b047e4b5ae898dcf41db17a6fe493024fe984f6c - Merge branch &apos;barry/2022-09-12/fix-mat-preallocation&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h#b047e4b5ae898dcf41db17a6fe493024fe984f6c</link>
        <description>Merge branch &apos;barry/2022-09-12/fix-mat-preallocation&apos; into &apos;main&apos;try to build efficient hash table allocation directly into MatSee merge request petsc/petsc!5621

            List of files:
            /petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h</description>
        <pubDate>Fri, 17 Feb 2023 23:21:37 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>26cec32642a02ddeaa9481e1a5bd50b8500ffeea - Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h#26cec32642a02ddeaa9481e1a5bd50b8500ffeea</link>
        <description>Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routines* Optimizations such as direct support for MatSetValuesBlocked() for *BAIJ can be added in the futureCommit-type: feature/spend 25h

            List of files:
            /petsc/src/mat/impls/aij/seq/seqhashmatsetvalues.h</description>
        <pubDate>Thu, 08 Dec 2022 22:55:21 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
