History log of /petsc/src/sys/objects/pinit.c (Results 1176 – 1200 of 1307)
Revision Date Author Comments
# 192daf7c 15-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

MatGetRowMaxAbs_MPIAIJ and MPIBAIJ loop was over columns should have been over rows

Hg-commit: 348ca1df2bfee8fdf26e652f8cf4bd672b5d7da3


# 667c2cab 03-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 23362bf2b1f5f3828bd823a4ef27b9d92b214cc3


# 429cc25e 01-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: abf4ed8d62ede136ab3f63c6b5e9f9bd08f3fcd3


# 3fa76a5b 29-Oct-2008 Lisandro Dalcin <dalcinl@gmail.com>

more fixes for dynamic libraries, review pathname handling and finalization

Hg-commit: 76e5b2dd2896a7d3e9ab86332cb60c3f57d3c928


# e7e45bfe 02-Oct-2008 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: 4ce41ec671603b3855f0eec1c3fc7254a50c8b77


# 22b55857 02-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: cc5e764365f80de0128113de51fbd7e2c54d1535


# b271bb04 01-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

added -ksp_monitor_range -ksp_monitor_range_draw -snes_monitor_range -snes_monitor_range_draw to get a
measure of how many of the residual elements are much larger than most of the others. It calc

added -ksp_monitor_range -ksp_monitor_range_draw -snes_monitor_range -snes_monitor_range_draw to get a
measure of how many of the residual elements are much larger than most of the others. It calculates
the percentage of elements that are more then .2*maximum element. (The .2 is a random choice).

Hg-commit: 08ed10caf9cf33c0c34a2477254c014beed4ffe0

show more ...


# ff2c26e0 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked
like they could be done automatically

Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72


# 9093cca8 16-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: fd71b9ce0f9bc4eafbfc7a3b6b2722a220bc6aa7


# 1fc0dd85 15-Sep-2008 Victor Eijkhout <eijkhout@tacc.utexas.edu>

bitten once too often by users who put init/solve/finalize in one routine,
then call that routine twice.


Hg-commit: ae733fbe984d31d9d52a784b1d89688c3d87e2e7


# b693b147 08-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

forgot to update schur_ and friend to fieldsplit_1 and friend for PCFIELDSPLIT

Hg-commit: bf99aa42addf9a96b0dc662715bd3f928b53a283


# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


# ce67a1f1 19-Jun-2008 Sean Farley <sean@math.lsu.edu>

Merge

Hg-commit: acacbb5449cb3c4529d96c934fe48fa4c267f6ac


# 45fa4501 19-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b094826e5478ecc96e25cb0a3646768807141858


# c418f1ee 19-Jun-2008 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 29b1d3527c7e02e50b402d8643da29a34282c6ae


# 6f9d5503 19-Jun-2008 Satish Balay <balay@mcs.anl.gov>

#17837 Get PETSc compiling with MSMPI

Hg-commit: a98da768eb25d5150d27850adafd2646ca877ff6


# 03acc76e 17-May-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7cf2a814cb935f1dca06259578302ea6dc222478


# 951e3c8e 16-May-2008 Barry Smith <bsmith@mcs.anl.gov>

finished adding protection for MPI IO usage in PETSc with PETSC_USE_MPIIO

Hg-commit: 81a22dfeb0164b21d7c287e99b92590bae6c4e5b


# 5afb0711 15-May-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ef52a8078177b8b44731cc9f45cd43f2b6261754


# 708350f5 12-May-2008 Satish Balay <balay@mcs.anl.gov>

fix compile warnings with MPI-IO changes

Hg-commit: 81e200c5ad71835daaafa31bbc03ebb7171e4d36


# 9afaeae2 10-May-2008 Barry Smith <bsmith@mcs.anl.gov>

changed PetscLogClassRegister() to PetscCookieRegister() and fixed calling sequence

Hg-commit: 9bf4c5c14bd579a1e7136bac681411624d111bf5


# e39fd77f 09-May-2008 Barry Smith <bsmith@mcs.anl.gov>

finished MPI IO version of binary viewer for Bags and with proper byte swapping for Intel with MPI IO

Hg-commit: 616bc2eeccfdf68ff3d242ffb3d0dcd0f069cbb2


# 44a86fe9 12-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a7ffc286e30d5836b0eab1c1ba844684075cfb07


# f5ab3e9c 12-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 0edc2959c7d192ca978977372a6661de8b5240e3


# f43cc0c9 11-Mar-2008 Satish Balay <balay@mcs.anl.gov>

fix openmp codechange that disabled options_left

Hg-commit: 2943d2e52467753b20f443a5012961b1aec495ce


1...<<41424344454647484950>>...53