History log of /petsc/src/vec/ (Results 5351 – 5375 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f6cbbd9212-Nov-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1647
knepley@khan.mcs.anl.gov|ChangeSet|20031112231041|02171
ChangeSet
1.1647 03/11/12 17:10:41 knepley@khan.mcs.anl.gov +2 -0
Merge

src/vec/interface/vector.c
1.55 03/11/12

bk-changeset-1.1647
knepley@khan.mcs.anl.gov|ChangeSet|20031112231041|02171
ChangeSet
1.1647 03/11/12 17:10:41 knepley@khan.mcs.anl.gov +2 -0
Merge

src/vec/interface/vector.c
1.55 03/11/12 17:10:40 knepley@khan.mcs.anl.gov +2 -2
Again, you need this inside the function for Bfort

include/petschead.h
1.17 03/11/12 17:10:40 knepley@khan.mcs.anl.gov +0 -1
Is this better?


Hg-commit: 44e0f988e7f6e1e9a91dc96a7360d4df82f4ec96

show more ...

ebc1052b12-Nov-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1644.1.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031112223107|04398
ChangeSet
1.1644.1.1 03/11/12 17:31:07 victorle@tibook500ve.cs.utk.edu +0 -0
Merge http://petsc@petsc.bkbits

bk-changeset-1.1644.1.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031112223107|04398
ChangeSet
1.1644.1.1 03/11/12 17:31:07 victorle@tibook500ve.cs.utk.edu +0 -0
Merge http://petsc@petsc.bkbits.net/petsc-dev
into tibook500ve.cs.utk.edu:/Users/victorle/Software/petsc/petsc-dev


Hg-commit: 36b11bfd8e216e3e4784dbf4676f8a34dadd41da

show more ...

1e89d16912-Nov-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1626.1.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031112223019|07178
ChangeSet
1.1626.1.1 03/11/12 17:30:19 victorle@tibook500ve.cs.utk.edu +6 -0
old norm caching now really rem

bk-changeset-1.1626.1.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031112223019|07178
ChangeSet
1.1626.1.1 03/11/12 17:30:19 victorle@tibook500ve.cs.utk.edu +6 -0
old norm caching now really removed;
freeing the composeddata arrays hopefully plugs the memory leaks.

src/vec/vecimpl.h
1.15 03/11/12 17:30:14 victorle@tibook500ve.cs.utk.edu +1 -3
old norm caching now really removed

src/vec/utils/comb.c
1.8 03/11/12 17:30:14 victorle@tibook500ve.cs.utk.edu +32 -5
norm caching included in VecNormEnd. I'm not amused that the static
norm_id variables from vector.c have had to be exported.

src/vec/interface/vector.c
1.53.1.1 03/11/12 17:30:14 victorle@tibook500ve.cs.utk.edu +8 -52
old norm caching now really removed

src/sys/src/objects/state.c
1.5 03/11/12 17:30:13 victorle@tibook500ve.cs.utk.edu +3 -3
type in routine names (IncreaseSomethingComposedData) fixed

src/sys/src/objects/inherit.c
1.13 03/11/12 17:30:13 victorle@tibook500ve.cs.utk.edu +18 -0
composed data arrays now get freed in HeaderDestroy_Private

include/petschead.h
1.15.1.1 03/11/12 17:30:13 victorle@tibook500ve.cs.utk.edu +7 -7
type in routine names (IncreaseSomethingComposedData) fixed;
man page improved


Hg-commit: 7ce85e7a0597ceed33b61d5860ce952f0fe9e494

show more ...

d9cbc9dd12-Nov-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1639.1.1
knepley@khan.mcs.anl.gov|ChangeSet|20031112203454|04459
ChangeSet
1.1639.1.1 03/11/12 14:34:54 knepley@khan.mcs.anl.gov +2 -0
Nightly build fixes

src/vec/interface/vect

bk-changeset-1.1639.1.1
knepley@khan.mcs.anl.gov|ChangeSet|20031112203454|04459
ChangeSet
1.1639.1.1 03/11/12 14:34:54 knepley@khan.mcs.anl.gov +2 -0
Nightly build fixes

src/vec/interface/vector.c
1.54 03/11/12 14:34:53 knepley@khan.mcs.anl.gov +3 -2
Having these outside the function seems to confuse Bfort

include/petschead.h
1.16 03/11/12 14:34:53 knepley@khan.mcs.anl.gov +3 -6
Fixed comments


Hg-commit: 90073cb5787a55e577bd39d56a8232eaa3d317bf

show more ...

8044400712-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1631.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031112030424|08030
ChangeSet
1.1631.1.2 03/11/11 21:04:24 barrysmith@barry-smiths-computer.local +5 -0
fixed [PETSC #799

bk-changeset-1.1631.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031112030424|08030
ChangeSet
1.1631.1.2 03/11/11 21:04:24 barrysmith@barry-smiths-computer.local +5 -0
fixed [PETSC #7990] Problem with duplicating ghosted vecs.
need to place array into localrep array also (cause two array
must be the same)

src/sles/ksp/interface/eige.c
1.5 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +2 -2
fix typo

src/sles/ksp/impls/gmres/gmreig.c
1.5 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +3 -3
fix typo

src/mat/impls/dense/seq/dense.c
1.39 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +10 -10
fix typo

python/PETSc/packages/update.py
1.42 03/11/11 21:04:21 barrysmith@barry-smiths-computer.local +16 -4
fix typo

src/vec/impls/mpi/pbvec.c
1.14 03/11/11 20:58:49 barrysmith@barry-smiths-computer.local +16 -1
fixed [PETSC #7990] Problem with duplicating ghosted vecs.
need to place array into localrep array also (cause two array
must be the same)

python/PETSc/packages/update.py
1.41 03/11/11 14:13:17 barrysmith@barrysmith.mcs.anl.gov +0 -0
Rename: python/PETSc/update.py -> python/PETSc/packages/update.py

python/PETSc/update.py
1.40 03/11/11 14:07:01 barrysmith@barrysmith.mcs.anl.gov +0 -0
Rename: python/PETSc/packages/update.py -> python/PETSc/update.py


Hg-commit: 0f7f45530b485a2995f91f41b00ef840d3269731

show more ...

22d8ad5c10-Nov-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1626
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031110061706|07557
ChangeSet
1.1626 03/11/10 01:17:06 victorle@tibook500ve.cs.utk.edu +1 -0
header tests (somewhere in vscat.c) on

bk-changeset-1.1626
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031110061706|07557
ChangeSet
1.1626 03/11/10 01:17:06 victorle@tibook500ve.cs.utk.edu +1 -0
header tests (somewhere in vscat.c) on separate lines,
then you can see which object is offending

src/vec/utils/vscat.c
1.10 03/11/10 01:17:03 victorle@tibook500ve.cs.utk.edu +4 -2
header tests on separate lines, then you can see which object
is offending


Hg-commit: 5e06d118289bdb31f57729ebb93729fed50b0ec0

show more ...

3d0a82a905-Nov-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1597.2.2
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031105222541|63509
ChangeSet
1.1597.2.2 03/11/05 17:25:41 victorle@tibook500ve.cs.utk.edu +4 -0
composed data mechanism complet

bk-changeset-1.1597.2.2
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031105222541|63509
ChangeSet
1.1597.2.2 03/11/05 17:25:41 victorle@tibook500ve.cs.utk.edu +4 -0
composed data mechanism completely revamped, now using macros
to put data in the object header.

src/vec/interface/vector.c
1.53 03/11/05 17:25:37 victorle@tibook500ve.cs.utk.edu +30 -15
norm caching in VecNorm using new state mechanism;
state is increased in RestoreArray and similar functions.

src/sys/src/objects/state.c
1.4 03/11/05 17:25:37 victorle@tibook500ve.cs.utk.edu +63 -148
composed data is now implemented with macros in petschead.h;
support functions added

src/mat/interface/matrix.c
1.84 03/11/05 17:25:37 victorle@tibook500ve.cs.utk.edu +2 -0
state is now increased in RestoreRow and RestoreArray

include/petschead.h
1.15 03/11/05 17:25:36 victorle@tibook500ve.cs.utk.edu +206 -2
added state variables to standard petsc header;
macros for setting those variables


Hg-commit: afff984fc7e2aaa99efa6380268006fb70ad8e1e

show more ...


/petsc/bin/petscarch
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/alpha/rules
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_uni/rules
/petsc/bmake/ascired/rules
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.nocpp
/petsc/bmake/common/rules.fortran.none
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/rules.shared.darwin7
/petsc/bmake/common/variables
/petsc/bmake/config/rules.in
/petsc/bmake/cray-x1/rules
/petsc/bmake/freebsd/rules
/petsc/bmake/hpux/rules
/petsc/bmake/hpux64/rules
/petsc/bmake/linux/rules
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_uni/rules
/petsc/bmake/macx/rules
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/solaris/rules
/petsc/bmake/solaris64/rules
/petsc/bmake/solaris_gnu/rules
/petsc/bmake/solaris_lam/rules
/petsc/bmake/solaris_uni/rules
/petsc/bmake/solaris_x86/rules
/petsc/bmake/sx6/rules
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/petsc/config/configure_cygwin.py
/petsc/docs/tex/manual/makefile
/petsc/docs/website/download/petsc-patches.html
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscversion.h
/petsc/maint/getexlist
/petsc/maint/helpindex.py
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/update.py
/petsc/src/contrib/makefile
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/da/utils/sda2.c
/petsc/src/fortran/custom/makefile
/petsc/src/fortran/custom/zoptions.c
/petsc/src/fortran/custom/zsda.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/impls/aij/mpi/libtfs/bit_mask.c
/petsc/src/mat/impls/aij/mpi/libtfs/bit_mask.h
/petsc/src/mat/impls/aij/mpi/libtfs/blas.h
/petsc/src/mat/impls/aij/mpi/libtfs/bss_malloc.c
/petsc/src/mat/impls/aij/mpi/libtfs/bss_malloc.h
/petsc/src/mat/impls/aij/mpi/libtfs/comm.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.h
/petsc/src/mat/impls/aij/mpi/libtfs/const.h
/petsc/src/mat/impls/aij/mpi/libtfs/error.c
/petsc/src/mat/impls/aij/mpi/libtfs/error.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/libtfs/ivec.c
/petsc/src/mat/impls/aij/mpi/libtfs/ivec.h
/petsc/src/mat/impls/aij/mpi/libtfs/makefile
/petsc/src/mat/impls/aij/mpi/libtfs/queue.c
/petsc/src/mat/impls/aij/mpi/libtfs/queue.h
/petsc/src/mat/impls/aij/mpi/libtfs/stack.c
/petsc/src/mat/impls/aij/mpi/libtfs/stack.h
/petsc/src/mat/impls/aij/mpi/libtfs/types.h
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.h
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.h
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/ksp/interface/itcl.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/ramg/makefile
/petsc/src/sles/pc/impls/ramg/petscfunc.c
/petsc/src/sles/pc/impls/ramg/petscfunc.h
/petsc/src/sles/pc/impls/ramg/ramgfunc.h
/petsc/src/sles/pc/impls/ramg/ramgpetsc.c
/petsc/src/sles/pc/impls/samg/externc.h
/petsc/src/sles/pc/impls/samg/global.h
/petsc/src/sles/pc/impls/samg/makefile
/petsc/src/sles/pc/impls/samg/petscfunc.h
/petsc/src/sles/pc/impls/samg/readme
/petsc/src/sles/pc/impls/samg/samgfunc.h
/petsc/src/sles/pc/impls/samg/samgmgpetsc.c
/petsc/src/sles/pc/impls/samg/samgpetsc.c
/petsc/src/sles/pc/impls/samg/samgpetsctools.c
/petsc/src/sles/pc/impls/samg/samgtools1.F
/petsc/src/sys/src/adic/Gradient/ad_grad.c
/petsc/src/sys/src/adic/Gradient/ad_grad_daxpy.c
/petsc/src/sys/src/adic/Gradient/ad_utils.c
/petsc/src/sys/src/adic/Gradient/makefile
/petsc/src/sys/src/adic/adic/aclocal.m4
/petsc/src/sys/src/adic/adic/alloc.c
/petsc/src/sys/src/adic/adic/makefile
/petsc/src/sys/src/adic/adic/run-alloc.c
/petsc/src/sys/src/adic/adic/run-map.c
/petsc/src/sys/src/adic/adintrinsics/adintr_acos.c
/petsc/src/sys/src/adic/adintrinsics/adintr_acosh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_asin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_asinh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atan.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atan2.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atanh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_ceil.c
/petsc/src/sys/src/adic/adintrinsics/adintr_cos.c
/petsc/src/sys/src/adic/adintrinsics/adintr_cosh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_exp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fabs.c
/petsc/src/sys/src/adic/adintrinsics/adintr_floor.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmax.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmod.c
/petsc/src/sys/src/adic/adintrinsics/adintr_frexp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_ldexp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_log.c
/petsc/src/sys/src/adic/adintrinsics/adintr_log10.c
/petsc/src/sys/src/adic/adintrinsics/adintr_max.c
/petsc/src/sys/src/adic/adintrinsics/adintr_min.c
/petsc/src/sys/src/adic/adintrinsics/adintr_modf.c
/petsc/src/sys/src/adic/adintrinsics/adintr_pow.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sinh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sqrt.c
/petsc/src/sys/src/adic/adintrinsics/adintr_tan.c
/petsc/src/sys/src/adic/adintrinsics/adintr_tanh.c
/petsc/src/sys/src/adic/adintrinsics/adintrinsics.c
/petsc/src/sys/src/adic/adintrinsics/config.h
/petsc/src/sys/src/adic/adintrinsics/makefile
/petsc/src/sys/src/adic/adintrinsics/names.h
/petsc/src/sys/src/adic/adintrinsics/report-once.c
/petsc/src/sys/src/adic/adintrinsics/report-once.h
/petsc/src/sys/src/adic/makefile
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/error/errstop.c
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/state.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/stageLog.c
interface/vector.c
da05ed6d29-Oct-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1560.16.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031029051233|19221
ChangeSet
1.1560.16.1 03/10/28 21:12:33 victorle@tibook500ve.cs.utk.edu +3 -0
added routines that attach qu

bk-changeset-1.1560.16.1
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031029051233|19221
ChangeSet
1.1560.16.1 03/10/28 21:12:33 victorle@tibook500ve.cs.utk.edu +3 -0
added routines that attach quantities+state to objects;
state is now properly updated in vector changing routines;
the vector norm routine uses the new caching mechanism (old code
still needs to be removed; will do that once Barry gives his
imprimatur)

src/vec/interface/vector.c
1.52 03/10/28 21:12:29 victorle@tibook500ve.cs.utk.edu +57 -10
state is now properly updated in vector changing routines;
the norm routine uses the new caching mechanism (old code
still needs to be removed; will do that once Barry gives his
imprimatur)

src/sys/src/objects/state.c
1.2 03/10/28 21:12:29 victorle@tibook500ve.cs.utk.edu +171 -4
data attaching routines added

include/petschead.h
1.14 03/10/28 21:12:29 victorle@tibook500ve.cs.utk.edu +2 -0
prototypes for data-attaching routines


Hg-commit: e32891f25ca826776e3b250bc2f781c3003dc8f9

show more ...

43c7788625-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1560.8.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031025182847|20338
ChangeSet
1.1560.8.1 03/10/25 13:28:47 barrysmith@barry-smiths-computer.local +30 -0
fixed PETSc so a

bk-changeset-1.1560.8.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031025182847|20338
ChangeSet
1.1560.8.1 03/10/25 13:28:47 barrysmith@barry-smiths-computer.local +30 -0
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/utils/vscat.c
1.9 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/is/interface/index.c
1.5 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/interface/vector.c
1.51 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +5 -5
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/interface/map.c
1.8 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/ts/interface/ts.c
1.22 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/viewer/interface/view.c
1.5 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/utils/random.c
1.10 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/utils/pbarrier.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/utils/dict.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/lg.c
1.9 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/hists.c
1.13 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/dscatter.c
1.7 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/axis.c
1.7 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/interface/draw.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/snes/interface/snes.c
1.29 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sles/pc/interface/precon.c
1.25 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +3 -3
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sles/ksp/interface/itcreate.c
1.24 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/pf/interface/pf.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/mat/partition/partition.c
1.12 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/mat/matfd/fdmatrix.c
1.11 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/mat/interface/matrix.c
1.83 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +10 -10
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/dm/da/src/dadestroy.c
1.13 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/dm/ao/interface/ao.c
1.8 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

python/PETSc/packages/Matlab.py
1.16 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +16 -12
fix Matlab configure for when Matlab does not exist

python/PETSc/packages/MPI.py
1.37 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +10 -8
__str__ work properly with mpiuni

bmake/macx/variables
1.16 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

bmake/config/packages.in
1.21 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +6 -5
fix for when Matlab does not exist

python/PETSc/Configure.py
1.102 03/10/25 13:22:23 barrysmith@barry-smiths-computer.local +0 -1
Macx no longer needs fancy ranlib

python/PETSc/Configure.py
1.101 03/10/25 13:21:53 barrysmith@barry-smiths-computer.local +0 -2
*** empty log message ***

src/snes/examples/tutorials/ex29.c
1.53 03/10/25 13:17:49 barrysmith@barry-smiths-computer.local +1 -1
replaced nonportable strcpy with PetscStrcpy()

config/configure.py
1.42 03/10/24 19:56:32 barrysmith@barry-smiths-computer.local +1 -1
tell user to look in configure.log on error


Hg-commit: 785a396fc9c4713698dc722edb09d86d9eb18fb5

show more ...


/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/alpha/rules
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_uni/rules
/petsc/bmake/ascired/rules
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.cpp
/petsc/bmake/common/rules.fortran.nocpp
/petsc/bmake/config/packages.in
/petsc/bmake/cray-x1/rules
/petsc/bmake/freebsd/rules
/petsc/bmake/hpux/rules
/petsc/bmake/hpux64/rules
/petsc/bmake/linux/rules
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_uni/rules
/petsc/bmake/macx/rules
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/solaris/rules
/petsc/bmake/solaris64/rules
/petsc/bmake/solaris_gnu/rules
/petsc/bmake/solaris_lam/rules
/petsc/bmake/solaris_uni/rules
/petsc/bmake/solaris_x86/rules
/petsc/bmake/sx6/rules
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/config/configure.py
/petsc/docs/makefile
/petsc/docs/tex/doctext/html.def
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/developers/index.html
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/maint/submitPatch.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Mathematica.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/NetCDF.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/PVODE.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/pf/interface/pf.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/iterativ.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/draw/utils/dscatter.c
/petsc/src/sys/src/draw/utils/hists.c
/petsc/src/sys/src/draw/utils/lg.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/utils/dict.c
/petsc/src/sys/src/utils/pbarrier.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/viewer/interface/view.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/interface/ts.c
interface/map.c
interface/vector.c
is/interface/index.c
utils/vscat.c
1325a5bd16-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1556
barrysmith@barry-smiths-computer.local|ChangeSet|20031016010101|36630
ChangeSet
1.1556 03/10/15 20:01:01 barrysmith@barry-smiths-computer.local +3 -0
if fortran .F files not u

bk-changeset-1.1556
barrysmith@barry-smiths-computer.local|ChangeSet|20031016010101|36630
ChangeSet
1.1556 03/10/15 20:01:01 barrysmith@barry-smiths-computer.local +3 -0
if fortran .F files not use cpp then use rule from rs6000 for F to o
but note gcc -E requires -traditional-cpp

src/vec/examples/tutorials/ex1f.F
1.5 03/10/15 20:01:00 barrysmith@barry-smiths-computer.local +13 -13
some one used " for Fortran when it is is '

bmake/config/rules.in
1.12 03/10/15 20:01:00 barrysmith@barry-smiths-computer.local +2 -0
.F.o rule when fortran compiler does not use cpp

python/PETSc/Configure.py
1.90 03/10/15 19:59:47 barrysmith@barry-smiths-computer.local +23 -1
if fortran .F files not use cpp then use rule from rs6000 for F to o
but note gcc -E requires -traditional-cpp

python/PETSc/Configure.py
1.89 03/10/15 16:50:43 barrysmith@float56040.mcs.anl-external.org +16 -7
check if Fortran treats .F files with CPP


Hg-commit: a8fcd5e9dd87011ee7fc4d4f1eca5e2800951058

show more ...

45f7d32214-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1544.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031014011102|40531
ChangeSet
1.1544.1.1 03/10/13 20:11:02 barrysmith@barry-smiths-computer.local +65 -0
unified PetscVie

bk-changeset-1.1544.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031014011102|40531
ChangeSet
1.1544.1.1 03/10/13 20:11:02 barrysmith@barry-smiths-computer.local +65 -0
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/vec/examples/tutorials/ex6.c
1.5 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/vec/examples/tutorials/ex5.c
1.7 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/vec/examples/tests/ex20.F
1.5 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sys/src/viewer/impls/netcdf/vnetcdf.c
1.4 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +23 -37
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sys/src/viewer/impls/matlab/vmatlab.c
1.5 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +20 -51
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sys/src/viewer/impls/hdf4/hdf4v.c
1.4 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +16 -23
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sys/src/viewer/impls/binary/binv.c
1.19 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +35 -35
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sys/src/fileio/sysio.c
1.12 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +7 -7
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/snes/examples/tutorials/ex29.c
1.52 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/snes/examples/tutorials/ex26.c
1.8 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/pc/impls/spai/src/ispai.c
1.15 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/examples/tutorials/ex27.c
1.3 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/examples/tutorials/ex10.c
1.21 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/examples/tests/ex7.c
1.6 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/examples/tests/ex6.c
1.9 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/examples/tests/ex18.c
1.5 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/examples/tests/ex16.F
1.4 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/sles/examples/tests/ex12.F
1.4 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/impls/aij/mpi/mpiaij.c
1.96 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tutorials/ex1.c
1.5 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

docs/website/documentation/changes/217.html
1.3 03/10/13 20:10:59 barrysmith@barry-smiths-computer.local +3 -0
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex86.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex81.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex79f.F
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex78.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex73.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex72.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex67f.F
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex66.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex65.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex64.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex63.F
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +3 -3
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex62.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex58f.F
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex57.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex55.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex53.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex50.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex47.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +3 -3
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex44.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex43.c
1.4 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex42.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex41.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex40.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex34.c
1.5 03/10/13 20:10:58 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex33.c
1.8 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex32.c
1.7 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/mat/examples/tests/ex31.c
1.8 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/fortran/custom/zviewer.c
1.4 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +16 -5
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/fortran/custom/zpetsc.h
1.12 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +6 -0
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/usg/utils/triconvert.c
1.5 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/usg/utils/input.c
1.5 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/da/examples/tutorials/ex1.c
1.7 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/da/examples/tests/ex14.c
1.5 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/da/examples/tests/ex13.c
1.5 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/ao/examples/tutorials/ex1.c
1.7 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +2 -2
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/ao/examples/tests/ex4.c
1.5 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/dm/ao/examples/tests/ex3.c
1.5 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/contrib/oberman/laplacian_q1/appload.c
1.4 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/contrib/oberman/burgers_vertex_based_q1/appload.c
1.4 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/contrib/oberman/burgers_df_based_q1/appload.c
1.5 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +1 -1
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

src/contrib/fun3d/flow.c
1.11 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +3 -3
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

include/petscviewer.h
1.30 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +6 -9
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

include/finclude/petscviewer.h
1.6 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +8 -5
unified PetscViewerXXXType and PetscViewerXXXSetType to
PetscViewerFileType PetscViewerSetFileType

include/finclude/petsc.h
1.7 03/10/13 20:10:57 barrysmith@barry-smiths-computer.local +4 -0
more viewer support in Fortran

docs/website/documentation/changes/217.html
1.2 03/10/13 16:31:12 barrysmith@float56054.mcs.anl-external.org +3 -0
*** empty log message ***


Hg-commit: a732577f642c5e7210546dce51e455f6cae7032f

show more ...


/petsc/docs/website/documentation/changes/217.html
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petscviewer.h
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appload.c
/petsc/src/dm/ao/examples/tests/ex3.c
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex14.c
/petsc/src/dm/da/examples/tutorials/ex1.c
/petsc/src/dm/usg/utils/input.c
/petsc/src/dm/usg/utils/triconvert.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zviewer.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex43.c
/petsc/src/mat/examples/tests/ex44.c
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex63.F
/petsc/src/mat/examples/tests/ex64.c
/petsc/src/mat/examples/tests/ex65.c
/petsc/src/mat/examples/tests/ex66.c
/petsc/src/mat/examples/tests/ex67f.F
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/ex79f.F
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/sles/examples/tests/ex12.F
/petsc/src/sles/examples/tests/ex16.F
/petsc/src/sles/examples/tests/ex18.c
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tests/ex7.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex27.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
examples/tests/ex20.F
examples/tutorials/ex5.c
examples/tutorials/ex6.c
6973d35d13-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1543
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031013205824|10897
ChangeSet
1.1543 03/10/13 15:58:24 barrysmith@float56054.mcs.anl-external.org +7 -0
matlab viewing of

bk-changeset-1.1543
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031013205824|10897
ChangeSet
1.1543 03/10/13 15:58:24 barrysmith@float56054.mcs.anl-external.org +7 -0
matlab viewing of matrices and das

src/vec/impls/seq/bvec2.c
1.28 03/10/13 15:58:22 barrysmith@float56054.mcs.anl-external.org +1 -9
simplier viewing of sequential vectors to matlab

src/dm/da/src/daview.c
1.11 03/10/13 15:58:22 barrysmith@float56054.mcs.anl-external.org +124 -71
matlab viewer for DA

src/dm/da/src/da3.c
1.15 03/10/13 15:58:22 barrysmith@float56054.mcs.anl-external.org +1 -4
pull binary into daview out of each view for each dimension

src/dm/da/src/da2.c
1.33 03/10/13 15:58:22 barrysmith@float56054.mcs.anl-external.org +1 -4
pull binary into daview out of each view for each dimension

src/dm/da/src/da1.c
1.14 03/10/13 15:58:22 barrysmith@float56054.mcs.anl-external.org +1 -4
pull binary into daview out of each view for each dimension

src/dm/da/daimpl.h
1.12 03/10/13 15:58:22 barrysmith@float56054.mcs.anl-external.org +0 -1
prototype no longer needed

src/dm/da/examples/tutorials/ex1.c
1.6 03/10/13 15:56:54 barrysmith@float56054.mcs.anl-external.org +1 -0
save DA info to matlab file also


Hg-commit: ffa9143656f86e77c222841399abc509ea0f86f8

show more ...

bdb715aa13-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1541
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031013182831|03934
ChangeSet
1.1541 03/10/13 13:28:31 barrysmith@float56054.mcs.anl-external.org +8 -0
fixed matlab requ

bk-changeset-1.1541
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031013182831|03934
ChangeSet
1.1541 03/10/13 13:28:31 barrysmith@float56054.mcs.anl-external.org +8 -0
fixed matlab requires not complex and double precision
Matlab binary viewer

BitKeeper/etc/logging_ok
1.62 03/10/13 13:28:30 barrysmith@float56054.mcs.anl-external.org +1 -0
Logging to logging@openlogging.org accepted

src/vec/impls/seq/bvec2.c
1.27 03/10/13 13:28:26 barrysmith@float56054.mcs.anl-external.org +3 -3
fixed matlab requires not complex and double precision

src/vec/impls/mpi/pdvec.c
1.20 03/10/13 13:28:26 barrysmith@float56054.mcs.anl-external.org +1 -1
fixed matlab requires not complex and double precision

src/sys/src/viewer/impls/matlab/vmatlab.c
1.3 03/10/13 13:28:26 barrysmith@float56054.mcs.anl-external.org +2 -0
missing extern c

src/dm/da/examples/tutorials/ex1.c
1.5 03/10/12 22:47:27 barrysmith@barry-smiths-computer.local +13 -2
test matlab viewer on da vec also

src/dm/da/src/gr2.c
1.16 03/10/12 22:36:58 barrysmith@barry-smiths-computer.local +0 -1
removed commented out dead code

src/dm/da/src/gr2.c
1.15 03/10/12 22:26:30 barrysmith@barry-smiths-computer.local +16 -18
fix bug where it always used hdf and netcdf if draw viewer
also fixed formatting

src/vec/impls/mpi/pdvec.c
1.19 03/10/12 22:21:49 barrysmith@barry-smiths-computer.local +40 -2
viewer to Matlab .mat format

src/sys/src/utils/sortip.c
1.7 03/10/12 21:19:23 barrysmith@barry-smiths-computer.local +1 -1
no Fortran interface cause array of strings

bmake/linux_gcc_pgf90/packages
1.35 03/10/12 20:31:12 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***


Hg-commit: e5089a06f6e984d1f128366749a5bea698b5288d

show more ...

cbb3212713-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1540
barrysmith@barry-smiths-computer.local|ChangeSet|20031013012603|62861
ChangeSet
1.1540 03/10/12 20:26:03 barrysmith@barry-smiths-computer.local +11 -0
added MATLAB viewer that

bk-changeset-1.1540
barrysmith@barry-smiths-computer.local|ChangeSet|20031013012603|62861
ChangeSet
1.1540 03/10/12 20:26:03 barrysmith@barry-smiths-computer.local +11 -0
added MATLAB viewer that saves to Matlab .mat file

src/sys/src/viewer/impls/matlab/vmatlab.c
1.2 03/10/12 20:26:02 barrysmith@barry-smiths-computer.local +193 -581
added MATLAB viewer that saves to Matlab .mat file

src/vec/interface/vector.c
1.50 03/10/12 20:26:01 barrysmith@barry-smiths-computer.local +9 -2
added MATLAB viewer that saves to Matlab .mat file

src/vec/impls/seq/makefile
1.6 03/10/12 20:26:01 barrysmith@barry-smiths-computer.local +1 -1
added MATLAB viewer that saves to Matlab .mat file

src/vec/impls/seq/bvec2.c
1.26 03/10/12 20:26:01 barrysmith@barry-smiths-computer.local +48 -5
added MATLAB viewer that saves to Matlab .mat file

src/sys/src/viewer/interface/viewregall.c
1.10 03/10/12 20:26:01 barrysmith@barry-smiths-computer.local +5 -1
added MATLAB viewer that saves to Matlab .mat file

src/sys/src/matlabengine/makefile
1.8 03/10/12 20:26:01 barrysmith@barry-smiths-computer.local +1 -1
removed empty example

include/petscviewer.h
1.29 03/10/12 20:26:01 barrysmith@barry-smiths-computer.local +26 -0
added MATLAB viewer that saves to Matlab .mat file

src/sys/src/viewer/impls/matlab/makefile
1.2 03/10/12 14:37:28 barrysmith@barry-smiths-computer.local +5 -5
*** empty log message ***

src/sys/src/viewer/impls/makefile
1.9 03/10/12 14:36:22 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

src/sys/src/viewer/impls/matlab/vmatlab.c
1.1 03/10/12 14:35:46 barrysmith@barry-smiths-computer.local +699 -0

src/sys/src/viewer/impls/matlab/makefile
1.1 03/10/12 14:35:46 barrysmith@barry-smiths-computer.local +24 -0

src/sys/src/viewer/impls/matlab/vmatlab.c
1.0 03/10/12 14:35:46 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/viewer/impls/matlab/vmatlab.c

src/sys/src/viewer/impls/matlab/makefile
1.0 03/10/12 14:35:46 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/viewer/impls/matlab/makefile

python/PETSc/packages/Matlab.py
1.11 03/10/12 12:49:09 barrysmith@barry-smiths-computer.local +6 -2
make sure Matlab version si greater than 6

docs/website/documentation/changes/217.html
1.1 03/10/12 09:43:48 barrysmith@barry-smiths-computer.local +2 -0

docs/website/documentation/changes/217.html
1.0 03/10/12 09:43:48 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/docs/website/documentation/changes/217.html


Hg-commit: 22257efbc6afe4904121f2accafcb9bac450a63e

show more ...

23f7533a12-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1539
barrysmith@barry-smiths-computer.local|ChangeSet|20031012021138|62397
ChangeSet
1.1539 03/10/11 21:11:38 barrysmith@barry-smiths-computer.local +4 -0
fixed from fix valued coo

bk-changeset-1.1539
barrysmith@barry-smiths-computer.local|ChangeSet|20031012021138|62397
ChangeSet
1.1539 03/10/11 21:11:38 barrysmith@barry-smiths-computer.local +4 -0
fixed from fix valued cookies to dynamically assigned cookies

src/vec/is/utils/isltog.c
1.12 03/10/11 21:11:36 barrysmith@barry-smiths-computer.local +7 -1
fixed from fix valued cookies to dynamically assigned cookies

src/sys/src/matlabengine/matlab.c
1.19 03/10/11 21:11:36 barrysmith@barry-smiths-computer.local +5 -0
fixed from fix valued cookies to dynamically assigned cookies

include/petscmatlab.h
1.11 03/10/11 21:11:36 barrysmith@barry-smiths-computer.local +1 -1
fixed from fix valued cookies to dynamically assigned cookies

include/petscis.h
1.12 03/10/11 21:11:36 barrysmith@barry-smiths-computer.local +1 -1
fixed from fix valued cookies to dynamically assigned cookies


Hg-commit: c6ee4cce42465e5dca8c618a6f20b7e8576978fb

show more ...

de580fa911-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1538
barrysmith@barry-smiths-computer.local|ChangeSet|20031011235353|59547
ChangeSet
1.1538 03/10/11 18:53:53 barrysmith@barry-smiths-computer.local +15 -0
further removing of Engi

bk-changeset-1.1538
barrysmith@barry-smiths-computer.local|ChangeSet|20031011235353|59547
ChangeSet
1.1538 03/10/11 18:53:53 barrysmith@barry-smiths-computer.local +15 -0
further removing of Engine for Matlab

src/vec/utils/makefile
1.10 03/10/11 18:53:52 barrysmith@barry-smiths-computer.local +1 -1
further removing of Engine for Matlab

src/sys/src/matlabengine/matlab.c
1.18 03/10/11 18:53:52 barrysmith@barry-smiths-computer.local +6 -6
further removing of Engine for Matlab

src/sys/src/matlabengine/makefile
1.7 03/10/11 18:53:52 barrysmith@barry-smiths-computer.local +2 -2
further removing of Engine for Matlab

src/mat/impls/aij/seq/makefile
1.25 03/10/11 18:53:52 barrysmith@barry-smiths-computer.local +1 -1
further removing of Engine for Matlab

src/fortran/custom/zsys.c
1.12 03/10/11 18:53:52 barrysmith@barry-smiths-computer.local +1 -1
further removing of Engine for Matlab

src/dm/da/src/makefile
1.11 03/10/11 18:53:52 barrysmith@barry-smiths-computer.local +1 -1
further removing of Engine for Matlab

include/petscmatlab.h
1.10 03/10/11 18:53:52 barrysmith@barry-smiths-computer.local +3 -3
further removing of Engine for Matlab

python/PETSc/packages/Matlab.py
1.10 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +3 -3
further removing of Engine for Matlab

include/petsc.h
1.40 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +1 -1
further removing of Engine for Matlab

bmake/solaris/packages
1.20 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +2 -2
further removing of Engine for Matlab

bmake/linux_superludist/packages
1.33 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +2 -2
further removing of Engine for Matlab

bmake/linux_gcc_pgf90/packages
1.34 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +2 -2
further removing of Engine for Matlab

bmake/config/packages.in
1.20 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +2 -2
further removing of Engine for Matlab

bmake/common/variables
1.50 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +1 -1
further removing of Engine for Matlab

bmake/IRIX64/packages
1.12 03/10/11 18:53:51 barrysmith@barry-smiths-computer.local +2 -2
further removing of Engine for Matlab

include/petscmatlab.h
1.9 03/10/11 18:35:08 barrysmith@barry-smiths-computer.local +0 -0
Rename: include/petscengine.h -> include/petscmatlab.h


Hg-commit: 12e660726e9b084440a94f2a9bdc3eedf7b2beff

show more ...

16ce804c11-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1537
barrysmith@barry-smiths-computer.local|ChangeSet|20031011142122|52220
ChangeSet
1.1537 03/10/11 09:21:22 barrysmith@barry-smiths-computer.local +35 -0
compile matlab engine an

bk-changeset-1.1537
barrysmith@barry-smiths-computer.local|ChangeSet|20031011142122|52220
ChangeSet
1.1537 03/10/11 09:21:22 barrysmith@barry-smiths-computer.local +35 -0
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6
fix number of unsigned to int comparisons

src/vec/vecimpl.h
1.14 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/vec/utils/gcreatev.c
1.7 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +3 -4
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/vec/impls/seq/bvec2.c
1.25 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/vec/impls/mpi/pbvec.c
1.13 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/sys/src/viewer/impls/socket/matlab/makefile
1.7 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +7 -7
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/sys/src/matlabengine/matlab.c
1.17 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +2 -3
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/sys/src/matlabengine/makefile
1.6 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/snes/examples/tutorials/ex5.c
1.12 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +2 -2
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/pf/interface/pfall.c
1.4 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +2 -2
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

bmake/config/packages.in
1.19 03/10/11 09:21:20 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/pf/impls/matlab/makefile
1.4 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/mat/impls/aij/seq/aijmatlab.c
1.15 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/mat/impls/aij/seq/aij.c
1.115 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +6 -7
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/fortran/custom/zsys.c
1.11 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/dm/da/src/dalocal.c
1.14 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
compile matlab engine and matlab if def stuff
update matlab engine to matlab 6

src/dm/da/examples/tests/makefile
1.9 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +1 -1
better names for MATLAB stuff in make files

python/PETSc/packages/Matlab.py
1.9 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +24 -7
update MATLAB names in bmake files
also combine matlab engine and matlab if defs

bmake/win32_gnu/packages
1.10 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/solaris_x86/packages
1.8 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/solaris/packages
1.19 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
update MATLAB names in bmake files

bmake/rs6000_gnu/packages
1.8 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/rs6000/packages
1.7 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/linux_superludist/packages
1.32 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
update MATLAB names in bmake files

bmake/linux_gcc_pgf90/packages
1.33 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -4
update MATLAB names in bmake files

bmake/linux_absoft/packages
1.10 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/hpux64/packages
1.10 03/10/11 09:21:19 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/hpux/packages
1.10 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/freebsd/packages
1.10 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/common/variables
1.49 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +1 -1
update MATLAB names in bmake files

bmake/alpha_gnu/packages
1.9 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/IRIX_gnu/packages
1.11 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

bmake/IRIX64/packages
1.11 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +5 -5
update MATLAB names in bmake files

bmake/IRIX/packages
1.9 03/10/11 09:21:18 barrysmith@barry-smiths-computer.local +3 -3
update MATLAB names in bmake files

src/sys/src/objects/init.c
1.23 03/10/11 09:17:35 barrysmith@barry-smiths-computer.local +1 -1
remove comparison of PetscTruth with int

bmake/config/packages.in
1.18 03/10/11 01:35:56 barrysmith@barry-smiths-computer.local +7 -3
*** empty log message ***

src/vec/utils/vpscat.c
1.11 03/10/10 22:42:57 barrysmith@barry-smiths-computer.local +1 -1
strange comparison of PetscTruth with -1, hope I fixed this properly


Hg-commit: eef2bbb03c1fd7466d8447ec283139b29369845a

show more ...

9043813210-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1536
barrysmith@barry-smiths-computer.local|ChangeSet|20031010041059|02031
ChangeSet
1.1536 03/10/09 23:10:59 barrysmith@barry-smiths-computer.local +6 -0
more configure stuff for

bk-changeset-1.1536
barrysmith@barry-smiths-computer.local|ChangeSet|20031010041059|02031
ChangeSet
1.1536 03/10/09 23:10:59 barrysmith@barry-smiths-computer.local +6 -0
more configure stuff for Matlab and MPI
minor fixes of warnings with gcc 3.3

src/dm/da/examples/tests/makefile
1.8 03/10/09 23:10:58 barrysmith@barry-smiths-computer.local +5 -1
test for function dynamic sized struct for DAGetVecArray

python/PETSc/packages/MPI.py
1.33 03/10/09 23:10:58 barrysmith@barry-smiths-computer.local +8 -0
use location of mpicc if it is in path
to help find MPI

src/vec/vecimpl.h
1.13 03/10/09 23:09:07 barrysmith@barry-smiths-computer.local +1 -1
need to return int since ierr is an int not PetscTruth (stop unsigned int compared to int warning message
with gcc 3.3

src/sys/src/memory/mtr.c
1.16 03/10/09 20:44:40 barrysmith@barry-smiths-computer.local +2 -1
prototyp foor sort str

python/PETSc/packages/Matlab.py
1.8 03/10/09 19:25:16 barrysmith@barry-smiths-computer.local +21 -4
configure for Matlab

src/dm/da/examples/tests/ex19.c
1.2 03/10/09 13:09:42 barrysmith@float56054.mcs.anl-external.org +36 -28
*** empty log message ***

src/dm/da/examples/tests/ex19.c
1.1 03/10/09 11:27:34 barrysmith@float56054.mcs.anl-external.org +55 -0

src/dm/da/examples/tests/ex19.c
1.0 03/10/09 11:27:34 barrysmith@float56054.mcs.anl-external.org +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/dm/da/examples/tests/ex19.c


Hg-commit: a5d1956258a3eba6de9d7a510c4804ec15078ca5

show more ...

a79d071b05-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1524
barrysmith@barry-smiths-computer.local|ChangeSet|20031005002344|48479
ChangeSet
1.1524 03/10/04 19:23:44 barrysmith@barry-smiths-computer.local +5 -0
added ability to draw lin

bk-changeset-1.1524
barrysmith@barry-smiths-computer.local|ChangeSet|20031005002344|48479
ChangeSet
1.1524 03/10/04 19:23:44 barrysmith@barry-smiths-computer.local +5 -0
added ability to draw line graphs and scatter plots to the same picture

include/petscdraw.h
1.14 03/10/04 19:23:43 barrysmith@barry-smiths-computer.local +1 -0
added ability to draw line graphs and scatter plots to the same picture

src/sys/src/draw/utils/dscatter.c
1.6 03/10/04 19:23:04 barrysmith@barry-smiths-computer.local +7 -4
formating, manual page

src/sys/src/draw/utils/lg.c
1.8 03/10/04 19:22:45 barrysmith@barry-smiths-computer.local +69 -2
added ability to draw line graphs and scatter plots to the same picture

src/vec/interface/vector.c
1.49 03/10/03 22:55:51 barrysmith@barry-smiths-computer.local +0 -1
removed commented out dead code

src/sys/src/draw/utils/dscatter.c
1.5 03/10/03 22:47:35 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

src/sys/src/draw/examples/tests/ex3.c
1.5 03/10/03 22:41:15 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

src/sys/src/draw/examples/tests/ex3.c
1.4 03/10/03 22:41:01 barrysmith@barry-smiths-computer.local +2 -1
added a little text to plot


Hg-commit: c4c8cb95266a47f826249c8e1a9a51cc7d6b9573

show more ...

fb10cecf03-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1519.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20031003233112|36349
ChangeSet
1.1519.1.3 03/10/03 18:31:12 barrysmith@barry-smiths-computer.local +3 -0
fixed incorrect e

bk-changeset-1.1519.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20031003233112|36349
ChangeSet
1.1519.1.3 03/10/03 18:31:12 barrysmith@barry-smiths-computer.local +3 -0
fixed incorrect error handling when vector not in binary file and nothing else in file

src/vec/utils/vecio.c
1.21 03/10/03 18:31:10 barrysmith@barry-smiths-computer.local +1 -1
fixed incorrect error handling when vector not in binary file and nothing else in file

src/mat/impls/sbaij/seq/sbaijfact.c
1.44.1.2 03/10/03 17:27:07 barrysmith@barry-smiths-computer.local +0 -0
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact.c
1.44.1.1 03/10/03 17:16:54 barrysmith@barry-smiths-computer.local +4 -0
print info about shift amount

src/mat/impls/aij/seq/aijfact.c
1.42 03/10/03 17:07:33 barrysmith@barry-smiths-computer.local +1 -1
print more information about shift


Hg-commit: 3a33f86ae1a3c0f83cdb428c70aed231d7e1476f

show more ...


/petsc/config/configure_cygwin-ms.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/download/petsc-patches.html
/petsc/include/petscksp.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/utils/sorti.c
/petsc/src/sys/src/utils/sortip.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receive.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/ts/impls/explicit/rk/rk.c
utils/vecio.c
0ccef21d10-Sep-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1512.9.1
balay@asterix.mcs.anl.gov|ChangeSet|20030910173254|12825
ChangeSet
1.1512.9.1 03/09/10 12:32:54 balay@asterix.mcs.anl.gov +2 -0
fix darwin nightly build
fix fortran inte

bk-changeset-1.1512.9.1
balay@asterix.mcs.anl.gov|ChangeSet|20030910173254|12825
ChangeSet
1.1512.9.1 03/09/10 12:32:54 balay@asterix.mcs.anl.gov +2 -0
fix darwin nightly build
fix fortran interface for VecStrideMax()

src/vec/utils/vinv.c
1.17 03/09/10 12:32:51 balay@asterix.mcs.anl.gov +1 -1
fix fortraninterface for VecStrideMax

bmake/macx/buildtest
1.17 03/09/10 12:32:51 balay@asterix.mcs.anl.gov +3 -3
fix darwin nightly builds


Hg-commit: 600c6d1b92f7b11e4309eba357ccd0a5abd4e23b

show more ...


/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/config/variables.in
/petsc/bmake/macx/buildtest
/petsc/config/configure.py
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/docs/website/publications/index.html
/petsc/include/petscversion.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/ksp/interface/eige.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/sys/src/error/examples/tests/ex1.c
/petsc/src/sys/src/error/examples/tests/makefile
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/ts/impls/explicit/rk/rk.c
utils/vinv.c
2aa32adb06-Aug-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1467.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030806184831|24551
ChangeSet
1.1467.1.1 03/08/06 13:48:31 balay@smash.mcs.anl.gov +8 -0
Fix uninitialized variables in spooles, dscpack

bk-changeset-1.1467.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030806184831|24551
ChangeSet
1.1467.1.1 03/08/06 13:48:31 balay@smash.mcs.anl.gov +8 -0
Fix uninitialized variables in spooles, dscpack interface
disable hdf4 interface for complex

src/vec/impls/mpi/pdvec.c
1.18 03/08/06 13:48:29 balay@smash.mcs.anl.gov +2 -2
hdf interface doesn't work with complex

src/sys/src/viewer/interface/viewregall.c
1.9 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
hdf interface doesn't work with complex

src/sys/src/viewer/impls/hdf4/makefile
1.2 03/08/06 13:48:29 balay@smash.mcs.anl.gov +3 -1
hdf interface doesn't work with complex

src/sys/src/viewer/impls/hdf4/hdf4v.c
1.2 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
hdf interface doesn't work with complex

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.38.1.1 03/08/06 13:48:29 balay@smash.mcs.anl.gov +11 -11
fix uninitialized variables

src/mat/impls/aij/seq/spooles/spooles.c
1.77 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
fix uninitialized variables

src/dm/da/src/gr2.c
1.14 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
hdf interface doesn't work with complex

include/petscversion.h
1.76 03/08/06 13:48:28 balay@smash.mcs.anl.gov +2 -2
update patch level


Hg-commit: 955ad2bf7098367624531f85eba8811ad14cd354

show more ...

9bf000d101-Aug-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1450
hzhang@smash.mcs.anl.gov|ChangeSet|20030801021527|18505
ChangeSet
1.1450 03/07/31 21:15:27 hzhang@smash.mcs.anl.gov +2 -0
remove unreachable statements
(Warnings reported by

bk-changeset-1.1450
hzhang@smash.mcs.anl.gov|ChangeSet|20030801021527|18505
ChangeSet
1.1450 03/07/31 21:15:27 hzhang@smash.mcs.anl.gov +2 -0
remove unreachable statements
(Warnings reported by nightly tests).

src/dm/da/src/gr2.c
1.13 03/07/31 20:58:42 hzhang@smash.mcs.anl.gov +0 -2
*** empty log message ***

src/vec/impls/mpi/pdvec.c
1.17 03/07/31 20:53:46 hzhang@smash.mcs.anl.gov +2 -3
*** empty log message ***


Hg-commit: bf83ab0b2f9d40408ea40e21d6dedc52f401f15e

show more ...

c12a774c30-Jul-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1442
knepley@khan.mcs.anl.gov|ChangeSet|20030730163731|15974
ChangeSet
1.1442 03/07/30 11:37:31 knepley@khan.mcs.anl.gov +1 -0
Nightly build fix

src/vec/impls/mpi/pdvec.c
1.

bk-changeset-1.1442
knepley@khan.mcs.anl.gov|ChangeSet|20030730163731|15974
ChangeSet
1.1442 03/07/30 11:37:31 knepley@khan.mcs.anl.gov +1 -0
Nightly build fix

src/vec/impls/mpi/pdvec.c
1.16 03/07/30 11:37:30 knepley@khan.mcs.anl.gov +2 -1
Fixed warning


Hg-commit: cb7c781f6d285f1519235daac89d82ea51634940

show more ...

be64a8c529-Jul-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1438
balay@smash.mcs.anl.gov|ChangeSet|20030729200524|15557
ChangeSet
1.1438 03/07/29 15:05:24 balay@smash.mcs.anl.gov +14 -0
netcdf -> pnetcdf
add in hdf build for linux

src/

bk-changeset-1.1438
balay@smash.mcs.anl.gov|ChangeSet|20030729200524|15557
ChangeSet
1.1438 03/07/29 15:05:24 balay@smash.mcs.anl.gov +14 -0
netcdf -> pnetcdf
add in hdf build for linux

src/vec/utils/vecio.c
1.20 03/07/29 15:05:23 balay@smash.mcs.anl.gov +3 -3
netcdf -> pnetcdf

src/vec/utils/makefile
1.9 03/07/29 15:05:23 balay@smash.mcs.anl.gov +1 -1
netcdf -> pnetcdf

src/vec/impls/seq/makefile
1.5 03/07/29 15:05:23 balay@smash.mcs.anl.gov +1 -1
netcdf -> pnetcdf

src/vec/impls/seq/bvec2.c
1.24 03/07/29 15:05:23 balay@smash.mcs.anl.gov +3 -3
netcdf -> pnetcdf

src/vec/impls/mpi/pdvec.c
1.15 03/07/29 15:05:23 balay@smash.mcs.anl.gov +4 -4
netcdf -> pnetcdf

src/vec/impls/mpi/makefile
1.5 03/07/29 15:05:23 balay@smash.mcs.anl.gov +1 -1
netcdf -> pnetcdf

src/sys/src/viewer/interface/viewregall.c
1.8 03/07/29 15:05:22 balay@smash.mcs.anl.gov +1 -1
netcdf -> pnetcdf

src/sys/src/viewer/impls/netcdf/makefile
1.4 03/07/29 15:05:22 balay@smash.mcs.anl.gov +2 -2
netcdf -> pnetcdf

src/dm/da/src/makefile
1.10 03/07/29 15:05:22 balay@smash.mcs.anl.gov +1 -1
netcdf -> pnetcdf

src/dm/da/src/gr2.c
1.11 03/07/29 15:05:22 balay@smash.mcs.anl.gov +3 -3
netcdf -> pnetcdf

src/dm/da/src/daview.c
1.10 03/07/29 15:05:22 balay@smash.mcs.anl.gov +1 -1
netcdf -> pnetcdf

bmake/linux/packages
1.37 03/07/29 15:05:22 balay@smash.mcs.anl.gov +6 -6
netcdf -> pnetcdf
add in hdf build for linux

bmake/config/packages.in
1.17 03/07/29 15:05:22 balay@smash.mcs.anl.gov +2 -2
netcdf -> pnetcdf

bmake/common/variables
1.48 03/07/29 15:05:22 balay@smash.mcs.anl.gov +2 -2
netcdf -> pnetcdf


Hg-commit: 3c44d7c77c69ffdd287e27223aea67a8d1bdfa53

show more ...

1...<<211212213214215216217218219220>>...278