History log of /petsc/src/sys/classes/viewer/impls/ascii/filev.c (Results 51 – 75 of 374)
Revision Date Author Comments
# 2611ad71 14-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if def

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if defined(PETSC_USE_LOG)
PetscLogEvent event;
#endif
```

- Having global counters like petsc_TotalFlops externed event
if !PetscDefined(USE_LOG) helps to remove a lot of needless
`#ifdef`s around code that can instead be placed in
`if (PetscDefined(USE_LOG)) {}` blocks.

show more ...


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# 7a2f837d 06-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Deploy new PetscValidPointer, remove PetscValidXXXPointer


# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# 10450e9e 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Manual linter fixes: sys


# aec76313 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: sys


# 723b7f29 05-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-06-15/add-fortran-file-viewer' into 'main'

Allow one to attach a PETSCVIEWERASCII to a Fortran file unit

See merge request petsc/petsc!6607


# e4096674 15-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Allow one to attach a PETSCVIEWERASCII to a Fortran file unit

This is needed by Fortran users who are saving information with write() and want
viewed object information into the same file.

Fortran

Allow one to attach a PETSCVIEWERASCII to a Fortran file unit

This is needed by Fortran users who are saving information with write() and want
viewed 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, feature
Reported-by: Marsha Berger

show more ...


# 597312bb 02-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d98e18b1 01-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-04-27/fix-other-sys-man-pages/release' into 'release'

Fix manual pages in viewers subdirectory of sys

See merge request petsc/petsc!6388


# c410d8cc 01-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages in viewers subdirectory of sys


# 676cfb38 05-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-30/use-strerror-for-sys-errors' into 'main'

Use strerror() to print the cause of system errors to help users debug problems related to IO

See merge request petsc/petsc!6

Merge branch 'barry/2023-03-30/use-strerror-for-sys-errors' into 'main'

Use strerror() to print the cause of system errors to help users debug problems related to IO

See merge request petsc/petsc!6262

show more ...


# bf31d2d3 30-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Use strerror() to print the cause of system errors to help users debug problems related to IO

Commit-type: usability

Branch-name: barry/2023-03-30/use-strerror-for-sys-errors
Branch-root: main
Bran

Use strerror() to print the cause of system errors to help users debug problems related to IO

Commit-type: usability

Branch-name: barry/2023-03-30/use-strerror-for-sys-errors
Branch-root: main
Branch-purpose: Use strerror() to print the cause of system errors to help users debug problems related to IO

show more ...


# e9f36840 18-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'

Fix many manual pages

See merge request petsc/petsc!6162


# 20f4b53c 09-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages based on reports from Jacob's lint tool

Commit-type: documentation


# 12f24871 16-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-11/clang-static-analyzer-fixes' into 'main'

Misc static analyzer bugs found

See merge request petsc/petsc!6176


# eae3dc7d 12-Mar-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Misc static analyzer bugs found


# 7ce98433 07-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-05/fix-viewer-man-pages' into 'main'

Fix up viewer manual pages

See merge request petsc/petsc!6148


# 3f423023 07-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix up viewer manual pages

Commit-type: documentation


# b1ffe33c 03-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-02/petscfflush' into 'main'

Feature: PetscFFlush()

See merge request petsc/petsc!6133


# c69effb2 02-Mar-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add PetscFFlush()


# b1512d92 08-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-25/inline-petscstr' into 'main'

Inline Simple PetscStr Functions

See merge request petsc/petsc!6005


# bbcf679c 25-Jan-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Inline all of the PetscStr* functions that map to basic str functions so __builtin_ variants can be used by compiler


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


12345678910>>...15