Carefully removed \t from src/ksp/*Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1
fixed many more missing CHKERRQ()Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435
Make type matching for MPIU_2INT explicit for Clang warningsHg-commit: b20bd2e0a49c459ad766276caf8e1f866aa46396
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
removed all incorrect spaces before CHKERR...Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17
fixed memory leak in fieldsplitfixed -xxx_view_draw to initially clear window so that -draw_save works on these drawingsadded DMDetSubDM_DA()asm should not error out if viewer not supportedHg-co
fixed memory leak in fieldsplitfixed -xxx_view_draw to initially clear window so that -draw_save works on these drawingsadded DMDetSubDM_DA()asm should not error out if viewer not supportedHg-commit: 8095385733ef37462f66a2a8905da608a080c694
show more ...
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
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
merge from 33Hg-commit: fcf85c783eea43b41926a5894f4c39ade16496ad
Fortran binding to PCASMGetSubKSP allows passing PETSC_NULL_OBJECT for KSP arrayHg-commit: ce527270c551e8538b15d4861f78268743b4f71e
Minimize the amount of new code to fix the DM decomposition mixing issue.Hg-commit: b207eabfcac123fd2af789a82a21a5ea73292445
Split DMCreateDecomposition() into Field and Domain decompositions. Reenabled use of DM in ASM.Hg-commit: 2e2ee6a01d1a543670ea1a565999371852551596
Splitting up DM decomposition into field and subdomain decompositions.Hg-commit: 25ae1465cd37db36ff0f764d65ffd3f1bf1fc0cc
PC(G)ASM should gracefully handle the case of empty outer subdomain list, even when inner subdomains are present.Hg-commit: 57647567ccf204fe4096bde8e981160b5bd0a7e9
Disable DMCreateDecomposition() code in PCASMHg-commit: d9a0e3f9dacd3e7a98875bfda267d8efd735bc27
Small bug fixes to ASM and GASM.Hg-commit: d96368c4e2da6e6dccd36431051802c12e599c2c
Changed the printing of ASM subdomains to prevent output interleaving, but potentially making it less scalable.Hg-commit: f6b8a51669231d79fe217abf5197884ee9c6f073
Bug fix.Hg-commit: 2384b51d81cfde4b15e880f83ed2f537808d8b1c
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
Bug fix: cannot assume DMCreateFieldIS() is implemented; return an empty field list then.Hg-commit: de0779566bd9066abe15593211bfdb528fd2e4e7
GASM can now use decompositions defined by DM.Hg-commit: 15cfaabb54180b8f3f35f9b030f4f44141b96c91
PCASM uses decompositions from DM.Hg-commit: 440ec9350d5187632515a668bbf03f620a9c737f
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
12345678910>>...14