| #
edbbd480
|
| 10-Dec-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/xcode
|
| #
244aa513
|
| 28-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/minor-draw-improvements' into jed/chem
|
| #
674decca
|
| 21-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-quad-c++'
|
| #
03df5147
|
| 28-Oct-2013 |
Barry Smith <bsmith@kyuss.mcs.anl.gov> |
turn off complex numbers if clanguage is c++ and precision is __float128
petscmath.h handles two cases for complex:
the problem with clanguage of c++ and __float128 is that the C++ std:complex does
turn off complex numbers if clanguage is c++ and precision is __float128
petscmath.h handles two cases for complex:
the problem with clanguage of c++ and __float128 is that the C++ std:complex does not work with __float128 but petscmath.h would need major restructuring to support __complex128 with CLANGUAGE of CXX As currently written clanguage of c++ will not compile with __float128 due to the complex confusion, this change allows it to compile and all non-complex operations to work correctly:
Reported-by Peter Robert Brune <prbrune@gmail.com>
show more ...
|
| #
a4bea5a6
|
| 15-Oct-2013 |
Peter Brune <brune@mcs.anl.gov> |
Wrapped tan(),[sin,cos,tan]h() for Real/Scalar, a[sin,cos,tan]() for Real.
|
| #
77b4d14c
|
| 07-Oct-2013 |
Peter Brune <brune@mcs.anl.gov> |
Wrapped math.h and quadmath.h functions used in petsc source exempting examples
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
369cc0ae
|
| 28-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
replaced a bunch of sqrt() with PetscSqrtXXX() added PetscPowReal()
Hg-commit: d343163d88abee75ed0b961db42e7f9509cb8fe5
|
| #
a663daf8
|
| 09-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added include stddef.h to petscsys.h removed many duplicate includes of system includes
Hg-commit: 26ea335c035572bcbd495f9993b3270632d5d3c6
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
fa711258
|
| 17-Jan-2013 |
Jed Brown <jed@59A2.org> |
Add PetscPowInt() and PetscPowRealInt(), use in plex.c
Hg-commit: 373f2cd4741efd7a3516c27a6cd5773dc5b33522
|
| #
a853e81e
|
| 13-Jan-2013 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175
|
| #
f2ba6396
|
| 12-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added appropriate #include to various synopsis in manual pages
Hg-commit: 649729772e487ab080652f3c9abb4b4203cfa79d
|
| #
9cf33046
|
| 04-Jan-2013 |
Satish Balay <balay@mcs.anl.gov> |
fix typo
Hg-commit: e995a60c71feeb2c224568443f02c9e7c538b636
|
| #
52b6e47c
|
| 04-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
changed VecDotNorm2() to return the square of the norm in a PetscReal; can't remember why I didn't do that originally
Hg-commit: da883079bbd246344914294847054788e629a1b4
|
| #
8dc6f2c2
|
| 02-Jan-2013 |
Jed Brown <jed@59A2.org> |
Missed a complex guard in a7385c2b2cce59d1
Hg-commit: 5ec5d906c2d29839bdad543f399f8a6812124d71
|
| #
8ad47952
|
| 02-Jan-2013 |
Jed Brown <jed@59A2.org> |
Clang MPI type checking now works for user-defined types
Hg-commit: a7385c2b2cce59d13c376cee7ce8117a20c668ac
|
| #
3739235a
|
| 01-Jan-2013 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 25276966fa7fa86f856c8864a438c770ca67ffa5
|
| #
44041f26
|
| 01-Jan-2013 |
Jed Brown <jed@59A2.org> |
Use MPIU_2INT = MPI_2INT when possible
Hg-commit: 6cad1b652212fa329c456a27ceb94666bac0ec36
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
bcaeba4d
|
| 31-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed adic stuff
Hg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340
|
| #
7c2de775
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
Simplify PetscComplex macros; make available when PETSC_HAVE_COMPLEX (vs PETSC_USE_COMPLEX)
Hg-commit: e2742dc6abf8913958eca460bd0194e122c07223
|
| #
5a4671ae
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing spaces from all files
Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
|
| #
43208f3f
|
| 27-Nov-2012 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d
|
| #
665b6f66
|
| 25-Nov-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: c2a0a7c82d24aa88b23a53b706ed12ced9bdde38
|