History log of /petsc/src/sys/objects/options.c (Results 651 – 675 of 919)
Revision Date Author Comments
# f52570e6 14-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee2c6307183ca19bc785d09a425ccbd5b4f06ca2


# 898c6837 14-Aug-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: b233ae2df18a87d51c1464152042c17445f4ba78


# 1d1ba570 14-Aug-2012 Satish Balay <balay@mcs.anl.gov>

misc fixes

Hg-commit: 2ca25e2d98dad072362892ee416e2884271d4e75


# 514bf10d 17-Jul-2012 Matthew G Knepley <knepley@gmail.com>

Now the inner A solve in S = C^T A^{-1} B by default is the same KSP as the (0,0) block. If you give any options with -fieldsplit_1_inner_* (or <split name>_inner_*) then it creates a new KSP with th

Now the inner A solve in S = C^T A^{-1} B by default is the same KSP as the (0,0) block. If you give any options with -fieldsplit_1_inner_* (or <split name>_inner_*) then it creates a new KSP with that prefix
- Added MatSchurComplementSetKSP()
- Added PetscOptionsFindPairPrefix_Private()

Hg-commit: 780f6f61e3b8a31069a311f5f8e3c99c14add8a8

show more ...


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# f7cf8827 06-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

added PetscCheckPointer to PetscValidPointer macros
fixed passing wrong comm to seterrq() what a waste of time tracking down Dmitry's bug

Hg-commit: 0ba7dad6944951e121539c3d28c1b69474df0172


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# 0bc44aa1 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b2f728a8e7d2d525a444e890541faef2fb6c3e24


# 778a2246 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process

Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40


# d4df9ed5 09-Apr-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Bug fix.

Hg-commit: 8196349aba2703623aa50c72613b83f4b0c3708b


# 0fd488f5 09-Apr-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed typo and updated docs for PetscOptionsGetIntArray() and PetscOptionsIntArray()

Hg-commit: 8e74aca2575bbd757b1e2fb0d6ce8cd0a4ae406c


# 4be22731 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6b2d847be8e2cc8bbefccbe4fe1df66789d3b220


# b32a342f 09-Apr-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Modified PetscOptionsGetIntArray() to support user provided increments for a given range.

Hg-commit: 8f654945adf8366deb9783626862bea2d01c96e6


# f505b413 14-Mar-2012 Satish Balay <balay@mcs.anl.gov>

#108792 avoid using __int64 with intel compilers

Hg-commit: beaa36fcafe362fc3af0750ebb422932cdd1337e


# 72757181 08-Mar-2012 Jed Brown <jed@59A2.org>

Prefer atoll() over _atoi64()

Hg-commit: 2f43c8de825585395e678c44f780c7c9d8dfcb9a


# 2f828895 28-Feb-2012 Jed Brown <jed@59A2.org>

Always check that options keys are valid

Hg-commit: 0635286fc12c729e0facf1a6fb8340a6fbb3a57d


# 7cd08cec 28-Feb-2012 Jed Brown <jed@59A2.org>

Allow keys starting with --, handle prefixes as --prefix_option instead of -prefix_-option.

Hg-commit: 2dee10c564f80e10bd2a3d4a4799496fed6484bd


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# e39bb055 24-Feb-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: 83c4fea74b43533d296ffb75a5ce75a413d18328


# 865e0ba6 24-Feb-2012 Jose Roman <jroman@dsic.upv.es>

Minor fix in documentation

Hg-commit: f54657dfdfaffd04f899d919dd9f770ae0f5a16f


# 44c93de9 18-Nov-2011 Satish Balay <balay@mcs.anl.gov>

64bit-indices fix on windows

Hg-commit: a97281181d4455ab2d11341517aec501f226d663


# 1c1325fe 26-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: bc589908dea7ebb861f2760c0d80f312294e48c0


# 472b90b3 26-Sep-2011 adams <adams@jaguarpf-login1.ccs.ornl.gov>

fix for emtpty procs on input grid (2nd commit).

Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb


# 8c74ee41 26-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

PetscTorkenDestroy() takes pointer to object
Added experimental -regression test to allow examples to regress there own output

Hg-commit: 6b4af6899a299b7fd1baaf6bfc556f203c825ef5


1...<<21222324252627282930>>...37