Merge from releaseHg-commit: e68deefce83a763f408358290234a210cf6f116f
Remove example that were not running anywayHg-commit: 6d2bef5101f29e7078b8513003ac5c5468ca2e9f
pulled addition of VecScatterCopy_PtoP_AllToAll() from 3.0.0Hg-commit: fc10a6a4f476ca4996f9a6bbb6ad579a68e45180
added VecScatterCopy_PtoP_AllToAll()Hg-commit: 95178e97744bf74190133e1c5e0f09fe03a04ec6
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
Check for unassembled vector in VecCopy()Hg-commit: ff139c89f0111861fc0ff30cc96b3f6e977e9871
finished the basic replacement of ugly PetscMalloc() that sets 2 or more arrays with the PetscMallocN() approach. There are still a few clearly marked cases that need fixing.Hg-commit: c45884507d82
finished the basic replacement of ugly PetscMalloc() that sets 2 or more arrays with the PetscMallocN() approach. There are still a few clearly marked cases that need fixing.Hg-commit: c45884507d82b0d9dbd6cf61a91f6432e9021819
show more ...
commit after mergeHg-commit: dab6e8ec0fe71ad4fe0f4bf2ee374ce51b18f40d
changed PETSC_USE_SINGLE etc to PETSC_USE_SCALAR_SINGLE to make clearer that this variable is related to defining the scalar typeHg-commit: 091ca03e9ad7a91d59048671631a058ed1b9044d
mergeHg-commit: 36cf37059c0ed80addd0968973e91c32e491eff8
clean up stale commentsHg-commit: c6eb325ec7c9a74826544dffe3e3288c29065ceb
add MatMult_SeqSBAIJ_1_Hermitian() and MatHermitianTranspose()Hg-commit: 284b8e9149e7268648f12ec58fc3a6cb75e5468c
changed PetscMap to PetscLayoutHg-commit: b8f4632bd00d1563dcf8108fd4199169f8fd320b
changed PetscMap to be pointer to _p_PetscMapchanged PetscMapInitialize() to PetscMapCreate() and also have it malloc the spaceHg-commit: 2d1edc265bc1b52b0bfe730b4711ac37a11744fd
basic PCRedistribute worksHg-commit: e251c191299557d57332808ebd0734370cceb141
Fix unclosed structured commentsHg-commit: 508975e438d67dc06d3677c6ba78999b11ca8636
someone made example with double precision instead of using proper PetscReal, PetscScalar so that it will compile with complexHg-commit: eacea96f5b1992a489306da6092b2e188ec6a51a
someone forgot to ISDestroy()s they created in examplesorted output from fortran example in hope that output tests will workHg-commit: cfec47f74c96f3f6546d06e916c7a376eb180485
#if defined(foo) for xvgrab.c since the code is brokenmade vecscatterremap() a custom fortran interface so support null argumentsHg-commit: 9a22b794f0bd7bc620efab6a7a90eaea73b2afc0
PetscSleep now takes a PetscRealPetscDrawGetPause and PetscDrawSetPause also take PetscReal-draw_pause takes real valuesHg-commit: 5704078f50576596756b730ece1fd2c58071fd38
cleanup of many makefiles removed outdated and old style crudHg-commit: eaa8d3fd8168d422b0b437697ce75e0f89c760b6
updated CRL matrix format to not store _*AIJ() function pointers in interior function table. Instead just calls them directly by name with Mat*_*AIJ().Hg-commit: 367c714ce68e4039d5059b3d421ff012718
updated CRL matrix format to not store _*AIJ() function pointers in interior function table. Instead just calls them directly by name with Mat*_*AIJ().Hg-commit: 367c714ce68e4039d5059b3d421ff01271837650
Fix for NetCDF handlingHg-commit: 13f0b27c9e329b14ca155de2d328c54552127d72
PCApplyRichardson() now takes a flag indicating if initial guess is zero, this saves work on application of SOR preconditioner in first iteration for exampleKSPSolve() checks if the norm of x is kno
PCApplyRichardson() now takes a flag indicating if initial guess is zero, this saves work on application of SOR preconditioner in first iteration for exampleKSPSolve() checks if the norm of x is known to be zero and if so temporarily sets the guess_zero flag in KSP (it is only temporarily cause in the next solve it may not be zero.Hg-commit: 7c18a45dad7e4c7bb780a7cf7ffbc18bb03598c8
Fix ISDestroy() to be in charge of PetscHeaderDestroy()Hg-commit: 7c75b7b0cad9d220077830b7f53c65ca5343a7b4
1...<<181182183184185186187188189190>>...278