History log of /petsc/src/ts/impls/pseudo/posindep.c (Results 301 – 325 of 472)
Revision Date Author Comments
# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

show more ...


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 47b40911 01-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb


# 7831a9c5 30-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dee9d311616c11527be7037e50199998c0536936


# bbd7b040 30-Nov-2010 Jed Brown <jed@59A2.org>

Make TSPseudo work for systems in fully implicit form

Hg-commit: ce925e9501cdbf5519d2bc0f987ec0ef593d4a09


# 671f6225 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after monster merge with Jed's changes to Truth/Bool broke some stuff

Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac


# acfcf0e5 14-Oct-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


# 4ac538c5 06-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.

Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# d5bac5b1 09-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: dbe17f4cd57aa220aaa7f3a4929b4662f1fd3cc2


# d2ffe925 09-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: fb3fb77fa7d8bd71eb94b0f289024414b41b2354


# c5eb9154 09-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

completed PetscValidLogicallyCollectiveXXX() routines and usage

Hg-commit: 374cfa6c3abbd90ea5b27fc02813ca73ae37b846


# 3f9fe445 08-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

finished labelling manual pages as Logically or Neighbor-wise Collective

Hg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517


# 17186662 10-May-2010 Barry Smith <bsmith@mcs.anl.gov>

finished formating of SETERRQ() calls and changed a few PETSC_COMM_SELF to appropriate comm

Hg-commit: 099173676d5157f4b09175cd1f5104bf5e549784


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# 2145e04f 03-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 096f427f51615a7c694c5aa4b3c5964c56ee02f4


# 44c54cac 30-Apr-2010 Jed Brown <jed@59A2.org>

Allow Jacobians to be changed at the SNES level is TSPSEUDO.

This facilitates using the most efficient FD-coloring Jacobian along
with TSIFunction.

Hg-commit: de9b6a419f6c460acf31e0d6683911e8a0dea8

Allow Jacobians to be changed at the SNES level is TSPSEUDO.

This facilitates using the most efficient FD-coloring Jacobian along
with TSIFunction.

Hg-commit: de9b6a419f6c460acf31e0d6683911e8a0dea897

show more ...


# 62e8e519 20-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 14e9750cd6fd86bfd98801cd87b8052cb14bdbde


# 8bcfb928 19-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d49b67dc57bac549d8ecea61d091acba812507c0


# 8eeb8439 19-Apr-2010 Jed Brown <jed@59A2.org>

merge TSRK/TSCN and DAGetArray changes

Hg-commit: 090a321c627e820cfcef98a3cbd3fd88ebd9813f


# 0f5c6efe 19-Apr-2010 Jed Brown <jed@59A2.org>

Add SNESTSFormFunction() and SNESTSFormJacobian()

This allows more efficient construction of Jacobians via coloring.

It will also permit cleaner (unified) SNES setup, but such changes have not been

Add SNESTSFormFunction() and SNESTSFormJacobian()

This allows more efficient construction of Jacobians via coloring.

It will also permit cleaner (unified) SNES setup, but such changes have not been done in this patch.

Hg-commit: 1c6f04a3bbb36bcb334df27b3292bf0038e1c18c

show more ...


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


1...<<111213141516171819