<?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 veccreatematdense.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/src/mat/utils/veccreatematdense.c#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/src/mat/utils/veccreatematdense.c</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>5d83a8b16d06840f96948f1a43aa9c83c769a60a - This requires some changes to user FORTRAN code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#5d83a8b16d06840f96948f1a43aa9c83c769a60a</link>
        <description>This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Thu, 30 May 2024 04:27:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f15dbde4c80bcf6fd333aac3219b00d429e9e7a2 - Merge branch &apos;jolivet/fix-single-quote&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#f15dbde4c80bcf6fd333aac3219b00d429e9e7a2</link>
        <description>Merge branch &apos;jolivet/fix-single-quote&apos; into &apos;main&apos;Docs: fix wrong single quoteSee merge request petsc/petsc!7348

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Sat, 09 Mar 2024 14:11:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2913281cf5b0718364502e8e99caf51ac5dad4a8 - Docs: fix wrong single quote</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#2913281cf5b0718364502e8e99caf51ac5dad4a8</link>
        <description>Docs: fix wrong single quote

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Sat, 09 Mar 2024 06:16:55 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/utils/veccreatematdense.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/mat/utils/veccreatematdense.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/mat/utils/veccreatematdense.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/mat/utils/veccreatematdense.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>02477ebbb21fa13a3b107e40dce1c3d726eb3600 - Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#02477ebbb21fa13a3b107e40dce1c3d726eb3600</link>
        <description>Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;Enable docs lintingSee merge request petsc/petsc!6667

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Sat, 15 Jul 2023 03:37:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fe59aa6d68c880d4014a5813129926ee5b21e858 - Lint apply: mat</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#fe59aa6d68c880d4014a5813129926ee5b21e858</link>
        <description>Lint apply: mat

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Wed, 12 Jul 2023 16:13:53 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>be50c30339ca31c8a6bd55052579a44612ba7482 - docs: additional chapter_ -&gt; ch_ change in main after merge of release changes from !6520</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#be50c30339ca31c8a6bd55052579a44612ba7482</link>
        <description>docs: additional chapter_ -&gt; ch_ change in main after merge of release changes from !6520

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Sat, 03 Jun 2023 14:25:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>52c275a198033a26ac5c93047802d34a681c1dbf - Merge branch &apos;stefanozampini/h2opus-dmdakokkos&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#52c275a198033a26ac5c93047802d34a681c1dbf</link>
        <description>Merge branch &apos;stefanozampini/h2opus-dmdakokkos&apos; into &apos;main&apos;Add support for KOKKOS in H2OPUSSee merge request petsc/petsc!6408

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Thu, 18 May 2023 12:40:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d16ceb7590f23315f034853cec344faff90b289e - Add MatCreateDenseForVecType</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#d16ceb7590f23315f034853cec344faff90b289e</link>
        <description>Add MatCreateDenseForVecTypeRemove old implementation (only in main) and update testand a convenience internal routine to allocate the column vector when requested

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Thu, 04 May 2023 15:46:10 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1f7c738090f86092f349aad1114e2a8e1f0cb7a1 - Merge branch &apos;hsuh/mat-create-dense-from-vectype&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#1f7c738090f86092f349aad1114e2a8e1f0cb7a1</link>
        <description>Merge branch &apos;hsuh/mat-create-dense-from-vectype&apos; into &apos;main&apos;Add VecCreateMatDense(): Create a matrix that matches the type of a VecSee merge request petsc/petsc!6237

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Wed, 05 Apr 2023 20:18:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ad6ad4e1001d671871ea421207c339a82ab9a82f - Add VecCreateMatDense(): Create a matrix that matches the type of a Vec</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/utils/veccreatematdense.c#ad6ad4e1001d671871ea421207c339a82ab9a82f</link>
        <description>Add VecCreateMatDense(): Create a matrix that matches the type of a Vec

            List of files:
            /petsc/src/mat/utils/veccreatematdense.c</description>
        <pubDate>Wed, 05 Apr 2023 20:18:15 +0000</pubDate>
        <dc:creator>Hansol  Suh &lt;hansol.suh.123@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
