History log of /petsc/src/ksp/pc/impls/bddc/bddc.c (Results 651 – 675 of 873)
Revision Date Author Comments
# 25734dcb 20-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc-applytranspose' into stefano_zampini/pcbddc-multilevel-improvement


# 70cf5478 19-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added reuse of coarse subassembling information

In order to do do, I had to change the MATIS class (I dont know why there was a guard for is->mapping in matis code)

Solved a couple of bugs

PCBDDC: added reuse of coarse subassembling information

In order to do do, I had to change the MATIS class (I dont know why there was a guard for is->mapping in matis code)

Solved a couple of bugs when doing multilevel and a dbg_viewer on a single level only

show more ...


# cd4f0679 18-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dmda-section

* master: (528 commits)
Doc: Fixed configure doc
Nightly summary: Added configure section.
TSSetErrorIfStepFails: fix __FUNCT__
TS: fi

Merge branch 'master' into knepley/feature-dmda-section

* master: (528 commits)
Doc: Fixed configure doc
Nightly summary: Added configure section.
TSSetErrorIfStepFails: fix __FUNCT__
TS: fix for TSGetRHSMats_Private() in the creation of the Arhs and Brhs matrices
protect logging of objects (which uses global variables) with PETSC_USE_LOG
error handler API had been previously changed but this example was not updated to new API.
DMPlex: Fixed bug in coordinate permutation
PetscSection: Doc fix for permutation
Bib: Added Top500 and fixed entry
fun3d: update PetscMallocValidate() usage
bugfix of MatCreateSeqAIJFromTriple() contributed by Nicolas Marsic <nicolas.marsic@montefiore.ulg.ac.be>
bib: rename ref with duplicate key
Webpage: Corrected '-dm_mat_type cusp' to 'dm_mat_type aijcusp'.
completed removing server code that was not removed in previous commit
removed PETSc webserver and configure package files that supported it
Allow calling MatGetBlockSize[s]() before matrix preallocation
SNESLINESEARCHBT: Set the norms when exiting early due to negligible step.
fix outdated PetscOptionsList
SNESQN: only monitor real part of dot product (fails with C++ complex)
Fix for multiple definitions in mat/color/interface/ custom fortran bindings
...

Conflicts:
config/builder.py
include/petscdmplex.h
src/dm/impls/da/dageometry.c
src/dm/impls/plex/examples/tests/ex4.c
src/dm/impls/plex/plex.c
src/dm/impls/plex/plexinterpolate.c

show more ...


# edf7251b 18-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added FETIDPMatMultTranspose and PCApplyTranspose (for Dirichlet FETIDP preconditioner)


# 93bd9ae7 18-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: support for PCApplyTranspose completed by solving the transpose of the coarse operator in PCBDDCApplyInterfacePreconditioner.

Function pointer is now set during object creation


# dc359a40 18-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added second parameter to PCBDDCApplyInterfacePreconditioner to determine if the interface preconditioner should be applied tranposed or not

The main reason for this is to avoid code duplica

PCBDDC: added second parameter to PCBDDCApplyInterfacePreconditioner to determine if the interface preconditioner should be applied tranposed or not

The main reason for this is to avoid code duplication

show more ...


# 50efa1b5 18-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: added initial implementation of PCApplyTranspose_BDDC


# 1a8a16d1 12-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: set compute topography to true with new field split


# 7d24d155 12-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: set compute topography to true also when Local version of the boundaries API is invoked


# 8563f5aa 12-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc-globalordering-api' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcprivate.c


# 63602bca 12-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: provide APIs for setting field split in global ordering

previous API moved to PCBDDCSetDofsSplittingLocal

For consistency with updated man pages, which_dof values should default to -1;
this

PCBDDC: provide APIs for setting field split in global ordering

previous API moved to PCBDDCSetDofsSplittingLocal

For consistency with updated man pages, which_dof values should default to -1;
this way, unlisted nodes in field split will belong to a different subset

show more ...


# 785d1243 12-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: provide API for setting Dirichlet/Neumann boundaries in global ordering


# 82ba6b80 12-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: replace SetXXXBoundaries with SetXXXBoundariesLocal (better logic)


# e3eb218c 12-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc-reusebddc' into stefano_zampini/pcbddc-multilevel-improvement


# c4fbd833 08-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-fem-dgspace

* master: (593 commits)
Bib: Added Top500 and fixed entry
fun3d: update PetscMallocValidate() usage
bib: rename ref with duplicate key

Merge branch 'master' into knepley/feature-fem-dgspace

