History log of /petsc/src/sys/objects/options.c (Results 776 – 800 of 919)
Revision Date Author Comments
# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

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

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


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

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# a35feef6 09-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 77cda73f246adb43d307c1976167d5bb93319ea4


# 9ff95d03 08-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4cea0c7ff90ba9f9619590f264ec37004313d87a


# 8710a43c 08-Apr-2010 Satish Balay <balay@mcs.anl.gov>

merge from 31-p1

Hg-commit: 862efa09182c710aba624593b4f9b5c375d445be


# f6680f47 08-Apr-2010 Satish Balay <balay@mcs.anl.gov>

doc fixes [still p1]

Hg-commit: a72848c873413904e3af55111ad18683dbdc9296


# f9a2c96d 27-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# 77d7ed9c 17-Mar-2010 Lois Curfman McInnes <curfman@mcs.anl.gov>

not sure why I have a branch ...

Hg-commit: bb5d0ec835a2b3562e0e6cb86ad71b767183f850


# 3b98c0a2 17-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed false possible use of uninitialized variables warnings with optimization

Hg-commit: 4ff7b4bc0bea1f05f5ba7c1668b55e0b648cb6a9


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 809ceb46 05-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

if set is not passed into PetscOptionsGetEnum() then it crashed, fixed

Hg-commit: 5cb93e7bbbcf6c07984a9cafed3ed12d3b5e4643


# 69a24498 01-Mar-2010 Jed Brown <jed@59A2.org>

PetscOptionsGetEnum: Pass PetscInt* to PetscOptionsGetEList instead of casting away PetscEnum*

Since sizeof(PetscInt) != sizeof(PetscEnum) with-64-bit-indices.

Hg-commit: 501ef69ce8320cac8674c5a7b9

PetscOptionsGetEnum: Pass PetscInt* to PetscOptionsGetEList instead of casting away PetscEnum*

Since sizeof(PetscInt) != sizeof(PetscEnum) with-64-bit-indices.

Hg-commit: 501ef69ce8320cac8674c5a7b9729d035b6e9a7e

show more ...


# 2ae9f97c 01-Mar-2010 Jed Brown <jed@59A2.org>

Const correctness on the char** in PetscOptions{Enum,EList}

Hg-commit: 1bbc867c3661fd2f413f83b58e83dba3f610b153


# 28842d8c 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b


# d382aafb 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

petsc.h --> petscsys.h (fortran equivalents also)
new petsc.h that includes all PETSc includes is added

Hg-commit: a82a9bcb80ed39c69991db706672838a5b792d44


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# e26ddf31 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

handle PetscOptions GUI for int and real array, fixed so PetscOptionsGetFromTextInput() prints over PETSC_COMM_WORLD

Hg-commit: 8134b8400823ac5e5073a2e9b17d9533d318391d


# 3fc1eb6a 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

cleanup of options code

Hg-commit: 0c1607112f16f17152f4bd57ffee5ee65286e133


# aee2ceca 23-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

very crude -options_gui that uses stdin is now working

Hg-commit: 5db3b2f044a20feeee821437c9e33c1d25fee236


# b3b5d266 16-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e58ca2d7c30994afcc347cea28d361f7ffd1c0ba


# 95309d17 14-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 537b7ad5a7485d8b85edc0113e622cebdfc7b269


# 39fff652 14-Feb-2010 Jed Brown <jed@59A2.org>

spell "of" with an "f"

Hg-commit: 88a36a94c7c8fbfb94eeafaafe4acf4034922fbd


# 363c4d80 21-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

remove extern_c_end that didn't seem to belong

Hg-commit: 5622b9a1a333393e0ead0546ac4fb95d0e620fbe


# 6861f193 20-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

added support for any dimension for MAIJ matrices so DAGetInterpolation() will now support any size; not tested but simple code

Hg-commit: 587be0149b038e8aae3fb6f6edeb4cfd9a7b7aa2


# 4b0cc578 10-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c3bbe4664912c4afc8bb0ac514c1b80480c955bf


1...<<31323334353637