minor class syntax fixesHg-commit: e22a73870b66944690c5ccb62322937de05d5ba8
changed PetscFListDestroy() to again take the pointer and zeroit instead of relying on caller to zeroHg-commit: 172f34d6b8078eedc0431c8ccfeae639116e17f9
XXXSetType() need not call XXXRegisterAll() since XXXCreate() calls XXXInitializePackage()Hg-commit: 1d153ffcd810a51e9367f1b0827ad0c0027606cf
more minor changes to increase consistency of method calling sequences and namingHg-commit: 4d17aa8465a0d1835166ba4c0ee47a08a267b110
fixed a bunch of char * that should have been const char[] for XXInitializePackage()Hg-commit: b3395d353f54f4df8a0d8921b7e494f76db83bb3
add an example for testing Alhs matrix for ts-methodHg-commit: da46b1d7ae87211f4e6330618e687e65998650a0
fixed TSAppendOptionsPrefix() to protect callsto SNES/KSPSetOptionsPrefix() if snes/ksp does notexist.Hg-commit: 697b19caa6c184f5ff84f474c46628fc528c1908
petsc-maint 15978 TSSetOptionsPrefix would try to set snes or ksp options prefix even if they did not exist.Hg-commit: da76d805d3b7b47770515a54b3a79ed7f26dc518
rm unused variable as complained by the nightly buildHg-commit: dff1dfd142ca23e59f8573956491ec60f293763c
replace TSGetRHSMatrix() with TSGetMatrices()Hg-commit: 8b07cf18fc9a8d0cf00f8cd3c468743750903a63
add TSGetMatrices()Hg-commit: 8fc6e452a5262ab7b9798ac876a57a3ffe70ebf7
typo fix. Rm extra 'const'.Hg-commit: a97526cfd74afb8c087e679c7448461f31034d40
remvove TSSetRHSMatrix() and TSSetLHSMatrix()Hg-commit: 29a693f2747ba704d807f81c9adff0cccc529f86
replace TSSetLHSMatrix() and TSSetRHSMatrix() by TSSetMatrices()Hg-commit: c067fc59981bbc8e78bb23418ce3bbc07b828944
Replace TSSetRHSMatrix() and TSSetLHSMatrix() with TSSetMatrices()Hg-commit: 9788b1dad1ffb49298ed9d00beb6be6e5cb0c7cf
petsc.bib reference to Downar and Salome coupling approachesadd PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handlingHg-co
petsc.bib reference to Downar and Salome coupling approachesadd PetscViewerASCIIGetStdout() to use in PETSc source instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handlingHg-commit: d5925024de9641e364c42958da386445812c4f79
show more ...
Added TSSetTime() and TSSolve()Hg-commit: 1a95c22fc9cac6599a0e22a2301e8207a0c20648
moved many implementation headers to include/privateHg-commit: aa99826eaac01bf46b6b3b0207d0ecd69d3393cb
bug fix in ex7.c TS example, finished new MonitorDefault context for TS unused variables in redundant.c bug fix in dmmgHg-commit: 975413dce9e8293e295422e2a31856033328805c
auto + manual mergeHg-commit: f4c0ae99f4c7f22f95c234827fc2a705aadd8925
fix problems that are caused by the changes of cn TS methodadd nightly test for TS methodHg-commit: 06795ebc3977610461332b55af8122f7dfa43dd8
add Crank-Nicholson TS method -- work for the case of Linear_Constant_MatrixHg-commit: 1938ab45db07fad9ca93881d9b8b6a544f6ec4fe
changed ksp,snes,ts monitor function names and command line options to a consistent model like the -ksp_view_.... model.Hg-commit: 59f4eafae0b5023efcea351555f5a4c24277ba99
bugfixHg-commit: fb840a66e3335811dca40dbeea6f716802db5998
Add support for TSSetLHSMatrix()Hg-commit: 34fa42b2c0c3116c2d918dbf276c980a9af51769
1...<<41424344454647484950>>...60