History log of /petsc/src/ksp/pc/impls/gamg/agg.c (Results 251 – 275 of 582)
Revision Date Author Comments
# 54761ea3 14-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in m

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in master (the introduction of MatFactorGetError()) therefor need
to merge in master and use the new construct before merging to next

show more ...


# 79c38e00 12-Aug-2016 BarryFSmith <bsmith@mcs.anl.gov>

Merged in mark/gamg-aijcheck (pull request #526)

added checks for AIJ in MIS and GAMG


# 15687449 12-Aug-2016 Mark Adams <cal2princeton@yahoo.com>

added checks for AIJ in MIS and GAMG


# 162a9882 11-Aug-2016 Patrick Sanan <patrick.sanan@gmail.com>

Merge branch 'master' into psanan/pc-telescope-nearnullspace


# 011b787b 05-Aug-2016 Mark Adams <mfadams@lbl.gov>

fixed merge with master


# 578c61f7 03-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'mark/fix-gamg-asm-aggs'


# 3b50add6 01-Aug-2016 Mark Adams <mfadams@lbl.gov>

added randoms back in, made determanistic


# aea53286 01-Aug-2016 Mark Adams <mfadams@lbl.gov>

fixing gamg tests


# dd645285 01-Aug-2016 Mark Adams <cal2princeton@yahoo.com>

removed 'random' var from GAMG


# 3d996552 19-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

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

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcfetidp.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c
src/mat/impls/is/matis.h

show more ...


# cab9ed1e 27-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

fixed some naming in GAMG and added material to some GAMG manual pages


# e870d166 25-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/housekeeping-2'


# 539c167f 19-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

removed a variety of #include <xxximpl.h> from source code that was not needed


# 484f0a72 19-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

moved MatCoarsen infrastructure into its own include file

since it contains too many private data structures not needed by all
code what works with matrices


# cb91a56e 05-Jun-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# e87675dd 03-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

Add missing PetscLogEventEnd() in GAMG code for early returns

With these nonnested logging the xml nested logging generated run time errors
Also added clearer error checking messages when this nonne

Add missing PetscLogEventEnd() in GAMG code for early returns

With these nonnested logging the xml nested logging generated run time errors
Also added clearer error checking messages when this nonnesting is discovered by asserts

Reported-by: Richard Tran Mills <richard.t.mills@intel.com>

show more ...


# fe682e87 03-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

Add missing PetscLogEventEnd() in GAMG code for early returns

With these nonnested logging the xml nested logging generated run time errors
Also added clearer error checking messages when this nonne

Add missing PetscLogEventEnd() in GAMG code for early returns

With these nonnested logging the xml nested logging generated run time errors
Also added clearer error checking messages when this nonnesting is discovered by asserts

Reported-by: Richard Tran Mills <richard.t.mills@intel.com>

show more ...


# bef83e63 23-May-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c


# 7caaeba4 19-May-2016 barral <none@none.fr>

Merge branch 'master' into barral/feature-dmplex-adapt


# 868575d7 18-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-mf-prec

* master:
GAMG: Fix nearnullspace check
Plex: Must check block size in parallel from DMGetLocalToGlobalMapping() - Small format cleanup
Mov

Merge branch 'master' into knepley/fix-plex-mf-prec

* master:
GAMG: Fix nearnullspace check
Plex: Must check block size in parallel from DMGetLocalToGlobalMapping() - Small format cleanup
Move spinlocks definitions to pinit.c, where they don't depend on PETSC_HAVE_FORTRAN
Allow empty data
Update output files after change in PetscObjectPrintClassNamePrefixType
Deactivate tabs when printing several things in the same line

show more ...


# f2915190 18-May-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/dmplex-localize-targeted' into tisaac/dmp4est-set-periodic-domain

* tisaac/dmplex-localize-targeted:
DMLocalizeCoordinates(): make more flexible and targeted
GAMG: Fix nearn

Merge branch 'tisaac/dmplex-localize-targeted' into tisaac/dmp4est-set-periodic-domain

* tisaac/dmplex-localize-targeted:
DMLocalizeCoordinates(): make more flexible and targeted
GAMG: Fix nearnullspace check
Move spinlocks definitions to pinit.c, where they don't depend on PETSC_HAVE_FORTRAN
Allow empty data
Update output files after change in PetscObjectPrintClassNamePrefixType
Deactivate tabs when printing several things in the same line

show more ...


# b0d30dd6 18-May-2016 Matthew G. Knepley <knepley@gmail.com>

GAMG: Fix nearnullspace check


# 00e125f8 18-May-2016 Barry Smith <bsmith@mcs.anl.gov>

removed a bunch of unneeded inclusions of xxximpl.h which exposed private data where it did not have to be exposed

also made more systematic the inclusion of the base xxximpl.h in the derived yyyimp

removed a bunch of unneeded inclusions of xxximpl.h which exposed private data where it did not have to be exposed

also made more systematic the inclusion of the base xxximpl.h in the derived yyyimpl.h
so the inclusion is done in the include file rather than in each source code that includes it

show more ...


# 3546dc83 17-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jose/maint/tabs-print-class' into maint


# de18c742 16-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscCon

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant()
added SNESView for ngs, added options database to ngs manual page, removed dead routine
gcov: enable in mpiuni test
incorrect capitalization of an even name
force same number of iterations for output of ml example
changed output for ml example to not be machine dependent
DMP4est: access data after setup
SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft.
Example had print statements of complex numbers
Fix more errors in agmres for 64 bit integers
builds: fix nampespase conflict with 'analyzer-buid' and checkBuilds.py
gcov: add more packages to test
add a couple of KSP that were not represented in testing
gcov: enable more externalpackages for this test
fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux
get GAMG to get null space (more)
fix c++ compile errors
Add test example for kacmarz preconditioner since gcov indicated there was NONE
...

show more ...


1...<<11121314151617181920>>...24