| #
b583852c
|
| 28-Aug-2010 |
Jed Brown <jed@59A2.org> |
A few more __FUNCT__ fixes
Hg-commit: 31415a758f6a904726fe77819d4d89d61c759a75
|
| #
e314874e
|
| 19-Aug-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e55e3d003d4d9e16266ef95b0c3126e64a743c74
|
| #
96ef3cdf
|
| 19-Aug-2010 |
Satish Balay <balay@mcs.anl.gov> |
#51440 cleanup_petsc_options patch from Aron
Hg-commit: 4cf224fcbaf5f0bfcb90ecbc5757f29c37b296a5
|
| #
edb09f7b
|
| 31-Jul-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 39360bb60013075d8d855059e4876ea4636e1ff4
|
| #
f2bcf4b2
|
| 30-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 68636c4ca94390776599d53ebe8fcd9fe2a9b7ea
|
| #
f5a336d5
|
| 30-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 38f6c79f6f80dab6159a831c29d9e999b10229e1
|
| #
2b5191b3
|
| 30-Jul-2010 |
Jed Brown <jed@59A2.org> |
Clear the whole PetscOptionsTable structure when allocating (instead of just part)
Hg-commit: cd89d7abae695e51460268702715087f2bb10ab3
|
| #
1451c9d6
|
| 29-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f4adcc058053db0591717333b80bc943449cec4b
|
| #
ca403474
|
| 29-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 320e12621a75b76069d3a8a897aa3f72377aa8dd
|
| #
0598bfeb
|
| 29-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to docs to include actual hyperlink to users manual when possible now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built
updates to docs to include actual hyperlink to users manual when possible now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built PETSc can dynamically load new types
Hg-commit: 44383b6f330cbb89c18413a3aa580692ad00c36e
show more ...
|
| #
9db968c8
|
| 26-Jul-2010 |
Jed Brown <jed@59A2.org> |
Recognize -prefix_push on the command line and in strings inserted via PetscOptionsInsertString().
This allows arbitrary nesting across input files.
Hg-commit: 14c3e4a063bc46a9ec9ea6c77e179d5e799be
Recognize -prefix_push on the command line and in strings inserted via PetscOptionsInsertString().
This allows arbitrary nesting across input files.
Hg-commit: 14c3e4a063bc46a9ec9ea6c77e179d5e799be31e
show more ...
|
| #
74e0666d
|
| 26-Jul-2010 |
Jed Brown <jed@59A2.org> |
Add PetscOptionsPrefix{Push,Pop} and a test
Hg-commit: 9e68ff06e40ab1e30c245926ffd402aa2a763c44
|
| #
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 ...
|
| #
01508a89
|
| 25-Jul-2010 |
Jed Brown <jed@59A2.org> |
PetscOptionsInsertString man page fix
Hg-commit: 6f78392597c40114c200943718eef19dbb4c48cf
|
| #
85079163
|
| 25-Jul-2010 |
Jed Brown <jed@59A2.org> |
Factor out command-line options, arrange so -skip_petscrc works from the command line.
Processes command-line options twice, once before petscrc so that -skip_petscrc can be observed, again after so
Factor out command-line options, arrange so -skip_petscrc works from the command line.
Processes command-line options twice, once before petscrc so that -skip_petscrc can be observed, again after so that the command line takes precedence over files. This is excessive, it is only necessary to check for -skip_petscrc, but it's simpler to do it all twice.
Hg-commit: 5a70de403d3e9c5c15ebd29452883ff60e4223c1
show more ...
|
| #
76494596
|
| 12-Jul-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 7e183b5bf2e98887569eccd93cd17dbbeaf863f5
|
| #
7d4a54b6
|
| 12-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: c4490c3539408db025a10d0725d9528bd7905354
|
| #
95615522
|
| 12-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
NEVER have variable == NULL or variable == PETSC_NULL in the code. the correct form is !variable
Hg-commit: fb669d535ac82f3dfbe9f53c66c1425549c788b7
|
| #
ec873e40
|
| 12-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
More documentation
Hg-commit: 0f1ced79bfa81e2e3831aaede95644c5edcc9a42
|
| #
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
|
| #
71f08665
|
| 02-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on options database with Java GUI
Hg-commit: b0ad49ac4b2396d9fd7952b06ab0e7d87c1d6f2e
|
| #
17186662
|
| 10-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished formating of SETERRQ() calls and changed a few PETSC_COMM_SELF to appropriate comm
Hg-commit: 099173676d5157f4b09175cd1f5104bf5e549784
|