History log of /petsc/src/sys/objects/aoptions.c (Results 426 – 450 of 539)
Revision Date Author Comments
# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# 56233b4f 29-Nov-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 57a3e065de00a536533f045029956c5932bff43f


# 171400e9 22-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

added checking for correct dm argument to many dm functions

Hg-commit: efbaaf76be6a47a00a3d2a028b53df9c06feb13d


# 513dbe71 04-May-2011 Lisandro Dalcin <dalcinl@gmail.com>

Some fixes for precision=longdouble

Hg-commit: dda981993fad71d00ba026b27f36a46ce04c7e48


# ce63c4c1 20-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed fixed some names in petscmath.h

Hg-commit: a2460f32b5062aa458eab9ab7fe574fb7cb0b351


# d9822059 16-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

finished basic support for __float128

Hg-commit: ae6323f37787bba35aaa6ab78aa53432011da446


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 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 ...


# f38cfdcd 14-Dec-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587


# 88c29154 12-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

added PetscPC interface for Matlab
added PetscOptionsSetValue(), PetscOptionsClearValue() and PetscOptionsView() for Matlab
changed PetscOptionsPrint() to PetscOptionsView()
PetscXXX.View() in Matlab

added PetscPC interface for Matlab
added PetscOptionsSetValue(), PetscOptionsClearValue() and PetscOptionsView() for Matlab
changed PetscOptionsPrint() to PetscOptionsView()
PetscXXX.View() in Matlab interface now supports passing in no viewer and having it use the default

Hg-commit: b9153949782ef6b5312a19ce28b5aaa863f787b8

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 ...


# cd9db26d 17-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9701f074fd20019a272d7c76f3b333aafe4932b0


# 855771a1 11-Nov-2010 Victor Minden <victorminden@gmail.com>

added -pc_sacuda_cycles option

Hg-commit: a6a7991be63fbbae8e9c4de8f5c0220ab293621a


# cc80cbf4 10-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 5d73cf9935fda256a6fbf926c8c6a7a05aaa84ff


# 7fccdfe4 10-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

update to PetscMallocAlign() to use long long as cast of ptr instead of long

Hg-commit: 5e7d757d132749dcccec175d7fa9bc1708bb6cb4


# cfbddea1 10-Nov-2010 Satish Balay <balay@mcs.anl.gov>

change PetscOptionsAtoi() Atod, Atol etc to PetscOptionsStringToInt(), StringToReal(), StringToBool().

Hg-commit: bb319010bf9febc7c9c0b2531cd067cc35a2b84b


# 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


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

More clean up after messy sed in original conversion: (PetscBool *) -> (PetscBool*)

Hg-commit: 99f43e32bebfd5fb118e75e6da20a7d2d249e0b2


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

Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)

Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c


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

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


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

man=NULL becomes "(None)" in help pages, instead of less helpful "((null))"

Hg-commit: 6df36cb6c1a80fefc1bbc903f3c5b0416bed4aaa


1...<<11121314151617181920>>...22