commit after monster merge with Jed's changes to Truth/Bool broke some stuffHg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
finished transistion of DAXXX to DMDAXXXXHg-commit: 86cda14def53e12145f562bc5ffa2be6f2362b57
more conversion of DA methods to DMHg-commit: e2aa391703fc1f000b85cf3ac2e3248e5b4a2830
Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c
PetscOptionsTruth -> PetscOptionsBool and relatedHg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364
Added ISCreate(), ISSetType(), ISRegister() etc to match style of other PETSc objects. Also added ISGeneralSetIndices(), ISBlockSetIndices(), ISStrideSetStride()Hg-commit: 75b4e6ae1bea4e8d7802d73be
Added ISCreate(), ISSetType(), ISRegister() etc to match style of other PETSc objects. Also added ISGeneralSetIndices(), ISBlockSetIndices(), ISStrideSetStride()Hg-commit: 75b4e6ae1bea4e8d7802d73beaf4a2e98b5b0f74
show more ...
I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, elimina
I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, eliminated lots of duplicate code and makes it easier to have uniform output.Hg-commit: ac7db369abce3aaa842088cc8d77922f55ce8a59
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
revamped cuda matrices to set flags on CPU operations that modify the matrix, and then recopy down on multipliesHg-commit: fc1928f06c7054b05eed293722e85e1f0e79bd00
more one display treeHg-commit: 634c6c42e56f36f84244e4fe2f20e88d1ff6ffcf
better version of PetscAMSPublishAllHg-commit: 782c2a976ec07d13b492bc3c4a0989c9b56cd366
basic amspublishall. Release it is wrong and need to publish after the type is set.Hg-commit: 00a22ad47a7a0ffcd91c66290fefb82fce41e498
added MAT_NO_OFF_PROC_ZERO_ROWSHg-commit: dcb4785ded2499b8198963c631549b3f426a5802
added MAT_NO_OFF_PROC_ENTRIESHg-commit: f210f82d77e94a973918cbd989aee2263e028ced
Lots of inconsistent PETSC*_DLLEXPORTHg-commit: 17c71edbc1aa078557adacd3101bfb9934ffc5e2
merge from 31Hg-commit: 351335042345192e8fd53b3d50297d636c278b70
#51595 fix functionpointer check for MatMultHermitianTranspose() andMatMultHermitianTransposeAdd()Hg-commit: 38f5ad9245252916ba5a47610cf63a6c18a90728
add MatGetMultiProcBlock_SeqAIJ() and logEvent MAT_GetMultiProcBlockHg-commit: 21a51acadd4a18f574215adcb2c7a4e70eb153c7
Add MatGetMultiProcBlock() to MatOpsHg-commit: ee567dae8c92b47048f5cbcf74749067e770d7eb
changed names of CRL and CSRPERM subclasses of AIJ matrix to AIJCRL and AIJPERM to properly reflect the class hierarchyHg-commit: 90a01f1f11884d2753059adf03d4efc3c44d42e6
updates to docs to include actual hyperlink to users manual when possiblenow use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built
updates to docs to include actual hyperlink to users manual when possiblenow use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built PETSc can dynamically load new typesHg-commit: 44383b6f330cbb89c18413a3aa580692ad00c36e
Okay, don't even try to find the typoHg-commit: c917100cee2862b37be19fd9ddcc601a55a8efc6
humm, I don't see how changing the name of a variable in one place so the code no longer compiles is a "fix" but anyways. Changed the use of variable to match its declaration so I can compileHg-com
humm, I don't see how changing the name of a variable in one place so the code no longer compiles is a "fix" but anyways. Changed the use of variable to match its declaration so I can compileHg-commit: 43d1f53bf14e19da973699c6dc8541e27dbd513b
1...<<61626364656667686970>>...111