History log of /petsc/src/sys/objects/aoptions.c (Results 451 – 475 of 539)
Revision Date Author Comments
# 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


# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# 8738c821 02-Sep-2010 Jed Brown <jed@59A2.org>

PETSC_DLLEXPORT -> PETSCSYS_DLLEXPORT

For consistency with other packages, and since the library is named libpetscsys.

Hg-commit: d411519a6aa3d1f4f3f42dfd9d10e405a0d44202


# b4be0e3a 31-Aug-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: ee2c880beeb7f5709c949b456809141d38ab9b9a


# e7f143fa 31-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 21ce832f6372fd3b563c19fc7f166b12c02a05f0


# 6e655a9b 29-Aug-2010 Jed Brown <jed@59A2.org>

_p_PetscOptions -> _n_PetscOptions

Hg-commit: e157ec42b47f969804d295f41db3118e4b460a8f


# ee30c349 26-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5644be6818ba20762ef6acf43eb5015342fe8ffc


# bcbf2dc5 25-Jul-2010 Jed Brown <jed@59A2.org>

Make PetscOptionsGetString ensure that the result is NULL terminated, update uses.

The former usage sometimes passed len-1 and sometimes len
(inconsistently). Unfortunately, even using a shorter va

Make PetscOptionsGetString ensure that the result is NULL terminated, update uses.

The former usage sometimes passed len-1 and sometimes len
(inconsistently). Unfortunately, even using a shorter value does not
guarantee that the string is NULL terminated (because strncpy does not
terminate if the source string is longer than len). Since both uses
were incorrect in the presence of overflow, this patch chooses to
specify the length of the buffer rather than the maximum number of
non-NULL characters.

Hg-commit: cc94bdc2460eb6696fbd1c57d30a0d1f633d10f4

show more ...


# 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


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

finished labelling manual pages as Logically or Neighbor-wise Collective

Hg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517


# 5cb84363 11-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5af87a54ffb6678a987e39ee927086c38291b9c2


# f8dc72cd 10-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: ff6f7304cebf9d0f27bee5e461b036f47dd2cf49


# 68b16fda 09-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

accidently had removed initialization of flag to false in PetscOptionsTruthGroupBegin

Hg-commit: db1e573d10666cbb7ae5ee6e25306033714507d7


# d5649816 09-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

more work on AMS option setter

Hg-commit: 97faeb7c34710086b2f0d1c396bbe63d20f1c644


# 1ae3d29c 07-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed amsoptions.java to use default localhost
amsoptions code now handles all options and snes ex19 runs to completion
still some glitches, cannot handle changing type.

Hg-commit: 3a2988280069fa75d

fixed amsoptions.java to use default localhost
amsoptions code now handles all options and snes ex19 runs to completion
still some glitches, cannot handle changing type.

Hg-commit: 3a2988280069fa75d8bacfad2ac6478e41eb2d3d

show more ...


# 71f08665 02-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

more work on options database with Java GUI

Hg-commit: b0ad49ac4b2396d9fd7952b06ab0e7d87c1d6f2e


# 98a88306 01-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 02178143ddd3e6d6cc6a3a3261c8b862015885b1


# 1bc75a8d 29-May-2010 Barry Smith <bsmith@mcs.anl.gov>

Arguments in VecStrideScatter were inverted

Hg-commit: 11aa67349d30121b0d7f3892f00581aae9b91043


# c6eef339 28-May-2010 Barry Smith <bsmith@mcs.anl.gov>

AMS memory needs address to address of char

Hg-commit: 6a11b74fc40982411964151ed20ba8d71050aa95


# 9f32e415 27-May-2010 Barry Smith <bsmith@mcs.anl.gov>

updates for AMS

Hg-commit: 6e129ff35682d18b845e5944042caa1f3614694c


# b3506946 26-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added AMSBean, amsoptions.java ams viewer

Hg-commit: 111ac237c359799b5be34e07489680f7acbf029c


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

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

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# ff219bfb 27-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


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