History log of /petsc/src/sys/utils/str.c (Results 326 – 350 of 363)
Revision Date Author Comments
# 22982a5f 25-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

finished the basic replacement of ugly PetscMalloc() that sets 2 or more arrays with the PetscMallocN() approach. There are still a few clearly marked cases that need fixing.

Hg-commit: c45884507d82

finished the basic replacement of ugly PetscMalloc() that sets 2 or more arrays with the PetscMallocN() approach. There are still a few clearly marked cases that need fixing.

Hg-commit: c45884507d82b0d9dbd6cf61a91f6432e9021819

show more ...


# acc6cc86 22-May-2009 Barry Smith <bsmith@mcs.anl.gov>

added to petscapp.bib and fixed PetscStrreplace() comment to indicate that PETSC_ARCH and PETSC_DIR are not replaced with environmental variables

Hg-commit: 702059b24dc1c6fadc46b01828cb0b73e53c6730


# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


# 03acc76e 17-May-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7cf2a814cb935f1dca06259578302ea6dc222478


# 9b754dc9 13-May-2008 Barry Smith <bsmith@mcs.anl.gov>

changed PetscOptionsInsertFile() to be scalable, now only process zero in the communicator opens the file
and broadcasts to the other processes. Arguments are changed.

Hg-commit: 045a41f43578938b

changed PetscOptionsInsertFile() to be scalable, now only process zero in the communicator opens the file
and broadcasts to the other processes. Arguments are changed.

Hg-commit: 045a41f43578938b9b7dcef065cf7b8c9a0a8c4f

show more ...


# 5afd5e0c 09-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

completed rough tutorial

Hg-commit: 4863b347d5336a5880eb54981a37d446e1ce18a9


# 8ec6c7c1 08-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6bf6f927f50b7c3afa97096a8d57512ab412f115


# 26471541 04-Apr-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4d4bc0805daaa6d14bf59feeb68055599311ae83


# 90fdf44c 31-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Many fixes
- petsc_tmp_flops has to be extern in the header
- Declared PCFieldSplitSetIS
- Removed separate destroy in meshimpl
- Fixed calls in ex5f
- Fixed new TokenFind

Hg-commit: 71a9b90ca3f688b

Many fixes
- petsc_tmp_flops has to be extern in the header
- Declared PCFieldSplitSetIS
- Removed separate destroy in meshimpl
- Fixed calls in ex5f
- Fixed new TokenFind

Hg-commit: 71a9b90ca3f688b1d1200d8663fced781a16a75a

show more ...


# 8b648ec9 31-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 98a5e96ff6b96fd75dd94267aeabc64ba04ed883


# 4704e885 30-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

PetscTokenFind() will now treat everything inside a " " as a single token

Hg-commit: d647f6c6c8d3c51e33a75b9ce8831b03ee547a4d


# 1c0add76 22-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# 859df3cb 09-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 2e5906a7b550829a4d1cb80446e0d4452c3785e5


# 1d1a0024 07-Jan-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some illegal names of variables in function prototypes in the include files
changed PetscToken to be a private struct so that PetscTokenCreate() etc behave like
PETSc class
messed with the wo

fixed some illegal names of variables in function prototypes in the include files
changed PetscToken to be a private struct so that PetscTokenCreate() etc behave like
PETSc class
messed with the worthless interface generator code

Hg-commit: 6bb2b8264313602b8e8b11e37006feb15d37fa4b

show more ...


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 6f3d5618 31-Oct-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# e8a8b80f 29-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9adc9855c99b41c5ce81e220b96ace7c91ee92bf


# a93a7c29 24-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 49dc1b6891e77f66893d75b818e4575c789b38c3


# fbb3e65f 23-Oct-2007 Satish Balay <balay@mcs.anl.gov>

revert bad edit in commit-1b5fd6c91db2

Hg-commit: 51392e52d41d7c3e5a1f253f0b1aa08dcdc715d2


# 372c7c73 23-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 96277bd2c93985d746f94ffc68dcbdf584ba440f


# 32b366c8 23-Oct-2007 Satish Balay <balay@mcs.anl.gov>

#16925 [and a few more] work arround icc-10 bug with stricmp() usage

Hg-commit: 6718508beb50fc35094c3e372ac1c6b63ae0c65a


# 9a6218b8 22-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 81a9a98557cda9423e6b01dce814abf816bf61e6


# 61cad860 22-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

who knows

Hg-commit: 1b5fd6c91db21612d64de38d3a89e1eac6d7e1cf


# 8da04507 10-Jun-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 89a88a4570a641b3af1b53853d576da3947e5ca7


# 487e5849 08-Jun-2007 Barry Smith <bsmith@mcs.anl.gov>

more updates for new library location etc

Hg-commit: 5ed2f97b9a479c395529a01f133a3a43e28910a4


1...<<1112131415