<?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 submatfree.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9dd11ecf0918283bb567d8b33a92f53ac4ea7840 - Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#9dd11ecf0918283bb567d8b33a92f53ac4ea7840</link>
        <description>Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;Check header guardsSee merge request petsc/petsc!6822

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Fri, 25 Aug 2023 13:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a496304597bacff3545e802853d69e8765312868 - Convert all header guards to pragma once</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Fri, 18 Aug 2023 15:13:00 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3ea99036a5fedea4d39e7e77471d0ab500c249d7 - Fix some malformed if !defined() header guards</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#3ea99036a5fedea4d39e7e77471d0ab500c249d7</link>
        <description>Fix some malformed if !defined() header guards

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Thu, 17 Aug 2023 21:56:14 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ec14d8c89faff4da33ce280481028a5ac84471b1 - Merge branch &apos;master&apos; into knepley/feature-plex-sphere-mesh</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#ec14d8c89faff4da33ce280481028a5ac84471b1</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-sphere-mesh* master: (2633 commits)  Bib: Added ref  SNES ex56: Update test output  add a citation to petsc.bib  Plex: Initialize variables  initialize ap as complained by the nightly tests  Plex ex3: Update to new point function API  initialize some variables as complained by nightly tests  SNES ex12: Mix misnaming Nf --&gt; Nc  update tests  add tests  add MatView_SeqXAIJ_ASCII_structonly(); enable A-&gt;structure_only in MatSetValuesBlocked_SeqBAIJ  typo  fill-in some references  Bib: Fixed ref  Plex: Added PLY to file support  Plex: Adding PLY support  PetscDS: Turn off Fortran bindings for Constants  Plex tests: Updated to new point function API  SNES ex56: Moved tests to new format  DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields  ...Conflicts:	config/builder.py	include/petscdmplex.h	src/dm/impls/plex/examples/tests/ex1.c	src/dm/impls/plex/plexcreate.c	src/dm/impls/plex/plexgmsh.c	src/snes/examples/tutorials/ex63.c

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Sat, 27 May 2017 04:49:49 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a166d2596d8add78ff353c6afe83912bca8cd942 - Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-torus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#a166d2596d8add78ff353c6afe83912bca8cd942</link>
        <description>Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-torus* knepley/fix-plex-example-logging: (151 commits)  Plex ex12: Added logging stages  Plex ex1: Added logging stages  update to latest hypre tag on github  fix &apos;inf&apos; vs &apos;Inf&apos; diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19  MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS.  replace use/mention of depreciated -log_summary in many places  add extchem.py which was written years ago but never put in the distribution (hence it is broken).  petsc4py: update to snapshot with MatGetSubMatrices -&gt; MatCreateSubMatrices etc API changes  Minor fixes for tchem examples due to changes in PETSc infrastructure  update webpage about API changes  add help menu for MatCreateSubMatricesMPI()  PetscCMPLX: assume type punning is safe  rename struct Mat_SubMat -&gt; Mat_SubSppt  add a little information to the manual about using tchem  rename MatCreateSubMatrixComposite -&gt; MatCreateSubMatrixVirtual; Mat_SubMatrix -&gt; Mat_SubVirtual  need to protect the \ passed on the makefile on my Mac  Bib: Updated ref  update src/mat/examples/tests/output/ex23_#.out  rename MatGetSubMat -&gt; MatCreateSubMat  Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES  ...Conflicts:	src/dm/impls/plex/examples/tests/ex1.c	src/dm/impls/plex/examples/tests/ex12.c

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Wed, 15 Mar 2017 16:58:37 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>851d29aaf3a2215140b1da563c93fac45421fa56 - Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-tests-new</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#851d29aaf3a2215140b1da563c93fac45421fa56</link>
        <description>Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-tests-new* knepley/fix-plex-example-logging: (151 commits)  Plex ex12: Added logging stages  Plex ex1: Added logging stages  update to latest hypre tag on github  fix &apos;inf&apos; vs &apos;Inf&apos; diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19  MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS.  replace use/mention of depreciated -log_summary in many places  add extchem.py which was written years ago but never put in the distribution (hence it is broken).  petsc4py: update to snapshot with MatGetSubMatrices -&gt; MatCreateSubMatrices etc API changes  Minor fixes for tchem examples due to changes in PETSc infrastructure  update webpage about API changes  add help menu for MatCreateSubMatricesMPI()  PetscCMPLX: assume type punning is safe  rename struct Mat_SubMat -&gt; Mat_SubSppt  add a little information to the manual about using tchem  rename MatCreateSubMatrixComposite -&gt; MatCreateSubMatrixVirtual; Mat_SubMatrix -&gt; Mat_SubVirtual  need to protect the \ passed on the makefile on my Mac  Bib: Updated ref  update src/mat/examples/tests/output/ex23_#.out  rename MatGetSubMat -&gt; MatCreateSubMat  Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES  ...Conflicts:	src/dm/impls/plex/examples/tests/ex12.c

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Wed, 15 Mar 2017 16:56:37 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8 - Merge branch &apos;master&apos; into knepley/feature-plex-pragmatic-parallel</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-pragmatic-parallel* master: (1379 commits)  Minor fixes for tchem examples due to changes in PETSc infrastructure  update webpage about API changes  add help menu for MatCreateSubMatricesMPI()  rename struct Mat_SubMat -&gt; Mat_SubSppt  add a little information to the manual about using tchem  rename MatCreateSubMatrixComposite -&gt; MatCreateSubMatrixVirtual; Mat_SubMatrix -&gt; Mat_SubVirtual  need to protect the \ passed on the makefile on my Mac  Bib: Updated ref  update src/mat/examples/tests/output/ex23_#.out  rename MatGetSubMat -&gt; MatCreateSubMat  Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES  superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib  backport fixes cc105cc3 2b35c90a - required for 3bf428d - that was backported from master - 80c96bb  &apos;echo -n&apos; fails on opensolaris/osx - so avoid using it.  fix diffs in nightlybuilds due to options in ~/.petscrc  add Kelley03 to src/docs/tex/petsc.bib  build: determine moudles, mpi.h used during buildtime and print in &apos;info&apos;  fix analyzer warnings  fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms]  config: prefer __restrict over C99 restrict keyword  ...

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Tue, 14 Mar 2017 14:32:52 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0e168440d57bbd3fcc918b44ec591c8d10c64b8a - Merge branch &apos;master&apos; of bitbucket.org:petsc/petsc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#0e168440d57bbd3fcc918b44ec591c8d10c64b8a</link>
        <description>Merge branch &apos;master&apos; of bitbucket.org:petsc/petsc

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Wed, 08 Mar 2017 20:24:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8cc6944de70262070b9d67b4abcee4b095955fa0 - Merge remote-tracking branch &apos;origin/hzhang/rename_matgetsubmats&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#8cc6944de70262070b9d67b4abcee4b095955fa0</link>
        <description>Merge remote-tracking branch &apos;origin/hzhang/rename_matgetsubmats&apos;

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Wed, 08 Mar 2017 19:49:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7dae84e064f15683b0c1756735f0ad1de62763f6 - rename MatGetSubMat -&gt; MatCreateSubMat</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#7dae84e064f15683b0c1756735f0ad1de62763f6</link>
        <description>rename MatGetSubMat -&gt; MatCreateSubMat

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Tue, 07 Mar 2017 15:45:40 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hzhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54761ea350c3a259b2777f539794cfed5144f949 - Merge branch &apos;master&apos; into barry/fix-successful-numerical-factorization-after-failure/master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#54761ea350c3a259b2777f539794cfed5144f949</link>
        <description>Merge branch &apos;master&apos; into barry/fix-successful-numerical-factorization-after-failure/masterThe maint patch for the given problem cannot merge cleanly into next due to changesin the same code in master (the introduction of MatFactorGetError()) therefor needto merge in master and use the new construct before merging to next

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Sun, 14 Aug 2016 23:54:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bef83e6304aa9a4429c00e1a66d8b562b06f318c - Merge branch &apos;master&apos; into stefano_zampini/feature-pcbddc-saddlepoint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#bef83e6304aa9a4429c00e1a66d8b562b06f318c</link>
        <description>Merge branch &apos;master&apos; into stefano_zampini/feature-pcbddc-saddlepointConflicts:	src/ksp/pc/impls/bddc/bddc.c	src/ksp/pc/impls/bddc/bddcprivate.c	src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Mon, 23 May 2016 08:53:31 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7caaeba45d3d534537f3139be22fa97967d9eeb7 - Merge branch &apos;master&apos; into barral/feature-dmplex-adapt</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#7caaeba45d3d534537f3139be22fa97967d9eeb7</link>
        <description>Merge branch &apos;master&apos; into barral/feature-dmplex-adapt

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Thu, 19 May 2016 13:26:26 +0000</pubDate>
        <dc:creator>barral &lt;none@none.fr&gt;</dc:creator>
    </item>
