History log of /petsc/include/petscviewer.h (Results 101 – 125 of 694)
Revision Date Author Comments
# 5065da2f 13-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# d1240337 12-May-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-deprecate-functions (pull request #1654)

Change PETSC_DEPRECATED to PETSC_DEPRECATED_FUNCTION and PETSC_DEPRECATED_TYPEDEF for code clarity


# fccb18fb 12-May-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/cleanup-petscstringviewer (pull request #1630)

Work on PetscViewerString. Fix use of PetscInt -> size_t, add new functionality, add usage by basic solver objects, add test case


# 25ef9dfe 11-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Change PETSC_DEPRECATED to PETSC_DEPRECATED_FUNCTION and PETSC_DEPRECATED_TYPEDEF for code clarity

and to make the macros match the ones for ENUM and MACRO. Add version information for almost all de

Change PETSC_DEPRECATED to PETSC_DEPRECATED_FUNCTION and PETSC_DEPRECATED_TYPEDEF for code clarity

and to make the macros match the ones for ENUM and MACRO. Add version information for almost all deprecations
in a single consistent format. Remove a couple of unneeded deprecated functions that could be inlined.

Commit-type: style-fix

show more ...


# 36a9e3b9 06-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Work on PetscViewerString. Fix use of PetscInt -> size_t, add new functionality, add usage by basic solver objects, add test case

Commit-type: style-fix, feature, documentation, example


# 5da1e361 11-May-2019 Matthew Knepley <knepley@gmail.com>

Merged in abhishek/feature-log-csv (pull request #1646)

CSV print function definitions added

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 38144912 25-Nov-2018 deepblu2718 <a45@buffalo.edu>

CSV print function definitions added

Added zlib compress and wrote csv to buffer instead of printing


# 0cb9a29d 05-Apr-2019 Hong Zhang <hzhang@mcs.anl.gov>

Merged in hzhang/dmnetworkmonitor-xminmax (pull request #1491)

Hzhang/dmnetworkmonitor xminmax

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# bb046f40 02-Apr-2019 Hong Zhang <hzhang@mcs.anl.gov>

dmnetwork: add xmin, xmax to DMNetworkMonitorAdd()

add PETSC_VIEWER_DRAW_LG_XRANGE and update VecView_Seq_Draw_LG()

Requested-by: "Betrie, Getnet" <gbetrie@anl.gov>
Suggested-by: "Smith, Barry F."

dmnetwork: add xmin, xmax to DMNetworkMonitorAdd()

add PETSC_VIEWER_DRAW_LG_XRANGE and update VecView_Seq_Draw_LG()

Requested-by: "Betrie, Getnet" <gbetrie@anl.gov>
Suggested-by: "Smith, Barry F." <bsmith@mcs.anl.gov>

show more ...


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# 8e422572 15-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/feature-viewer-check-readable-writable' [PR #1364]

* haplav/feature-viewer-check-readable-writable:
viewer - basic check for readable/writable
Basic check whether the viewer is

Merge branch 'haplav/feature-viewer-check-readable-writable' [PR #1364]

* haplav/feature-viewer-check-readable-writable:
viewer - basic check for readable/writable
Basic check whether the viewer is writable/readable right at the beginning of *View/*Load

show more ...


# d01f05b1 06-Feb-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerCheck{Readable,Writable} impl.


# e24fdd67 06-Feb-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewer{Readable,Writable} impl.


# 9c585e72 31-Jan-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/feature-petsc-viewer-format-hdf5-mat' [PR #1347]

* haplav/feature-petsc-viewer-format-hdf5-mat:
New PetscViewerType PETSC_VIEWER_HDF5_MAT for MAT-specific features - specific na

Merge branch 'haplav/feature-petsc-viewer-format-hdf5-mat' [PR #1347]

* haplav/feature-petsc-viewer-format-hdf5-mat:
New PetscViewerType PETSC_VIEWER_HDF5_MAT for MAT-specific features - specific naming of HDF5 datasets, need for transpose.

show more ...


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# cbb4c999 26-Nov-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

new PetscViewerType PETSC_VIEWER_HDF5_MAT for MATLAB-specific features


# 2c2595ff 20-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patc

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patchlevel to 3.10.3
petsc4py: updat to latest maint snapshot with SNESTEST updates
Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions
Mat: Fixed types in Pardiso interface
Converted example comment to latex
This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler
Remove outdated requires: from top of several examples
remove outdated test requires: command from top of source file
Fix the documentation for -ksp_gmres_cgs_refinement_type
Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py
Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov>
Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es>
Mat ex88: check in double or quad precision only
Fix error with PetscComplex when PETSc is compiled with C and used in C++
configure: fix typo endwith -> endswith
Sys ex23: Migrated to ts_max_time in yaml file as well.
AO ex5: Fixed missing CHKERRQ();
Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd
...

Conflicts:
src/dm/impls/plex/examples/tests/ex12.c

show more ...


# 34d8b122 09-Dec-2018 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCo

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCompositeType), and I don't know how to fix it.

show more ...


# f35fe2a5 06-Dec-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 1ab378fc 22-Nov-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Merge branch 'master' into haplav/feature-mataij-load-from-hdf5

because I need the test loop fix


# 289c8f93 22-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/petscviewerh-edited-online-with-bitbucke-1542710245415' [PR #1240]

* haplav/petscviewerh-edited-online-with-bitbucke-1542710245415:
add PETSC_VIEWER_STDERR_{SELF,WORLD} doc


# f09f0971 20-Nov-2018 Václav Hapla <vaclav.hapla@erdw.ethz.ch>

petscviewer.h edited online with Bitbucket - add PETSC_VIEWER_STDERR_{SELF,WORLD} doc


# 0ed19bb1 29-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/feature-options-associated-with-object' [PR #1194]

* barry/feature-options-associated-with-object:
Complete support for individual PETSc objects to use their own options database

Merge branch 'barry/feature-options-associated-with-object' [PR #1194]

* barry/feature-options-associated-with-object:
Complete support for individual PETSc objects to use their own options database with PetscObjectSetOptions()

show more ...


# 16413a6a 22-Oct-2018 Barry Smith <bsmith@mcs.anl.gov>

Complete support for individual PETSc objects to use their own options database with PetscObjectSetOptions()

Commit-type: feature, example
Reported-by: "Blondel, Sophie" <sblondel@utk.edu>


12345678910>>...28