* master: (593 commits)
Bib: Added Top500 and fixed entry
fun3d: update PetscMallocValidate() usage
bib: rename ref with duplicate key
Webpage: Corrected '-dm_mat_type cusp' to 'dm_mat_type aijcusp'.
Allow calling MatGetBlockSize[s]() before matrix preallocation
SNESLINESEARCHBT: Set the norms when exiting early due to negligible step.
SNESQN: only monitor real part of dot product (fails with C++ complex)
Corrected the #include statement in the man pages for the PetscObjectComposedDataSet/Getwhatever routines.
DMPlex: Added doc for DMPlexGetHybridBounds()
winzip: detect if winzip is used to extract petsc.tar.gz and error out.
configure: remove self.archIndependent as its not being used. [it is used to create externalpackages/package/arch dir which is unused]
configure: fix packages using package-dir/PETSC_ARCH as out-of-source-build location Perhaps this should be changed to package-dir/build?
configure: remove dead code previously used to download BuildSystem
configure: check if compilerDefines [and compilerFixes] exist in framework before using them
configure: save/restore reconfigure.py when --with-clean is used
configure: add --with-clean option to delete buildfiles/externalpackages in PETSC_DIR/PETSC_ARCH and potential externalpackages in --with-external-package-dir/PETSC_ARCH
configure: With --with-externalpackages-dir=dir store/build packages in dir/PETSC_ARCH
Add MatSeqSBAIJSetPreallocationCSR()
configure: switch to using PETSC_DIR/PETSC_ARCH/externalpackages by updating package.py to use externalpackages.py as the externalPackagesDirProvider
configure: move dead code configureExternalPackagesDir() from petscdir.py to externalpackagesdir.py Also set PETSC_DIR/PETSC_ARCH/externalpackages as the externalpackagesdir
...

show more ...


# 165b64e2 05-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: remove unneeded code to check nearnullspace


# 5dd13310 05-Nov-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: remove trailing whitespaces from source


# 7737a228 31-Oct-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws

Conflicts:
src/ksp/pc/impls/gamg/gamg.c
src/sys/classes/viewer/impls/ams/ams.c
src/sys/objects/pinit.c


# c1c8e736 30-Oct-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: solved compilation error with complex build


# 20e0daa4 22-Oct-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'stefano_zampini/pcbddc-baijfixes'

* stefano_zampini/pcbddc-baijfixes:
PCBDDC: updated example using local to global mapping generated by DMDA
PCBDDC: solved a bug when multiple con

Merge branch 'stefano_zampini/pcbddc-baijfixes'

* stefano_zampini/pcbddc-baijfixes:
PCBDDC: updated example using local to global mapping generated by DMDA
PCBDDC: solved a bug when multiple constraints are present and some are eliminated by SVD
PCBDDC: index set for R nodes now stores block size information
PCBDDC: updated todo list
PCBDDC: updated bddc example with sbaij matrix type
PCBDDC: updated man pages
PCBDDC: bddc now works with sbaij matrices.
PCBDDC: added field in bddc data struct to determine if fields splitting has been provided by the user
PCIS: add support for sbaij matrices
PCBDDC: updated example using local to global mapping generated by DMDA
PCBDDC: solved a bug when multiple constraints are present and some are eliminated by SVD
PCBDDC: index set for R nodes now stores block size information
PCBDDC: updated todo list
PCBDDC: updated bddc example with sbaij matrix type
PCBDDC: updated man pages
PCBDDC: bddc now works with sbaij matrices.
PCBDDC: added field in bddc data struct to determine if fields splitting has been provided by the user
PCIS: add support for sbaij matrices

show more ...


# e9189074 14-Oct-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: introduce a new variable in PCBDDC data stucture to store the actual number of current vertices (corners with constraints with basis changed)

removed calls to PCBDDCGetPrimalVerticesLocalIdx

PCBDDC: introduce a new variable in PCBDDC data stucture to store the actual number of current vertices (corners with constraints with basis changed)

removed calls to PCBDDCGetPrimalVerticesLocalIdx which are no longer needed

show more ...


# 39e2fb2a 14-Oct-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: make BtoNmap a member of bddc data struct (created once after PCISSetUp)

Use GlobalToLocalMapping to map local to boundary indices
Inserted some memcpy to speed up memory movement


# 727cdba6 14-Oct-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: better management of primal space. Now a coarse numbering is computed if and only if the primal space has been really changed


# fb180af4 10-Oct-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: allow different customization of dirichlet and neumann boundary indices among successive linear solves


# f4ddd8ee 10-Oct-2013 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: now PCBDDC reuses part of its private data if NearNullSpace customization is changed between different linear solves

I know it is a large commit, but this is the minimal set of changes to ge

PCBDDC: now PCBDDC reuses part of its private data if NearNullSpace customization is changed between different linear solves

I know it is a large commit, but this is the minimal set of changes to get it working

show more ...


1...<<21222324252627282930>>...35