History log of /petsc/src/ksp/pc/impls/bddc/bddc.c (Results 376 – 400 of 873)
Revision Date Author Comments
# 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 ...


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

PCBDDC: added PCBDDCCreateNullSpace

this is nothing fancy, except that it first creates an orthonormal NullSpaceObject


# 2d505d7f 05-Aug-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix SetLocalAdjacencyGraph


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

PCBDDC: added PETSC_USE_POINTER to PCBDDCSetLocalAdjacencyGraph


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

PCBDDC: prepare code to Nedelec support


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

PCBDDC: Added transpose flag to PCBDDCSetDivergenceMat

fixed a bug when BDDC is used outside of a KSP with dirichlet_trick enabled


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

PCBDDC: Need to use vertices, edges and faces if the user requests the no net flux computation


# 695141f6 19-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: Fix compilation error


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


# fa23a32e 30-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: use IS instead of ISLocalToGlobalMapping


# a198735b 30-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: Added API for passing the matrix representation of the divergence operator


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

PCBDDC: fixes for sequential runs and zero coarse size


# 2d4c4fec 29-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: add extra dbg output


# f4bc458d 26-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-fetidp-class'


# 5ca1260d 16-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: forgot


# 669cc0f4 16-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: add internal API to compute no-net-flux condition


# 514db795 14-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-pcbddc-saddlepoint' of https://bitbucket.org/petsc/petsc into stefano_zampini/feature-pcbddc-saddlepoint


# 3738a8e6 14-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: prevent from writing on standard_rhs that could be locked


# 91e79780 14-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fix set but not used warning


# b334f244 13-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: create sub_schurs just when needed


# 00f6b531 12-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: don't modify mat_ctx->temp_solution_D


# 1720468b 11-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

KSPFETIDP: allow customization of multipliers from KSPSetFromOptions


# 329cd39d 11-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

KSPFETIDP: initial implementation of FETI-DP classes

FETIDP implemented as a Krylov solver, since it solves a different linear system (innerksp)


# 9884e7e0 25-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into tisaac/ts-ex11-amr

* master: (141 commits)
chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix
petsc4py: fix tarball url [for arbitary c

Merge branch 'master' into tisaac/ts-ex11-amr

* master: (141 commits)
chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix
petsc4py: fix tarball url [for arbitary commitid] - and dirname in tarball
Plex: Moved ReconstructGradients_Internal() and ApplyLimiter_Internal() to Plex from SNES
CUDA: Added external declaration for cuBLAS handle.
docs: fix reference to KSP_Create in parent commit
Add information on PETSC_EXTERN and PETSC_INTERN to developers manual
Plex: Symbol is shared between DM and SNES, so must be EXTERN
Plex: Remove unused variables
Configure: Fix check for spaces in PETSC_DIR
Plex: Updated examples to new DMPlexCreateBoxMesh()
sick of failure due to incorrect master branch
SNES ex12: Fixed unstructured GMG test
SNES ex12: Added another unstructured GMG test
petsc4py: use the snapshot with the fix for dmplex change
Examples that require Fortran to compile but were listed in tests that did not require Fortran
Plex ex19: Added DMSetFromOptions()
Plex: Store a flag indicating whether the boundary should change during remeshing - Set using -dm_plex_remesh_bd - Changed Remesh_Internal() signature
Always coarsen boundaries.
Plex: Fixed option name
Plex: Protect unused variables
...

Conflicts:
src/dm/impls/plex/makefile
src/snes/utils/dmplexsnes.c

show more ...


1...<<11121314151617181920>>...35