History log of /petsc/src/vec/ (Results 4876 – 4900 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ff6e566a03-Mar-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed error introduced in mpibaij.c if (complex number)
fixed error in PetscMapGetSize() was getting the local size
fixed DMComposite so that it properly frees all memory
had a loop on reference co

fixed error introduced in mpibaij.c if (complex number)
fixed error in PetscMapGetSize() was getting the local size
fixed DMComposite so that it properly frees all memory
had a loop on reference counts prevent freeing lots of things

Hg-commit: 210e88bbefcb2bfcd43e633fb99f355e44593603

show more ...

3a02d12701-Mar-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 92b2c7828b57d0584c07309a24a6e64eaa6d33a4

69abf8a301-Mar-2007 Matthew Knepley <knepley@mcs.anl.gov>

Dammit, for got this fix

Hg-commit: 59ce669450b236cae1afa5c5e031558b8559c700

f7a1537b26-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

replace ISCreateGeneral() by ISCreateGeneralNC() in a few places

Hg-commit: c9689345864b8e745e05fd1003b08b4455bf512e

edb16ee723-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

add ISCreateGeneralNC

Hg-commit: ebc9282acdaf940f32b0ac6531405aaf98af4b1f

12d94edd23-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

move isimpl.h to include/private

Hg-commit: d144fed347ce478906e5f1b100edf1a8c6313064


/petsc/include/petscao.h
/petsc/include/petscmat.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/private/isimpl.h
/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/python/PETSc/packages/ml.py
/petsc/src/dm/mesh/mesh.c
/petsc/src/ksp/ksp/examples/tests/ex29.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex29.out
/petsc/src/ksp/ksp/examples/tests/output/ex29_2.out
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/openmp/openmp.c
/petsc/src/mat/examples/tests/ex114.c
/petsc/src/mat/examples/tests/ex25.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex114.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_1.out
/petsc/src/snes/impls/ls/ls.c
is/impls/block/block.c
is/impls/general/general.h
is/impls/stride/stride.c
is/interface/index.c
is/makefile
is/utils/isltog.c
vec/utils/vpscat.c
vec/utils/vscat.c
dfd2f5e419-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

put PetscFree() before PetscFinalize() in vec test ex36

Hg-commit: 435d27c17876f5e71d7f8690981759953dd37cf0

0bf01e9716-Feb-2007 Barry Smith <bsmith@mcs.anl.gov>

moved DM definition into dmimpl.h out of daimpl.h
fixed serious bug in VecScatterCreate 15824
ex36.c illegally called raw malloc

Hg-commit: 0d83c81df75556f96dea7281cc1c8ffbbb8957a9

74b8c2bf15-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

shorter log name for local to global mapping

Hg-commit: ba3a195023566ddc1e91fdcc9fc0722c54468da3

01efc0ae12-Feb-2007 Barry Smith <bsmith@mcs.anl.gov>

fixed openmp stuff to work for 64bit systems

Hg-commit: 8c04aa50877d3fb44f7e6f1e30aa53033f2639af

16d9e3a606-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

improve HYPRE interface, add option for selecting V/W cycles in BoomerAMG, preallocate space in HYPRE IJ matrix for faster assembly

Hg-commit: a33fe9bcc007dbd69d5f192a8bdefbe248474b51

5d5dd04001-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

small fix in errorchecking macro

Hg-commit: 47c82bdff93a5ad95c3095fcb8e0540e812d33b1

1317dd4e01-Feb-2007 Barry Smith <bsmith@mcs.anl.gov>

better error checking for nv <=0 in VecMDot and VecMAXPY

Hg-commit: a155af05eca87447e9494ebbd5feec4c20bf296b

c312265601-Feb-2007 Lisandro Dalcin <dalcinl@gmail.com>

fix incref/decref pattern in many places

Hg-commit: 22e103f7957be81eb52288a9ed4ffb27537b6d8f

f3b73b4931-Jan-2007 Satish Balay <balay@mcs.anl.gov>

use the correct include 'petscconf.h'

Hg-commit: f6b2bb65c11a07f25c657e01c040c247bcbbec02

2903b64931-Jan-2007 Lisandro Dalcin <dalcinl@gmail.com>

correct #include for changeset 9944:24f46e7ddf44

Hg-commit: bc7ac2b4010b69d5aa95db17cefe4fc4f6bda48b

f972be7431-Jan-2007 Satish Balay <balay@mcs.anl.gov>

use petscdef.h instead of petsc.h

Hg-commit: 24f46e7ddf4420c4c32c3ad99763af8e3cd9e773

4ee3115730-Jan-2007 Satish Balay <balay@mcs.anl.gov>

f90vec requires another include file

Hg-commit: 6c2c51ab84b3c1bc8c2e8c823655d3534047fa8f

6fe8051929-Jan-2007 Satish Balay <balay@mcs.anl.gov>

fix syntax in makefile for enabling pgi-f90 interface

Hg-commit: a8feef465e0a33cbdaacf14845aa729b88e143f3

2cf9da5826-Jan-2007 Richard Tran Mills <rmills@ornl.gov>

Added nullify statement to zero out pointer.

To help prevent accidental use of the array after it has been restored,
and to be consistent with the C version of VecRestoreArray(), I added a
nullify s

Added nullify statement to zero out pointer.

To help prevent accidental use of the array after it has been restored,
and to be consistent with the C version of VecRestoreArray(), I added a
nullify statement after the VecRestoreArray() call.
Also added a 'return' to be consistent with the PETSc coding style.

Hg-commit: 5cbbefb65559f5d6630c599db1c60d18d9072322

show more ...

972c269025-Jan-2007 Satish Balay <balay@mcs.anl.gov>

add a VecGetArrayF90() wrapper over VecGetArray() for compilers PGI - where native f90 support is missing

Hg-commit: 6c93151d11f3e71138a90656a265e02ce8528da3


/petsc/include/petscksp.h
/petsc/include/petscmesh.h
/petsc/include/petscsys.h
/petsc/include/private/kspimpl.h
/petsc/python/PETSc/packages/Sieve.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/sundials.py
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tests/xsifter0.cxx
/petsc/src/dm/mesh/examples/tests/xsifter1.cxx
/petsc/src/dm/mesh/examples/tests/xsifter2.cxx
/petsc/src/dm/mesh/examples/tests/xsifterTest.hh
/petsc/src/dm/mesh/ftn-custom/zmesh.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshvtk.h
/petsc/src/dm/mesh/sieve/CoSieve.hh
/petsc/src/dm/mesh/sieve/Completion.hh
/petsc/src/dm/mesh/sieve/Distribution.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/Numbering.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/SectionCompletion.hh
/petsc/src/dm/mesh/sieve/Sections.hh
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/dm/mesh/sieve/XSifter.hh
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/interface/matnull.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/gcomm.c
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/objects/gtype.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/mpinit.c
/petsc/src/sys/objects/pgname.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/objects/prefix.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/sundials/sundials.h
vec/interface/f90-src/makefile
vec/interface/f90-src/vecf90.F
vec/interface/makefile
7391106317-Jan-2007 Barry Smith <bsmith@mcs.anl.gov>

unused variable in str routin
petsc-maint 15701 VecCreateGhostWithArray() can not handle
zero length array with zero ghost points

Hg-commit: 6ffaea3cdcd15f293ee1991691d47ced6e827caf

2e90c96712-Jan-2007 Hong Zhang <hzhang@mcs.anl.gov>

typo fix. Rm extra 'const'.

Hg-commit: a97526cfd74afb8c087e679c7448461f31034d40


/petsc/bmake/common/test
/petsc/include/petscao.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/private/matimpl.h
/petsc/maint/generators/d.py
/petsc/maint/generators/prettyprint.py
/petsc/maint/getinterfaces.py
/petsc/python/PETSc/FEM.py
/petsc/python/PETSc/packages/FFC.py
/petsc/python/PETSc/packages/Fiat.py
/petsc/python/PETSc/packages/Generator.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tests/xsifter0.cxx
/petsc/src/dm/mesh/examples/tests/xsifterTest.hh
/petsc/src/dm/mesh/sieve/ALE.cxx
/petsc/src/dm/mesh/sieve/Completion.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/XSifter.hh
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ftn-custom/ziluf.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/interface/dupl.c
/petsc/src/sys/viewer/viewerimpl.h
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/interface/ftn-custom/ztscreatef.c
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsreg.c
pf/interface/pf.c
59b1a71302-Jan-2007 Satish Balay <balay@mcs.anl.gov>

#15692 allow negative values in the index array for VecSetValues & VecGetValues
Contrib from Patrick Farrell <patrick.farrell@imperial.ac.uk>

Hg-commit: 418a06ca495a602df59f0b0347b3f9489310123d

1a7bf5d402-Jan-2007 Satish Balay <balay@mcs.anl.gov>

convert VecStashValue_Private() and VecStashValuesBlocked_Private() from macros to inline functions [and add errorchecks]

Hg-commit: 4b6b2afcacd893f18756bafdb49b16ec725dd887


/petsc/include/petsc.h
/petsc/include/petscmg.h
/petsc/include/petscts.h
/petsc/include/private/tsimpl.h
/petsc/include/private/vecimpl.h
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/src/dm/mesh/examples/tutorials/Coarsener.h
/petsc/src/dm/mesh/examples/tutorials/fast_coarsen.h
/petsc/src/dm/mesh/examples/tutorials/tree_mis.h
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/section.c
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_22.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_23.out
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmresp.h
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/openmp/openmp.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.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/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/objects/mpinit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex1_beuler.out
/petsc/src/ts/examples/tests/output/ex1_cn.out
/petsc/src/ts/examples/tests/output/ex1_euler.out
/petsc/src/ts/impls/implicit/beuler/beuler.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
vec/impls/mpi/pdvec.c

1...<<191192193194195196197198199200>>...278