History log of /petsc/src/ksp/pc/impls/bddc/bddcgraph.c (Results 126 – 150 of 328)
Revision Date Author Comments
# 1633d1f0 03-Oct-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: allow for null adjncy array (nvtxs > 0 and ii[0...nvtxs] = 0 is a valid csr)


# 48bebe3c 26-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix computation of twodim flag


# 08b6f892 18-Sep-2016 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: add extra information to ASCIIView


# f5fcb376 14-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: reset CSR when the graph is destroyed


# 3ebc787c 12-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: topolgical dim should be inferred at SetUp time


# f913dca9 08-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fixes from nightly builds (static analyzer)


# 197d30aa 06-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: no need to set freecsr to false during graph init


# 54fffbcc 06-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added special case for graph analysis


# b7466b8b 04-Sep-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: remove unused variable


# be12c134 28-Aug-2016 stefano_zampini <stefano.zampini@gmail.com>

PCBDDC: added maxcount argument to PCBDDCGraphInit


# a13144ff 25-Aug-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added support for Nedelec elements using the discrete gradient


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


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

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


# fb597685 10-Aug-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix memory leak from nightlytests.

PCBDDCGraphResetCSR belongs to PCBDDCGraphReset


# c8272957 08-Aug-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added PCBDDCGraphRestoreCandidateIS

now get candidates have USE_POINTER for the faces and edges


# 7e5be6c5 04-Aug-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: remove requirement of essential/natural dofs being disjoint sets: essential takes precedence


# a1dbd327 02-Aug-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added PETSC_USE_POINTER to PCBDDCSetLocalAdjacencyGraph


# c86c4108 30-Jul-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into mark/snes-ex56

* master: (93 commits)
Web: Added a tutorial
typo
rename X -> U
sowing: update to version that creates manpage URLs for 'enum' types/values
Increa

Merge branch 'master' into mark/snes-ex56

* master: (93 commits)
Web: Added a tutorial
typo
rename X -> U
sowing: update to version that creates manpage URLs for 'enum' types/values
Increase patchlevel to 3.7.3
move runex3_3 to NOTSINGLE [ partial backport 9ed0bd76d5c329eb91401ebabfbd851446214e20 ]
DMPlex: local coordinate vector should be a sequential vector
DM: Name coordinate vectors in subdomain and restrict hooks
tests: disable a couple of TS examples from single precision tests
reduce TS ex12_2 output
fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision
Vec: enable Fortran interfaces for VecGetLocalVectorRead and VecRestoreLocalVectorRead
Bib: Added refs
PCShell: man page fixes
update handling of latex in example code to use https
fix typo in isltog comment
test: Avoid conversion of object <-> function pointer type [-Wpedantic]
fortran: enable interface for VecGetLocalVector(), VecRestoreLocalVector()
update citation for cmz2016
PCBDDC: silent compilation warnings from nightlybuilds
...

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

show more ...


# d4890cce 29-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: decrease verbosity of ASCIIVIEW


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


# 6d049f88 19-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/fix-matis'

Conflicts:
src/mat/examples/tests/makefile


# 6583bcc1 28-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

Move PCBDDCSubsetNumbering to ISRenumber

This function is needed by MatGetLocalSubMatrix_IS


# 4b2aedd3 29-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fixes for sequential runs and zero coarse size


# 8875e3e6 24-Apr-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix warnings Wmaybe-uninitialized


# 52774845 06-Apr-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make regression test that fails
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release version
Updates for xSDKTrilinos builds
Added --download-xsdktrilinos
Communicator passed to VecCreateSeq should be PETSC_COMM_SELF
PCMG man page: fix typo in options name
Bib: Added refs
DMLabel: Removed unused variable
Metis tries to use backtrace which requires -lexecinfo on some systems such as freebsd Remove -lexecinfo from freebsd configure files since it is only needed by metis
add alternative output that occurs on some systems due to use of random number generator in partitioner
Plex: When creating cohesive submeshes, fix memory leak
Plex ex11: Updated output for new distribution algorithm
Plex: When explicitly distributing the depth label, we must recreate empty strata
Plex: When partitioning, the cell numbering should include hybrid points
Plex: Allow cell and vertex numberings to include hybrid points
need to show diffs of ex22 if it fails
Support two different output for test example, since due to roundoff this example can produce slightly different convergence history
...

show more ...


12345678910>>...14