Anton Popov <[email protected]> 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 <[email protected]> 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(-)
pgpgmSRWvw13Z.pgp
Description: PGP signature
