<?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 asciiimpl.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a02648fdf9ec0d41d7b5ca02cb70ddcfa0e65728 - Merge branch &apos;jolivet/cleanup-symbols&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#a02648fdf9ec0d41d7b5ca02cb70ddcfa0e65728</link>
        <description>Merge branch &apos;jolivet/cleanup-symbols&apos; into &apos;main&apos;Do not expose unneeded symbolsSee merge request petsc/petsc!8335

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Wed, 23 Apr 2025 16:28:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d6acfc2dd824932841bfdf20245c037310c77dc9 - Do not expose unneeded symbols</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#d6acfc2dd824932841bfdf20245c037310c77dc9</link>
        <description>Do not expose unneeded symbols

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Mon, 21 Apr 2025 04:34:17 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>184b5a2ebdab3f1a9f61d1d96434018aa026c18c - Merge branch &apos;barry/2023-09-15/fix-log-pcmpi&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#184b5a2ebdab3f1a9f61d1d96434018aa026c18c</link>
        <description>Merge branch &apos;barry/2023-09-15/fix-log-pcmpi&apos; into &apos;main&apos;add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performanceSee merge request petsc/petsc!6903

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Fri, 26 Jul 2024 04:51:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f0612e409f6220a780be6348417bea34ef34962 - Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#9f0612e409f6220a780be6348417bea34ef34962</link>
        <description>Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Wed, 11 Oct 2023 14:57:30 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<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/sys/classes/viewer/impls/ascii/asciiimpl.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/sys/classes/viewer/impls/ascii/asciiimpl.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/sys/classes/viewer/impls/ascii/asciiimpl.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.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/sys/classes/viewer/impls/ascii/asciiimpl.h#3ea99036a5fedea4d39e7e77471d0ab500c249d7</link>
        <description>Fix some malformed if !defined() header guards

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.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>723b7f2932ad72ff173311303d3777e2abf985a5 - Merge branch &apos;barry/2023-06-15/add-fortran-file-viewer&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#723b7f2932ad72ff173311303d3777e2abf985a5</link>
        <description>Merge branch &apos;barry/2023-06-15/add-fortran-file-viewer&apos; into &apos;main&apos;Allow one to attach a PETSCVIEWERASCII to a Fortran file unitSee merge request petsc/petsc!6607

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Wed, 05 Jul 2023 23:56:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e40966745c0bd90425229c3099d04a9f48f5ff78 - Allow one to attach a PETSCVIEWERASCII to a Fortran file unit</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#e40966745c0bd90425229c3099d04a9f48f5ff78</link>
        <description>Allow one to attach a PETSCVIEWERASCII to a Fortran file unitThis is needed by Fortran users who are saving information with write() and wantviewed object information into the same file.Fortran will never defeat me, no matter how difficult they want to make the world. Including refusing to have IO interoperable with C.Commit-type: Fortran, featureReported-by: Marsha Berger

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Thu, 15 Jun 2023 19:00:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/sys/classes/viewer/impls/ascii/asciiimpl.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/sys/classes/viewer/impls/ascii/asciiimpl.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/sys/classes/viewer/impls/ascii/asciiimpl.h#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.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>c86da64b93f6a46990b92b3e5e444e957ea7346b - Merged petsc/petsc into master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#c86da64b93f6a46990b92b3e5e444e957ea7346b</link>
        <description>Merged petsc/petsc into master

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Thu, 06 Sep 2018 16:05:54 +0000</pubDate>
        <dc:creator>Joseph Pusztay &lt;josephpu@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>78945fcaee99765d2411105a1a2e44202294f02a - Merge branch &apos;master&apos; into knepley/feature-plex-functionals</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#78945fcaee99765d2411105a1a2e44202294f02a</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-functionals* master: (984 commits)  netcdf: set zlib as optional dependency corretly [wrt --enable-netcdf-4] - otherwise netcdf configure errors out  fix gcov obj path  -options_table was changed to options_view in 2014 but documentation was not updated to reflect it  configure: fix F2003 test  Dev manual: remove duplicate entry  Plex test ex5: Removed &quot;future&quot; test, as it resulted in issues in the nightly tests.  Some minor typos in TS  Add ADIOS2.py which I forgot to git add in the past  Plex ex5: Disable test  Doc: Added note for interface change  KSPLSQRMonitorDefault fixed for quad precision  Tao: Added alternative output for chwirut2 test.  TS ex45,ex46: Removed overly refined tests for faster nightly tests.  KSP ex72: Fixed needlessly long-running PCTFS tests.  SNES ex56: Reduced test size to speed up nightly test suite.  KSPSolve_LSQR: don&apos;t compute unused norm of rhs  SNES ex13: Reduced problem sizes for nightly tests.  PetscOptionsDeprecated(): fix for NULL prefix  PetscOptionsDeprecated(): add option to print additional info  SNES ex12: Reduced sizes for BDDC tests.  ...

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Fri, 17 Aug 2018 18:38:42 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>13a035b13f0d57cc952439d2c8f7ce514226f11a - Merge branch &apos;master&apos; into knepley/feature-plex-elasticity-test</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#13a035b13f0d57cc952439d2c8f7ce514226f11a</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-elasticity-test* master: (1553 commits)  -options_table was changed to options_view in 2014 but documentation was not updated to reflect it  configure: fix F2003 test  Plex test ex5: Removed &quot;future&quot; test, as it resulted in issues in the nightly tests.  Some minor typos in TS  Add ADIOS2.py which I forgot to git add in the past  Plex ex5: Disable test  Doc: Added note for interface change  KSPLSQRMonitorDefault fixed for quad precision  Tao: Added alternative output for chwirut2 test.  TS ex45,ex46: Removed overly refined tests for faster nightly tests.  KSP ex72: Fixed needlessly long-running PCTFS tests.  SNES ex56: Reduced test size to speed up nightly test suite.  KSPSolve_LSQR: don&apos;t compute unused norm of rhs  SNES ex13: Reduced problem sizes for nightly tests.  PetscOptionsDeprecated(): fix for NULL prefix  PetscOptionsDeprecated(): add option to print additional info  SNES ex12: Reduced sizes for BDDC tests.  PetscFileRetrieve(): Suppress output to STDERR when downloading a file.  MatMatMult: Fixed unused variable pN.  DMDestroy: Guard call to dm-&gt;ops-&gt;destroy * Similar guards are in place in many other methods (IS,Vec,Mat) and permit the DM to be destroyed even if DMSetType() was never called.  ...

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Mon, 13 Aug 2018 15:19:56 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>59e7829ccff665372c1d09026a11beea9cbf8624 - Merge branch &apos;master&apos; into knepley/feature-plex-parallel-submesh</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#59e7829ccff665372c1d09026a11beea9cbf8624</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-parallel-submesh* master: (2931 commits)  remove N in docs for SNESQN  replaced test tolerance with PETSC_SQRT_MACHINE_EPSILON  fortran: PetscComplex type is missing from fortran  initialize variables so that static analyzer doesn&apos;t mistakenly think they are used uninitialized.  Move access of prefix until it is actually used  Remove  DMDASplitComm2d(), used in one example that was not tested  Functions that do not return PetscErrorCode should not use PetscFunctionBegin/End paradgm  remove unneeded reassignment of same value  Missing CHKERRQ(); Mostly in Tao code  Remove clang static analyser warning about passing NULL variable to strncat()  missing newline in -ts_monitor_extreme  minor fixes for integer counters  Configure: Deal with &apos;__func__&apos; in C89 builds with newer Clang and GCC.  Jenkinsfile: Increased timeout for tests to 5 minutes.  3.9 changes: further clarify removal of -pc_factor_mat_solver_package  Options deprecations: add &quot;PETSc&quot; to inline warning  removing unused variable  MatShift support added to MATSUBMAT. Mimics MATSHELL functionality. Needed for matrix-free Hessians in TAO Newton-Line-Search methods.  Add -ts_monitor_extreme  Dev manual: add note on deprecating options database keys  ...Conflicts:	src/dm/impls/plex/examples/tests/ex4.c

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Tue, 07 Aug 2018 17:51:05 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>27a35bf0a985d09652db7663297eb26048a46255 - Merge branch &apos;master&apos; into knepley/fix-plex-submesh-projection</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#27a35bf0a985d09652db7663297eb26048a46255</link>
        <description>Merge branch &apos;master&apos; into knepley/fix-plex-submesh-projection* master: (425 commits)  remove N in docs for SNESQN  replaced test tolerance with PETSC_SQRT_MACHINE_EPSILON  fortran: PetscComplex type is missing from fortran  initialize variables so that static analyzer doesn&apos;t mistakenly think they are used uninitialized.  Move access of prefix until it is actually used  Remove  DMDASplitComm2d(), used in one example that was not tested  Functions that do not return PetscErrorCode should not use PetscFunctionBegin/End paradgm  remove unneeded reassignment of same value  Missing CHKERRQ(); Mostly in Tao code  Remove clang static analyser warning about passing NULL variable to strncat()  missing newline in -ts_monitor_extreme  minor fixes for integer counters  Configure: Deal with &apos;__func__&apos; in C89 builds with newer Clang and GCC.  Jenkinsfile: Increased timeout for tests to 5 minutes.  3.9 changes: further clarify removal of -pc_factor_mat_solver_package  Options deprecations: add &quot;PETSc&quot; to inline warning  removing unused variable  MatShift support added to MATSUBMAT. Mimics MATSHELL functionality. Needed for matrix-free Hessians in TAO Newton-Line-Search methods.  Add -ts_monitor_extreme  Dev manual: add note on deprecating options database keys  ...Conflicts:	src/dm/impls/plex/examples/tests/ex4.c

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Tue, 07 Aug 2018 17:46:37 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bb104ea6644eae100912a4168c9263216f8f1706 - Merge branch &apos;master&apos; into knepley/feature-pc-patch</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#bb104ea6644eae100912a4168c9263216f8f1706</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-pc-patch* master: (226 commits)  fix bib  type in bibtex entry  copy edits to bibtex items  Hypre matrix: small fix  Hypre matrix: fixed compiler warnings  Plex: Fixed missing PetscRealPart() in partition balance.  Added MatZeroEntries_HYPRE  Removed outdated mention of cusp and thrust from installations instructions; remove cusp from example configurations  Remove another location where fshift was used with -1 to indicate handling of error condition which was never handled  Generate an immediate error, if requested, if CG detects indefinite PC or Mat  Remove hack of using special fshift value of -1 to indicate error handling, was broken for MatSOR_SeqAIJ and did nothing constructive in the other cases  Options: Fix sys_tests-ex6 to not print options  PetscOptionsDestroy: Add missing free() call  Configure: Pragmatic now requires Cxx11  Error check that the communicator in the IS matches that in the matrix otherwise ISAllGather() produces incorrect results.  Options: Code reorganization and faster option lookup  fix compile warning  Doc: Fixed manpage for PCFieldSplitSetSchurPre()  mpiuni: build somempifort.o after mpiuni.mod  Remove use of common block from MPIUNI code  ...Conflicts:	include/petscdm.h	include/petscpc.h	include/petscpctypes.h	src/dm/impls/plex/plexcreate.c	src/dm/impls/plex/plexdistribute.c	src/ksp/pc/impls/makefile	src/ksp/pc/interface/pcregis.c

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Tue, 17 Jul 2018 20:56:45 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c15bc2c4e28c0c71b84e49a4bd7131bc0529bce0 - Merge branch &apos;master&apos; into arcowie-rem/feature-error-logging</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#c15bc2c4e28c0c71b84e49a4bd7131bc0529bce0</link>
        <description>Merge branch &apos;master&apos; into arcowie-rem/feature-error-logging* master: (353 commits)  Configure: Pragmatic now requires Cxx11  fix compile warning  mpiuni: build somempifort.o after mpiuni.mod  Remove use of common block from MPIUNI code  use was in wrong location  Fortran line extends past 72 char  Moved the rest of the PETSc common block variables over to petscsys module  tests: fix breakage due to cd93b0e13c6da70ee1e038f55989cf888bc1d1c5  Need to use petscsys to get PETSC_COMM_SELF defined in example  Mat ex23 and ex40: fix errors reported from nightly tests  Put declaration on too lines because otherwise it generates an error for truncated line  Move PETSC_COMM_WORLD and PETSC_COMM_SELF from common blocks to petscsys module  tests: fix requires - and create out files for seqaijmkl tests  KSP ex72: nested dissection is likely to be different between machines  cmake: downgrade to version 3.9 - as newer versions require cxx11 compiler [which is not universal]. However stick with version 3.11 on opensolaris  Mat ex23: fix memory leaks  Bib: Some new refs  KSP examples: add missing casts to double in printf  updated GAMG KSP tests  PetscRound() should be PetscRoundReal() in __fp16  ...Conflicts:	include/petsclog.h	src/sys/logging/plog.c	src/sys/logging/utils/eventlog.c

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Fri, 13 Jul 2018 19:57:00 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>488f980df2802144bd4c89a2c07257da386f1916 - Merge branch &apos;master&apos; into denera/lmvm-mat-and-pc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#488f980df2802144bd4c89a2c07257da386f1916</link>
        <description>Merge branch &apos;master&apos; into denera/lmvm-mat-and-pc

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Tue, 03 Jul 2018 19:26:37 +0000</pubDate>
        <dc:creator>Alp Dener &lt;alp.dener@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>702d6a0a75e12a1b0a2ad5cb32fc476d6e7c9e77 - Merged in dalcinl/extern (pull request #995)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h#702d6a0a75e12a1b0a2ad5cb32fc476d6e7c9e77</link>
        <description>Merged in dalcinl/extern (pull request #995)Fix extern declarationsApproved-by: BarryFSmith &lt;bsmith@mcs.anl.gov&gt;

            List of files:
            /petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h</description>
        <pubDate>Fri, 29 Jun 2018 09:39:34 +0000</pubDate>
        <dc:creator>Lisandro Dalcin &lt;dalcinl@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
