History log of /petsc/src/ksp/pc/impls/bddc/bddc.c (Results 776 – 800 of 873)
Revision Date Author Comments
# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# ea10fe75 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

if, for, while, switch now have consistently a space prior to the opening parenthesis.

Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5


# a6dfd86e 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb

show more ...


# c30958fd 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced remaining '){' with ') {'.

Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998


# a853e81e 13-Jan-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175


# 88f0584f 12-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

some fixes to allow building docs
added manual page for SNESFunction as function pointer "typedef" for documentation

Hg-commit: 500030c17aeb246f96d2a50eef27de48702713c1


# 07475bc1 11-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

don't list unneeded /*I includes; they clutter the manual pages

Hg-commit: e78ba20ae96445858089a43bccd0933d14f8ae95


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 43208f3f 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d


# feb88c85 19-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dc8232a909815fab77991a4570cbb6ae85ba2581


# 29622bf0 19-Nov-2012 Stefano Zampini <stefano.zampini@gmail.com>

Nullspace correction for inexact local solvers.

pcbddc->prec_type changed to pcbddc->inexact_prec_type.

Hg-commit: 5b48b2076f9f95e37f1617c72f43d98befe2a0c9


# 53ac2acf 22-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ea95ba0b407c28e766d71753799666da56c14e5e


# a929c220 22-Oct-2012 Stefano Zampini <stefano.zampini@gmail.com>

Connected components must be sorted by global ordering.

Added initial code for MatPartitioning in Multilevel (protected by the preprocessor).
active_procs is no longer a member of PC_BDDC data struc

Connected components must be sorted by global ordering.

Added initial code for MatPartitioning in Multilevel (protected by the preprocessor).
active_procs is no longer a member of PC_BDDC data struct.
Some memory deallocations moved.

Hg-commit: 75bf1b2837c18dc9548d0146754fc595509a4eef

show more ...


# c3df09d6 21-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed


# 1a83f524 21-Oct-2012 Jed Brown <jed@59A2.org>

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness casca

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness cascaded into the private ordering and coloring
routines.

Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e

show more ...


# ef028eec 09-Oct-2012 Stefano Zampini <stefano.zampini@gmail.com>

Changed how coarse dofs and fetidp multipliers are numbered.

Now the procedure is scalable (tested until 15K cores on BGQ).
Preallocation in PARALLEL_BDDC mode changed accordingly.

Minor changes: c

Changed how coarse dofs and fetidp multipliers are numbered.

Now the procedure is scalable (tested until 15K cores on BGQ).
Preallocation in PARALLEL_BDDC mode changed accordingly.

Minor changes: change type of local_primal_indices and others PetscMPIInt.

Hg-commit: eca3eb7ad9485d9d44801e8b045562a443da2b97

show more ...


# f0474715 06-Oct-2012 Stefano Zampini <stefano.zampini@gmail.com>

Rearranged some deallocations when building FETIDP mat.

Multipliers numbering should be improved for large number of procs.

Hg-commit: 729963bc657cb57fa8a7f5de8949dff13e5e00fe


# 354b9337 04-Oct-2012 Stefano Zampini <stefano.zampini@gmail.com>

Release memory allocated for aux_new_xadj.

Hg-commit: aa21bedaf8ceea76bd5fa0caed748398b814fcfe


# 2150357e 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed formating of variable declarations messed up by putting const int XXXType
fixed DMDAGet/SetCoordinates() that matt did not remove

Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942


# 7cf533a6 03-Oct-2012 Stefano Zampini <stefano.zampini@gmail.com>

Rebuild CSR local graph before adapting interface.

Subdomain connectivity restored to all possible edges (not using faces only).

Hg-commit: e2dd607b6969629bef380ec86f45876e1f5ef7e3


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 2e8d2280 01-Oct-2012 Stefano Zampini <stefano.zampini@gmail.com>

Number of coarse dofs are now computed when numbering them.

R_to_D and R_to_B scatters computed without communications.
Added code in debug mode to test if coarse dofs are properly numbered.
Multile

Number of coarse dofs are now computed when numbering them.

R_to_D and R_to_B scatters computed without communications.
Added code in debug mode to test if coarse dofs are properly numbered.
Multilevel graph reverted to faces adjacency only.
Added static function to set exact dirichlet usage.
Some fixes to source code for PETSc requirements.

Hg-commit: a097e219b087b0f4998bbff6c799ee14ccc49ca9

show more ...


# 7659c1be 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21


1...<<3132333435