| #
b3f389dc
|
| 04-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/xolotl'
|
| #
850bbba3
|
| 04-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
download MOAB with git if possible fix missing ierr when setting moab citations
|
| #
4c49b253
|
| 03-Jun-2013 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/citations'
|
| #
9426e041
|
| 03-Jun-2013 |
Satish Balay <balay@mcs.anl.gov> |
dmmoab: fix compile error
|
| #
0a6ece4e
|
| 31-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/citations'
|
| #
cabb514d
|
| 13-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added MOAB citation from Tim
|
| #
7e7d4f0d
|
| 10-Apr-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
97ea5657
|
| 01-Apr-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'tautges/dmmoab'
* 'tautges/dmmoab' DMMoab: Remove OBJSC from makefile TS ex30.cxx: write output file matching example number (ex30-final.h5m) DMMoab: alltest run TS ex30 DMMoab
Merge branch 'tautges/dmmoab'
* 'tautges/dmmoab' DMMoab: Remove OBJSC from makefile TS ex30.cxx: write output file matching example number (ex30-final.h5m) DMMoab: alltest run TS ex30 DMMoab: ops pointers initialized in DMCreate_Moab DMMoab: fix test example makefile DMMoab: close memory leaks by explicitly calling C++ destructors DMMoab: interface does not require that all of PETSc be built using C++ DMMoab: include <sstream> to use ostringstream DMMoab: do not mix CHKERRXX() with CHKERRQ() Fixing uninitialized memory, and adding output. Fixing compile error in dmmoab. Changes suggested by Jed and Barry. Changes suggested by Matt in pull request. Adding DMMoab and VecMoab, along with various examples and tests.
Conflicts: src/ts/examples/tutorials/makefile
show more ...
|
| #
97ea90e6
|
| 14-Mar-2013 |
Jed Brown <jed@59A2.org> |
DMMoab: ops pointers initialized in DMCreate_Moab
DMCreate_Moab() calls PetscNewLog() so it's *required* to avoid potential memory leaks, not just according to PETSc conventions.
|
| #
853cdec3
|
| 14-Mar-2013 |
Jed Brown <jed@59A2.org> |
DMMoab: close memory leaks by explicitly calling C++ destructors
* DMMoabCreateMoab() had 'new DM_Moab' overwriting the PetscNewLog() allocation from DMCreate_Moab(). Now use placement new and exp
DMMoab: close memory leaks by explicitly calling C++ destructors
* DMMoabCreateMoab() had 'new DM_Moab' overwriting the PetscNewLog() allocation from DMCreate_Moab(). Now use placement new and explicitly call ~Range().
* Add missing call to vmoab->tag_range.~Range().
show more ...
|
| #
88face26
|
| 14-Mar-2013 |
Jed Brown <jed@59A2.org> |
DMMoab: include <sstream> to use ostringstream
|
| #
f7b72ab5
|
| 14-Mar-2013 |
Jed Brown <jed@59A2.org> |
DMMoab: do not mix CHKERRXX() with CHKERRQ()
|
| #
7d89fc02
|
| 11-Mar-2013 |
Tim Tautges <tautges@mcs.anl.gov> |
Fixing uninitialized memory, and adding output.
|
| #
aa768e4c
|
| 11-Mar-2013 |
Tim Tautges <tautges@mcs.anl.gov> |
Fixing compile error in dmmoab.
|
| #
a4d2169c
|
| 11-Mar-2013 |
Tim Tautges <tautges@mcs.anl.gov> |
Changes suggested by Jed and Barry.
|
| #
fd349b41
|
| 05-Mar-2013 |
Tim Tautges <tautges@mcs.anl.gov> |
Changes suggested by Matt in pull request.
|
| #
1d72bce8
|
| 05-Mar-2013 |
Tim Tautges <tautges@mcs.anl.gov> |
Adding DMMoab and VecMoab, along with various examples and tests.
|