History log of /petsc/src/ksp/pc/impls/mg/mgfunc.c (Results 201 – 225 of 320)
Revision Date Author Comments
# 81f98445 02-Jul-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/dm-coordinaterestrict' into prbrune/snes-elasticityexample


# 96006717 28-Jun-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/pcmg-residual-underscore'

* jed/pcmg-residual-underscore:
PCMGResidualDefault: fix fortran def [error on windows build]
PCMGResidualDefault: deprecate old semi-private name and

Merge branch 'jed/pcmg-residual-underscore'

* jed/pcmg-residual-underscore:
PCMGResidualDefault: fix fortran def [error on windows build]
PCMGResidualDefault: deprecate old semi-private name and make public
Fortran: PCMGResidual_Default needs to handle double-underscore

show more ...


# 54b2cd4b 20-Jun-2013 Jed Brown <jedbrown@mcs.anl.gov>

PCMGResidualDefault: deprecate old semi-private name and make public


# 3bb1ff40 28-May-2013 Barry Smith <bsmith@mcs.anl.gov>

logging memory now credits to all ancestors


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 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


# 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


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# 3bf036e2 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more missing CHKERRQ()

Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435


# 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


# 2150357e 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed formating of variable declarations messed up by putting const int XXXType
fixed DMDAGet/SetCoordinates() that matt did not remove

Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 336babb1 24-May-2012 Jed Brown <jed@59A2.org>

Use Chebyshev(2)/SOR as the default PCMG smoother, norms disabled, skip convergence test

Hg-commit: 234274ab894d8b2f56dc8997c6e19d966726c4cb


12345678910>>...13