History log of /petsc/src/sys/python/pythonsys.c (Results 151 – 175 of 203)
Revision Date Author Comments
# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# a297a907 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


# ea10fe75 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

if, for, while, switch now have consistently a space prior to the opening parenthesis.

Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


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

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 784ad74d 29-Jun-2012 Jed Brown <jed@59A2.org>

Add argument to PetscPClose to avoid raising an error

PetscFileRetrieve now tells you when a file does not exist.

Hg-commit: e92f50020946c88bf7b3a5942941025da5ebe3f3


# d44a1e48 02-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

name spaced global variable and removed unneeded global varable

Hg-commit: 10ceaf82d372fed2a8512c6bf6fda6422610a553


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# b90f4e8e 05-Jul-2011 Jed Brown <jed@59A2.org>

merge ARKIMEX work

Hg-commit: 03119db092d8058df7d0e444614a6b9f71cf5237


# b06c3108 05-Jul-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: 0b7ce13e7b115e7a8cf3d8276f9a3917f63e30c2


# 29d7da82 01-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 190091ace6ba708f33b13bcca19d370c6d464e63


# 3ca4f7d9 01-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: 74930ca3eb173df36c3b4eef6a1b517679bad4ba


# 2f2e82b0 01-Jul-2011 Lisandro Dalcin <dalcinl@gmail.com>

[petsc4py] Add PETSC_LIB_DIR in front of sys.path

Hg-commit: 5698b70c253efe0adcb5a6cb3f67872b3a91904d


# 3bb38d48 01-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge with Hong's changes

Hg-commit: 42ea6410b553d575c0cb76fe64e976e62982db72


# da5bf3f9 01-Jul-2011 Mark F. Adams <mark.adams@columbia.edu>

merge.

Hg-commit: c165b6f2e4dc2d02b177514b0eec473d97f1a4c5


# 694a6213 01-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 52ca8f374475747b31b6619f36f746eeb92682d6


# 5180491c 01-Jul-2011 Lisandro Dalcin <dalcinl@gmail.com>

[petsc4py] Support for Python monitors in KSP/SNES/TS

Hg-commit: e091e5b79133ed1b05de1a2a1bcf4c83c6fd2b2c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


123456789