History log of /petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c (Results 426 – 450 of 1029)
Revision Date Author Comments
# 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 ...


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

Merge branch 'barry/housekeeping-2'


# a80b646e 20-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

Need kspimpl.h in fieldsplit.c because of the KSP_Solve_FS.. variables

Reported-by: Satish Balay <balay@mcs.anl.gov>


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

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


# 1117012d 07-Jun-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 6fdd48a9 06-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

Improve manual page for PCFieldSplitSetSchurPre

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


# 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


# 34953ddd 21-May-2016 Satish Balay <balay@mcs.anl.gov>

revert this change from 00e125f as it breaks windows c++ tests


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

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


# 9c9a9c5d 19-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/housekeeping-1'


# 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 ...


# 18790e9c 14-May-2016 Mark Adams <cal2princeton@yahoo.com>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix


# 06f32c71 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-some-clang-warnings'


# 16fb2897 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-source-clang'


# ccc738f7 09-May-2016 Barry Smith <bsmith@mcs.anl.gov>

fix loop counters in example and make actual runs of the example in nightly tests

Reported-by: clang static analyzer


# 2a808120 09-May-2016 Barry Smith <bsmith@mcs.anl.gov>

a variety of fixes for issues detected by the clang static analyzer

Reported-by: clang static analyzer


# 35d70571 04-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/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c


# 0246f55c 11-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

These two routines must use TryMethod() because they are supposed
to be ignored if the PCType is not fieldsplit

Reported-by: nightly tests


# 163d334e 11-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

some uses of PetscTryMethod() actually require that the

object is correct and the function returns an appropriate value.
Change those calls to PetscUseMethod().


# af25d912 06-Mar-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/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/imp

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

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c

show more ...


# b9340eec 03-Mar-2016 Matthew G. Knepley <knepley@gmail.com>

Merge remote-tracking branch 'origin/knepley/fix-plex-test-partitions' into tisaac/dmforest

* origin/knepley/fix-plex-test-partitions: (151 commits)
Plex ex5: Provide test partitions
Plex ex4: P

Merge remote-tracking branch 'origin/knepley/fix-plex-test-partitions' into tisaac/dmforest

* origin/knepley/fix-plex-test-partitions: (151 commits)
Plex ex5: Provide test partitions
Plex ex4: Provide test partitions
Configure: I really hate exceptions - We should rewrite this to eliminate all exceptions in favor of return codes
Configure: I hate exceptions
fix typo for 'runex19_superlu_dist_2'
Fix for freeing just what needs to be free when SuperLU_Dist factorizations reused
Updated to latest hypre pre-release with fixes for handling blas/lapack libraries
Switch back to petsc fork of SuperLU_Dist that turns of use of findMPI
PCFactorSetUpMatSolverPackage() should not crash but instead produce a useful error message if called before it is in the proper state.
Clarify that SNESGetLinearSolveIterations() does not include failed iterations.
User reported issues with downloading boost using the previous URL but not this one
Configure: Small change to log order
MatFDColoringSetUp_MPIXAIJ: fix broken initialization of colmap
Bib: Missing comma
add support for binary viewer for -ts_monitor that records time at each timestep
superlu_dist: set MPI_C_COMPILER etc options - so that superlu_dist cmake does not look for a different/incompatible mpi compiler. [and its CFLAGS].
remove reference to VecGetValuesBlocked() and VecGetValuesLocal() from manual page since they do not exist.
Stop configure if user builds with threadsafety and debugging on
Added configure option --with-viewfromoptions=0 which will speed up code with many small solves substantially
Only generate list of all PetscFunctionLists generated in debug mode since in some circumstances where many objects are created searching this list is very slow.
...

Conflicts:
src/ts/examples/tutorials/ex11.c

show more ...


# 7c1391db 24-Feb-2016 Satish Balay <balay@mcs.anl.gov>

win32: compile fix

libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_0
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_1
libpets

win32: compile fix

libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_0
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_1
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_2
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_3
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_4
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_S
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_L
libpetsc.lib(dlregisksp.o) : error LNK2001: unresolved external symbol KSP_Solve_FS_U

show more ...


# f37e7628 21-Feb-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/add-pcfieldsplit-logevent


1...<<11121314151617181920>>...42