History log of /petsc/src/ksp/pc/impls/mg/mg.c (Results 476 – 500 of 818)
Revision Date Author Comments
# ff1c5d1b 07-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d


# d0e4de75 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed ancient out-dated location of default and made private function private

Hg-commit: 83843fc5dc5c2857b37d64ff32071ed9a8b86fd9


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 296840b1 06-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users w

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users will only want --with-clanguage=C++ for std::complex.


Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347

show more ...


# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# b2573a8a 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

completed removing unneeded EXTERN_C_BEGIN/END from Mat directories and converting to PETSC_EXTERN_C for constructors
tested with and without dynamic with and without C++

Hg-commit: 7d27d7f4d9ea3bfe

completed removing unneeded EXTERN_C_BEGIN/END from Mat directories and converting to PETSC_EXTERN_C for constructors
tested with and without dynamic with and without C++

Hg-commit: 7d27d7f4d9ea3bfe6616fafdfb32d046b5db53a1

show more ...


# 10f4f354 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d45994b710e27c421e3a611629d33b9d321ce16b


# 1e25c274 16-Feb-2013 Jed Brown <jed@59A2.org>

Split out petscdmdatypes.h and petscdmtypes.h

Hg-commit: 3f8f2ebaa036547d616a74a818868b81d0922c1f


# 9804daf3 15-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.h

Hg-commit: 01be7b4c0ac1e993b540535c319de45af820a255


# b4876bcb 14-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed petscpcmg.h and fortran versions merged into petscpc.h and petscksp.h

Hg-commit: f1fa9c13361071e8062dc51beba76535fcaa600b


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 2fa5cd67 31-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/ksp/pc/*

Hg-commit: b80b33e3b1d8943a898b18384bc7b2c1a3103a32


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 9dbfc187 21-Jan-2013 Hong Zhang <hzhang@mcs.anl.gov>

set default shifttype=INBLOCKS for ilu, coarse grid LU in gamg and mg
to avoid zero pivot. INBLOCKS replaces zero-pivot with a tiny nozero without
additional computation in numerical factorization.

set default shifttype=INBLOCKS for ilu, coarse grid LU in gamg and mg
to avoid zero pivot. INBLOCKS replaces zero-pivot with a tiny nozero without
additional computation in numerical factorization.

Hg-commit: 8299294835ea1223cef25172ed5e59e048eb3d44

show more ...


# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


# db4deed7 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Style improvements: braces around 'else', partial '){' -> ') {'

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# 9afa1fc4 17-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/ksp/*

Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 1cd381d6 04-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

added PetscDrawGetBoundingBox() and use it to format PCMG view draw for more complicated smoothers

Hg-commit: e37171ec43c1f27517c96499e22eeefda0742703


# d30fbd46 04-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bb0d6c07efc2c6e13b5ba92db676883f5d905cf8


# 47a77684 04-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: 9da5e5c113ab3d02fcccb548a2e29d9054d0b5fa


# b4375e8d 04-Dec-2012 Peter Brune <brune@mcs.anl.gov>

MG and FAS viewdraw draws smoothu and smoothd side by side
- Also fix preallocation of smoothu in the FAS case

Hg-commit: 4d7019483a38594da4c00c25723e1a40aefab3b3


1...<<11121314151617181920>>...33