History log of /petsc/src/dm/impls/network/network.c (Results 401 – 425 of 491)
Revision Date Author Comments
# 4987998b 09-Mar-2016 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/dmnetwork-spJacobian1'


# 2d00e8a5 08-Mar-2016 Hong Zhang <hzhang@mcs.anl.gov>

cleanup


# 49b4ad9c 08-Mar-2016 Hong Zhang <hzhang@mcs.anl.gov>

Jv's are created by user, should be deleted by user


# bab331f8 07-Mar-2016 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/dmnetwork-spJacobian1' of bitbucket.org:petsc/petsc into hzhang/dmnetwork-spJacobian1


# 7843c022 07-Mar-2016 Hong Zhang <hzhang@mcs.anl.gov>

uptimize DMDestroy_Netory()


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


# 0dc22b7a 25-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/dmnetwork-spJacobian'


# dd6f46cd 23-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

Have DMNetworkGetVariableGlobalOffset() output actural offset value at ghost point


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

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


# 5fee1a1c 21-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

fix build warning


# f4431b8c 19-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

final cleanup


# a4e85ca8 19-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

cleanup DMCreateMatrix_Network()


# 3e97b6e8 18-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

factor MatSetUserblock_private() for code reuse


# 76ddfea5 18-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

bugfix: typo


# 883e35e8 17-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

enable user jacobian for supporting edges


# 83b2e829 15-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

reorg to enable user provide or !provide jacobians


# bfbc38dc 12-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

use DMPlexPreallocateOperator() for preallocation


# 2a945128 11-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

add missing coupling block; start adding matrix preallocation info


# 44aca652 10-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

add blocks for connected vertices


# 596e729f 10-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

continue working on DMCreateMatrix_Network() -- vertex blocks are implemented without using JPlex


# 17df6e9e 09-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

continue working on DMCreateMatrix_Network() -- edge blocks are implemented without using JPlex


# 1ad426b7 06-Feb-2016 Hong Zhang <hzhang@mcs.anl.gov>

replace dense blocks of DMPlex matrix with user-provided sparse matrices in DMCreateMatrix_Network()


# 38318d23 03-Feb-2016 Mark Adams <cal2princeton@yahoo.com>

Merge branch 'tisaac/dmforest' of bitbucket.org:petsc/petsc into tisaac/dmforest


# 10725b64 02-Feb-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into tisaac/dmforest

* master: (136 commits)
Make error message specific to exactly what matrix is supported
Prevent fblaslapack or f2cblaslapack from being compiled with t

Merge branch 'master' into tisaac/dmforest

* master: (136 commits)
Make error message specific to exactly what matrix is supported
Prevent fblaslapack or f2cblaslapack from being compiled with the -no-prec-dev Intel compiler option since it can produce incorrect results
Fix for PCReset_HYPRE to make it reentrant.
replace default superlu_dist '-mat_superlu_dist_colperm METIS_AT_PLUS_A' with MMD_ATA to avoid different random numbers for nightly tests
fixes for merge from maint patch
Added PCReset_HYPRE() so it may be used with SNESVI solvers
remove Microsoft compiler message for paste macros used for handling Blas/Lapack macro name mangling for example
Increase the number of PetscViewerPushFormat() possible to 25 and use a macro PETSCVIEWERFORMATPUSHESMAX for the value
Configure: Remove redundant logging
Bib: Added ref
nightlybuids: fix permissions of script
MatRegisterDestroy() does not exist but it is listed in manual pages
externalpackages-git: save local changes if any - in git stash - before 'git checkout -f' Useful incase --with-package-commit=HEAD option was msissing [perhaps due to a typo]
nightlybuilds: add xsdk builds
Add architectures for testing xsdk package downloads (Trilinos, Hypre, SuperLU)
create another version of TurnForward() for adaptive time stepping specifically
Configure: Give proper default if HOME is missing from the environment
fix abbreviation
allow zeropivot for MatSOR_SeqAIJ_Inode, node size=1
add test case using adpative time stepping for checkpointing type 'NONE'
...

show more ...


1...<<11121314151617181920