<item>
        <title>3546dc83c3ed55c7725e7114a22a16e6195158a7 - Merge branch &apos;jose/maint/tabs-print-class&apos; into maint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#3546dc83c3ed55c7725e7114a22a16e6195158a7</link>
        <description>Merge branch &apos;jose/maint/tabs-print-class&apos; into maint

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Tue, 17 May 2016 18:48:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>de18c742a7a12d2b4d43030598cf1da24b46f399 - Merge branch &apos;master&apos; into knepley/feature-parallel-mesh-load</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#de18c742a7a12d2b4d43030598cf1da24b46f399</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-parallel-mesh-load* master: (59 commits)  Increase patchlevel to 3.7.1  Fix manual page for MatGetTransposeNullSpace()  remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant()  added SNESView for ngs, added options database to ngs manual page, removed dead routine  gcov: enable in mpiuni test  incorrect capitalization of an even name  force same number of iterations for output of ml example  changed output for ml example to not be machine dependent  DMP4est: access data after setup  SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft.  Example had print statements of complex numbers  Fix more errors in agmres for 64 bit integers  builds: fix nampespase conflict with &apos;analyzer-buid&apos; and checkBuilds.py  gcov: add more packages to test  add a couple of KSP that were not represented in testing  gcov: enable more externalpackages for this test  fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux  get GAMG to get null space (more)  fix c++ compile errors  Add test example for kacmarz preconditioner since gcov indicated there was NONE  ...

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Mon, 16 May 2016 16:01:47 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>18790e9cea66cc72f89418ddb89bb498d2a9ef5c - Merge branch &apos;master&apos; of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#18790e9cea66cc72f89418ddb89bb498d2a9ef5c</link>
        <description>Merge branch &apos;master&apos; of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Sat, 14 May 2016 20:19:43 +0000</pubDate>
        <dc:creator>Mark Adams &lt;cal2princeton@yahoo.com&gt;</dc:creator>
    </item>
<item>
        <title>65002f03a0828b04d8f53bca66be86e05ba57eed - Merge branch &apos;barry/make-functions-static&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#65002f03a0828b04d8f53bca66be86e05ba57eed</link>
        <description>Merge branch &apos;barry/make-functions-static&apos;

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Sat, 14 May 2016 17:10:39 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>367daffbeca5f1514f664d9be3910d7b6e19736f - Updated script for detecting visible symbols</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/matrix/submatfree.h#367daffbeca5f1514f664d9be3910d7b6e19736f</link>
        <description>Updated script for detecting visible symbolsRemoved unneeded visibility of some symbolsFixed some namespacingRemoved the use of unneeded implementation includes in the TAO code

            List of files:
            /petsc/src/tao/matrix/submatfree.h</description>
        <pubDate>Wed, 11 May 2016 00:54:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
