History log of /petsc/src/vec/ (Results 4926 – 4950 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2442b65906-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Register Sieve vector


Hg-commit: 40b9805b32ee7b669897764d2f5f4dc5ccbdfa51

765467ad06-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Added Sieve vector


Hg-commit: dde9d6b56ac371e8cefe89efcf54a30e14dd3d3e

a4a7e6be06-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Just comments


Hg-commit: e902be44bbd61a41103caef4bc5cd4394137cb76

49a1719e05-Jul-2006 Satish Balay <balay@mcs.anl.gov>

remove references to RANDOM_DEFAULT


Hg-commit: 3a92de1c2f2faa407092f3bc61cebe9554d1b669

7c61755230-Jun-2006 Satish Balay <balay@mcs.anl.gov>

c99 complex example fixes


Hg-commit: 98653f66515cde4922652e4a96e0a1ea4ea5a966


/petsc/include/petscksp.h
/petsc/include/petscsnes.h
/petsc/python/PETSc/packages/MUMPS.py
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/kspimpl.h
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/mat/examples/tests/ex10.c
/petsc/src/mat/examples/tests/ex102.c
/petsc/src/mat/examples/tests/ex11.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/ex13.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex20.c
/petsc/src/mat/examples/tests/ex21.c
/petsc/src/mat/examples/tests/ex22.c
/petsc/src/mat/examples/tests/ex24.c
/petsc/src/mat/examples/tests/ex25.c
/petsc/src/mat/examples/tests/ex27.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex35.c
/petsc/src/mat/examples/tests/ex6.c
/petsc/src/mat/examples/tests/ex60.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tests/ex8.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/snesimpl.h
/petsc/src/sys/examples/tutorials/ex5.c
vec/examples/tutorials/ex1e.c
5f481a8530-Jun-2006 Satish Balay <balay@mcs.anl.gov>

more c99 complex fixes


Hg-commit: fb4c43bce3651f2e8c064cf6e9858cd58c7ea692

1f6afcd229-Jun-2006 Matthew Knepley <knepley@mcs.anl.gov>

Do not allow logging of negative flops


Hg-commit: 98fae6a1268711b61c4a71bca4a0c96f0b66fc58

e6b907ac28-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

changed Mat_SeqAIJ, BAIJ and SBAIJ structs to shared
a common block of records. Updated code to use
this.


Hg-commit: 65f31362560702f05a5b46398c031eb13cbcbf08

f53c201f26-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

auto commit


Hg-commit: 837674bc383b1823de55b4f030b3d2580d5f5d65

f32d5d4325-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

minor improvements to web pages
partially optimised MatMatMult for AIJ * Dense -> Dense


Hg-commit: 49fdde9b92ba89a6e7ae6774d68fd55a15003b38

b8f8c88e24-Jun-2006 Hong Zhang <hzhang@mcs.anl.gov>

Optimize MatFDColoringApply() to reduce VecScatters

MatFDColoringCreate_MPIAI(): add impl for ctype == IS_COLORING_LOCAL
skip calling MatFDColoringApply_SeqAIJ(). Use MatFDColoringApply().
add impl

Optimize MatFDColoringApply() to reduce VecScatters

MatFDColoringCreate_MPIAI(): add impl for ctype == IS_COLORING_LOCAL
skip calling MatFDColoringApply_SeqAIJ(). Use MatFDColoringApply().
add impl when the input x1=local ghosted vector
significant num of VecScatter() is reduced
add 'ISColoringType ctype' into MatFDColoring struct
skip DAGlobalToLocalBegin/End when the input X=local ghosted vector
ISColoringGetIS(): add impl for ctype == IS_COLORING_LOCAL


Hg-commit: 754948e31e75209c086573e54b573c1a36fd912f

show more ...

8e10ea9224-Jun-2006 Satish Balay <balay@mcs.anl.gov>

fix memory leak in VecCreateGhostWithArray()


Hg-commit: 7b9e5021bb5b30f08a45cc57ff30be19195c8c55

ce72d2ba24-Jun-2006 Satish Balay <balay@mcs.anl.gov>

use c comments [not c++]


Hg-commit: 46d23ed5a9eb233a57ec7d0fb67f5539192edc84

724c17b221-Jun-2006 Matthew Knepley <knepley@mcs.anl.gov>

Fixed compiler warnings


Hg-commit: e3253e5dcad46ea296b1efac4be3651957f5db28

910ba99221-Jun-2006 Matthew Knepley <knepley@mcs.anl.gov>

Fixed cmpiler warnings


Hg-commit: c65647627c18b808ed35b9d5f9013608b89ec7d9

ad08c97f21-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

added back PetscMap routines from previous PETSc releases
added new pub


Hg-commit: 0674202596768765aa92a70cdab405334e52d307

6ce558ae21-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

vecgreateghost now auto sets VecSetLocalToGlobalMapping()
hg sucks, I don't remember what I changed


Hg-commit: 80900d4fa4bf867df1dc3867199aa585a0afb76c

19e29e7016-Jun-2006 Satish Balay <balay@mcs.anl.gov>

compile fixes in nightly builds


Hg-commit: 52cdb2ddaa600c35e9e6c0dc2a6a5d951399e476


/petsc/.hgignore
/petsc/bmake/common/rules
/petsc/config/aix5.1.0.0-64.py
/petsc/config/aix5.1.0.0.py
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/cray-x1.py
/petsc/config/cray-xt3.py
/petsc/include/petscdmmg.h
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/confignightly/atlantis
/petsc/maint/confignightly/atlantis2
/petsc/maint/confignightly/icrunch
/petsc/maint/confignightly/icrunch2
/petsc/maint/confignightly/msopteron1
/petsc/maint/confignightly/seaborg
/petsc/maint/confignightly/tg-login
/petsc/maint/copylognightly
/petsc/maint/startnightly
/petsc/maint/xclude
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/spooles.py
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshimpl.h
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/pc/impls/mg/mg.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/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/pcdmmg.c
vec/impls/seq/bvec2.c
cf50294213-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

parallel fix for fieldsplit; did not properly generate parallel matrices


Hg-commit: 7b34c32e57e2de741cd34e48d3fabeb2175adc66

2cfcea2911-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

petsc-maint added ISLocalToGlobalMappingGetInfo() for Fortran


Hg-commit: b3e5369834bf6ab54a546e192fb7fb9d479e5fc2

e2ee2a4708-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

petscbinaryread now supports complex numbers



Hg-commit: ce300ba47bdb0aee2b113b259846f90b9279e966

ee66e2f801-Jun-2006 Satish Balay <balay@mcs.anl.gov>

- remove vecscattercreatetozero_() etc as they are now autogenerated
- update ignore list


Hg-commit: 1a80917643041791da2f04b77ad1e27b748e00bd

493850f331-May-2006 Satish Balay <balay@mcs.anl.gov>

Fortran stubs for VecScatterCreateToAll/Zero routines


Hg-commit: 135eb2257c9ab2ebea71db2fc556b6fabe1b0ec2

5167808225-May-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4328.1.1
bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060525205417|51990
ChangeSet
1.4328.1.1 06/05/25 15:54:17 bsmith@barrysmith-57.mcs.anl.gov +4 -0
aij.c:
no shared data non

bk-changeset-1.4328.1.1
bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060525205417|51990
ChangeSet
1.4328.1.1 06/05/25 15:54:17 bsmith@barrysmith-57.mcs.anl.gov +4 -0
aij.c:
no shared data nonsense
*** empty log message ***
pdvec.c, bvec2.c:
name declared twice
superlu.c:
couple more superlu options into manual page

src/mat/impls/aij/seq/aij.c
1.257 06/05/25 14:38:08 bsmith@barrysmith-57.mcs.anl.gov +0 -28
no shared data nonsense

src/mat/impls/aij/seq/aij.c
1.256 06/05/24 06:47:34 bsmith@barrys-computer.local +27 -0
*** empty log message ***

src/vec/vec/impls/mpi/pdvec.c
1.76 06/05/23 16:55:11 bsmith@barrysmith-11.mcs.anl.gov +0 -1
name declared twice

src/vec/vec/impls/seq/bvec2.c
1.85 06/05/23 16:54:29 bsmith@barrysmith-11.mcs.anl.gov +0 -1
name declared twice

src/mat/impls/aij/seq/superlu/superlu.c
1.89 06/05/23 14:47:38 bsmith@barrysmith-57.mcs.anl.gov +4 -1
couple more superlu options into manual page


Hg-commit: bcdf806e8caaef5ccfdbb51f0f3cfc7ea7e29cb1

show more ...

0db6efe017-May-2006 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.4321
knepley@khan.(none)|ChangeSet|20060517210857|51261
ChangeSet
1.4321 06/05/17 16:08:57 knepley@khan.(none) +7 -0
Working mesh field output

src/vec/vec/impls/seq/bvec2.c

bk-changeset-1.4321
knepley@khan.(none)|ChangeSet|20060517210857|51261
ChangeSet
1.4321 06/05/17 16:08:57 knepley@khan.(none) +7 -0
Working mesh field output

src/vec/vec/impls/seq/bvec2.c
1.84 06/05/17 16:08:55 knepley@khan.(none) +56 -3
Fix VTK data output

src/vec/vec/impls/mpi/pdvec.c
1.75 06/05/17 16:08:55 knepley@khan.(none) +56 -3
Fix VTK data output

src/dm/mesh/sieve/Partitioner.hh
1.9 06/05/17 16:08:55 knepley@khan.(none) +112 -105
Need these typedefs to be in class
- Means making the class templated
Return overlap from distribute()
Now have partition_Induced() which follows mesh partition
Now all fields in the mesh are also distributed
Lots of cleanup
Need to fix unify
Need to fix coordinates

src/dm/mesh/sieve/Mesh.hh
1.66 06/05/17 16:08:54 knepley@khan.(none) +32 -221
Added getFields()
- This is just crap
Fixed createSplitField()
- Could probably be optimized
Jettisoned more dead code

src/dm/mesh/sieve/CoSifter.hh
1.63 06/05/17 16:08:54 knepley@khan.(none) +8 -1
Fixed size check
Added allocatePatches()

src/dm/mesh/examples/tutorials/makefile
1.44 06/05/17 16:08:54 knepley@khan.(none) +3 -0
Added target

src/dm/mesh/examples/tutorials/ex1.c
1.41 06/05/17 16:08:54 knepley@khan.(none) +1 -0
Set the object name


Hg-commit: a4e47c00885a968022074852379a6eca36d3ff91

show more ...


/petsc/config/configure.py
/petsc/include/finclude/petscsnes.h
/petsc/include/petscmesh.h
/petsc/include/petscsnes.h
/petsc/include/petscversion.h
/petsc/maint/generateetags.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Sieve.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/programs.py
/petsc/src/dm/mesh/examples/tutorials/data/bm1b/bm1b.connect
/petsc/src/dm/mesh/examples/tutorials/ex09.cxx
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex4.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/ftn-custom/makefile
/petsc/src/dm/mesh/ftn-custom/zmesh.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/mesh.h
/petsc/src/dm/mesh/meshpcice.h
/petsc/src/dm/mesh/meshpylith.h
/petsc/src/dm/mesh/meshvtk.h
/petsc/src/dm/mesh/sieve/ALE_containers.hh
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/MeshPCICE.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/docs/manualpages-sec/header_KSP
/petsc/src/docs/manualpages-sec/header_Vec
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/miscellaneous/funding.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.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/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/snesimpl.h
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/viewer/impls/draw/drawv.c
vec/impls/mpi/pdvec.c
vec/impls/seq/bvec2.c

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