History log of /petsc/src/ksp/pc/impls/ml/ml.c (Results 176 – 200 of 492)
Revision Date Author Comments
# 9118fc56 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-damp-not-one-pcapplyrichardson'


# 955c1f14 22-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed missing carriage return in uses of PetscInfo() and missing ierr CHKERRQ() usage

show more ...


# 72e51967 30-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-unneeded-paren-petscmalloc'

Conflicts:
src/mat/impls/baij/seq/baij.c


# 854ce69b 15-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

convert some PetscMalloc() to PetscMalloc1()
remove unneeded () in first argument to PetscMalloc/Calloc1()
fixes for MATLAB examples


# b486a86a 13-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLoc

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use
openmpi: update to version 1.8.3
added more movies and pubs
more movies
MatGetDiagonalBlock() can be called before matrix is assembled
added a couple more movies/images
PetscLogEventGetId() was missing public prototype
simply output from make streams benchmark test
c2html: fixup so that C2HTML make variable is set [similar to cmake.py]
chaco: current blas test does'nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco
builddist: always install c2html/sowing
argonne logo for users manual cover
Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead.
mpich: use older tarball with cygwin/gnu compilers
updated information about packages PETSc can use in users manual
Updated users manual to latest ANL Report format requirements
mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes 'make clean' requiring sudo
added more images and PETSc pubs
Doc: More refs
...

show more ...


# 92902e26 01-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

MPIU_SUM should have been MPI_SUM since operating on integers


# ddfe2925 08-Sep-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# cddfee46 08-Sep-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint-3.4' into maint


# e6b1cc6b 08-Sep-2014 Satish Balay <balay@mcs.anl.gov>

ml: fix ml partitioning with parmetis

Contributed-by: Dave May <dave.mayhem23@gmail.com>


# e45a0c82 16-Jun-2014 Barry Smith <bsmith@mcs.anl.gov>

PCReset_ML() needs to call PCReset_MG() otherwise outdated MG data structures remain and generate errors

Reported-by: Pratheek Shanthraj <p.shanthraj@mpie.de>


# b015001c 28-May-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]
gfortran: remove 132 char limit from f90 free-form
SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc
DMPlex-Gmsh: Use trueNumCells when building the coordinate section
Sys: Got guard logic reversed
Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*()
PetscFV: I hate fucking complex
removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory
fix test of DMLocalToGlobalBegin/End and add actual test cases
improve object memory logging for DA, ISLocalToGlobal and ISBLOCK
lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed
owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt
another reuse of allocated array in 2d/3d DMDA create
improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock()
PetscFV: Another complex fix
DMPlex+TS: Fixing types
ISIdentity() was wrong for block IS! Indices are NOT scaled by bs
PetscFV: Straighten out complex types
TS ex11: Fix casts and remove unused variable
...

show more ...


# 92c494f3 23-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options


# 95ecbf38 18-May-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bdd

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddcprivate.c

show more ...


# b3fc9300 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'origin/master' into feature-dmmoab


# 49fcfd5b 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# 0eb37573 28-Apr-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/docs-snesmanualupdate

* master:
Doc: fix spelling errors in users manual
superlu_dist determines namemangled based on blas/lapack mangling, NOT fortran manglin

Merge branch 'master' into prbrune/docs-snesmanualupdate

* master:
Doc: fix spelling errors in users manual
superlu_dist determines namemangled based on blas/lapack mangling, NOT fortran mangling
SNESNASM: Explicitly set the NASM type to PC_ASM_BASIC in ASPIN.
SNESNASM: Add missing SNESNASMSet/GetType()
changed prototypes for args for KSPComputeEigenvalues[Explicitly] to arrays and improved manual pages to clarify that arrays are provided by users
update src/mat/examples/tests/ex72.c for reading symmetric matrix in MatrixMarket to petsc binary file
allocate one more space for row data for ml matrix then one might think is correct. This resolves a problem in a user code and won't break anything since it is just space allocated (possibly due to bug in ml).
Revert "metis/parmetis: update to metis-5.1.0/parmetis-4.0.3" There were a couple of reports of breakage of mumps with this update http://lists.mcs.anl.gov/pipermail/petsc-dev/2013-September/012853.html Subject: [petsc-maint] Issue with Metis in PETSC-DEV?
unitialized values outside array size, found by valgrind this example is still funky since it does not seem to handle array sizes properly everywhere
make sure example does not send uninitialized data through MPI to confuse valgrind
make sure no initialized data is sent via MPI to confuse valgrind
create rule for testexamples_SSL to prevent warning in make alltests
variable of wrong type and not even used
cleanup the function prototype representation for pre and post linesearch checking functions and improve documentation minor cleanup of documentation of several basic SNES functions
removed definition of DMADDA and documented removal

show more ...


# 1d94bf15 23-Apr-2014 Barry Smith <bsmith@mcs.anl.gov>

allocate one more space for row data for ml matrix then one might think is correct. This resolves a problem in a user code and won't break anything since it is just space allocated (possibly due to b

allocate one more space for row data for ml matrix then one might think is correct. This resolves a problem in a user code and won't break anything since it is just space allocated (possibly due to bug in ml).

Reported-by: Patrick Farrell <patrick.farrell@maths.ox.ac.uk>

show more ...


# fab16db7 12-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-hdf5-parallel-load

* master: (125 commits)
since PETSc cannot view factored matrices, generate an error rather than display the wrong stuff (this wa

Merge branch 'master' into knepley/feature-plex-hdf5-parallel-load

* master: (125 commits)
since PETSc cannot view factored matrices, generate an error rather than display the wrong stuff (this was really bad)
outdated example that doesn't match coding style removed and buggy
petscversion.h: workaround ifort -cpp lack of referential transparency
configure: ignore AR, MAKEFLAGS [if set in env]
incorrect first entry in array being zeroed in example
sizeof.c: remove dependence on petsc [and fix syntax error]
nightlybuilds: use consistant PETSC_ARCH, machine names
TS: Allow viewing of TS solutions
DMPlex: Fix comparison for complex
change MPIVersion streams to use MPI_Wtime() to be portable to Windows do not use scalar square root on real number; it upsets Microsoft
cannot use I in PETSc code because in complex it sometimes represents imaginary number cannot pass PetscScalar * to VecNorm()
in dashboard don't warn about SSL and BOI deprecated
TS ex11: Fixed output formatting
Doc+DMPlex: Added function documentation for some refinement functions
streams: translate code from 'bash' to 'sh' [fix freebsd]
barry is an idiot who doesn't have a clue as to what he is doing (and git's unfriendlyness doesn't help matters)
don't list examples under C that don't work with complex!
forgotten output file
removed valgrind warning about sending uninitialized data
nightly builds ignore unrecognized pragma and .c file as C++ code
...

Conflicts:
include/petsc-private/dmpleximpl.h

show more ...


# 2093a8f6 11-Apr-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-ml-prealloc'


# 7be6b909 03-Apr-2014 Barry Smith <bsmith@mcs.anl.gov>

fixes for ml matrix preallocation when nontrivial global orderint


# b2533dd1 22-Mar-2014 Vijay Mahadevan <vijay.m@gmail.com>

Fixing merge conflicts in dmregall.


# 204681ed 19-Mar-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# 9c925a2c 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-events

Conflicts:
src/ts/interface/ts.c


# 5f6acfaf 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/feature-dm-circuit

Conflicts:
src/dm/impls/makefile


# 1d763ceb 17-Mar-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/matcoloring-greedy


12345678910>>...20