silly code formatting problems; some people still need to read the style guideHg-commit: 7a98cb06baf90914d565ea8801b6900bdc5a04c1
Make type matching for MPIU_2INT explicit for Clang warningsHg-commit: b20bd2e0a49c459ad766276caf8e1f866aa46396
Fix the most dangerous MPI type mismatches, still many with PetscBool/PetscEnum using MPI_INTHg-commit: 146d1df88e306d69e6ce797932b1c3352fd7851c
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
removed all incorrect spaces before CHKERR...Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
Const-correctness for MatGetRowIJ()/MatGetColumnIJ()The arrays have always been read-only according to thedocumentation. 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 thedocumentation. This patch should cause no behavioral change.This const-correctness cascaded into the private ordering and coloringroutines.Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e
show more ...
removed trailing blanks from source codeadded rule rmtrailingblanks accessible via make ACTION=remtrailingblanks treeHg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
PC(G)ASM should gracefully handle the case of empty outer subdomain list, even when inner subdomains are present.Hg-commit: 57647567ccf204fe4096bde8e981160b5bd0a7e9
Minimize the amount of new code to fix the DM decomposition mixing issue.Hg-commit: b207eabfcac123fd2af789a82a21a5ea73292445
Splitting up DM decomposition into field and subdomain decompositions.Hg-commit: 25ae1465cd37db36ff0f764d65ffd3f1bf1fc0cc
Fixed GASM memory leaks.Hg-commit: 0c80acaa8e4aa54f7393726b7c7cdc85b618dcb9
PCGASM output bug fixes and updated ex8g output.Hg-commit: 5b40f9b627d9c0a0d9a027f825986ad08f843e27
Numerous GASM-related fixes and API change docs.Hg-commit: 65891e71d6538241b2e1f74550253235c88c24de
Reorganized GASM API and improved PCView_GASMHg-commit: 244afa5021e891eb860fb8a64e4f7071e380677e
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation processHg-commit: 465282368ed7696decd83c3d3b111f39348a7d40
Bug fix: cannot assume DMCreateFieldIS() is implemented; return an empty field list then.Hg-commit: de0779566bd9066abe15593211bfdb528fd2e4e7
Bug fix.Hg-commit: 7d8a276dc2a168a3596c060afce69a229eb409ea
GASM can now use decompositions defined by DM.Hg-commit: 15cfaabb54180b8f3f35f9b030f4f44141b96c91
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
fix valgrind warningsHg-commit: 40da3be1297c791de7043c9743f981e39d3a0a2d
API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()* Now it should return a borrowed reference.* MATDENSE was updated to cache the the diagonal blockHg-commit: dbddbea75f68dca2821e78
API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()* Now it should return a borrowed reference.* MATDENSE was updated to cache the the diagonal blockHg-commit: dbddbea75f68dca2821e7818ebd56b2b79bbbaf9
commit after merge, some manual mergesHg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0
1234567891011