[petsc-users] PetscViewerBinaryMatlabOutputVecDA

Jed Brown jedbrown at mcs.anl.gov
Mon Sep 30 08:53:17 CDT 2013


Anton Popov <popov at uni-mainz.de> writes:

> Hi guys,
>
> just a quick question. I'm upgrading to 3.4.2 and it complains about 
> PetscViewerBinaryMatlabOutputVecDA
>
> What to use instead? I couldn't find it in Changes 3.4

That's the "and friends" in:

* PetscViewerBinaryMatlabOpen() and friends are all removed, simply use PetscViewerBinaryOpen() followed by PetscViewerSetFormat(viewer,PETSC_FORMAT_BINARY_MATLAB)


commit a261c58fdc00b5e279fd9d92904f5cf5eafe466b
Author: Barry Smith <bsmith at mcs.anl.gov>
Date:   Wed Feb 13 16:13:47 2013 -0600

    removed PetscViewerBinaryMatlabOpen() and friends, incorporated functionality into binary PETSc viewer
    
    Hg-commit: 1676211ea1509edcdd7a044ca5b8b543f443b8ab

 include/finclude/petscviewer.h               |   6 +-
 include/petsc.h                              |   1 +
 include/petscdm.h                            |   8 -
 include/petscviewer.h                        |   1 +
 src/dm/impls/da/gr2.c                        |  54 ++++-
 src/dm/impls/da/makefile                     |   2 +-
 src/dm/impls/da/utils/binarymatlab.c         | 198 -----------------
 src/dm/impls/da/utils/makefile               |  17 --
 .../website/documentation/changes/dev.html   |   1 +
 src/sys/classes/bag/bag.c                    |  17 +-
 src/sys/classes/viewer/impls/binary/binv.c   |  39 +++-
 src/sys/classes/viewer/interface/viewa.c     |   1 +
 src/vec/vec/impls/mpi/pdvec.c                |  14 ++
 src/vec/vec/impls/seq/bvec2.c                |  14 ++
 14 files changed, 128 insertions(+), 245 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130930/691d8773/attachment.pgp>


More information about the petsc-users mailing list