History log of /petsc/src/sys/classes/viewer/interface/viewreg.c (Results 101 – 125 of 408)
Revision Date Author Comments
# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# 6b867d5a 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: mismatching number of parameters


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 005520e9 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'

Feature: libClang PETSc Macro Static Analyzer

See merge request petsc/petsc!3773


# 064a246e 11-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.

show more ...


# 678e61f4 12-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ee237c94 12-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-documentation' into 'release'

Documentation fixes

See merge request petsc/petsc!3851


# 446c23c1 11-Apr-2021 Pierre Jolivet <pierre@joliv.et>

Documentation fixes


# 235129d7 26-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/switch-master-to-main' into 'master'

Balay/switch master to main

See merge request petsc/petsc!3619


# 9dddd249 10-Feb-2021 Satish Balay <balay@mcs.anl.gov>

git: switch default branch from 'master' to 'main'


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# a742fcfe 02-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# cbf0d3de 02-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/improve-help-output-unify-separators' into 'maint'

Fix missing separator after -v output.

See merge request petsc/petsc!2671


# c0bb3764 01-Apr-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Fix missing separator after -v output.

Unify length of -help separators.

Reported by @prj-
See https://gitlab.com/petsc/petsc/-/commit/56071f758bf2d91502f170af1b008e223f1bc936#note_314855143


# 0724f08a 28-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/improve-help-output' into 'master'

improve -help output

See merge request petsc/petsc!2540


# 56071f75 19-Feb-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Improve -help output.

* remove redundant separators
* separators more clearly separate sections
* improve help for -log_exclude
* separate PetscOptionsGetViewer() help section
* get rid of PetscOpti

Improve -help output.

* remove redundant separators
* separators more clearly separate sections
* improve help for -log_exclude
* separate PetscOptionsGetViewer() help section
* get rid of PetscOptionsCheckInitial_Components()

show more ...


# 9e31fb84 16-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/binary-io' into 'master'

Binary IO Enhancements

See merge request petsc/petsc!2594


# 2d629456 09-Mar-2020 Lisandro Dalcin <dalcinl@gmail.com>

PetscViewerCreate: Set PetscViewerView() as the object's view routine

Otherwise PetscViewerViewFromOptions() cannot possibly work


# 52fb2ad5 18-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-exodusii-viewer' into 'master'

Knepley/feature plex exodusii viewer

See merge request petsc/petsc!2535


# 1e50132f 17-Feb-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Added ExodusII viewer


# 963eeaaa 30-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Sys: Replace 0 -> NULL for pointers

See merge request petsc/petsc!2482


# 02c9f0b5 29-Jan-2020 Lisandro Dalcin <dalcinl@gmail.com>

Sys: Replace 0 -> NULL for pointers


12345678910>>...17