History log of /petsc/include/petscsys.h (Results 1301 – 1325 of 1729)
Revision Date Author Comments
# 2356f84b 04-Nov-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Backward compatible MatMatMult dispatch.
Using existing PetscVoidFunction type instead of the duplicative PetscOpF.

Hg-commit: 3487d59502777776d8c70bef0fc56121eeb361ac


# 48703020 03-Nov-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Avoid potetially troublesome recursive variadic calls to PetscOpFListXXX.
Force caller to copy to a list.

Hg-commit: 7ccddf98b5aafb18157e8ce87fe87104cc70757a


# d05ab69a 03-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 919511e5e0d0f40f0d0bb7bde989a4a76e286b82


# e4d1774b 02-Nov-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Added PetscOpFList support. Compiles, but untested.

Hg-commit: 75d57305d7526737660cd7bdb9a5be25885da8fb


# c5287449 28-Oct-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2a372a7e1e4585876ca01c369fbe01ef7cdc023e


# 59a34000 27-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed handling of byte swaps for __float128

Hg-commit: 157a4421901d19283198f75a62d596f5b39135ba


# d30223bb 23-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

removed regression stuff

Hg-commit: 2c0405f70c6c286db4d87927b15ecf377f98bffb


# 0fad1ec9 18-Oct-2011 Satish Balay <balay@mcs.anl.gov>

win cuda updates

Hg-commit: d122563e3a54d7df253132658adaf9aec79979b2


# 236ed0a3 04-Oct-2011 Satish Balay <balay@mcs.anl.gov>

use __int64 on windows [if it exists]

Hg-commit: e661714cdcabcf01b90c1d22b9ee4d88a4eefb7b


# 1996d6cf 02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: e8b7dd1aa8e3cc4c5c8c0c0901a58568ca5faaab


# a36452c9 02-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

pull from 3.2 patches

Hg-commit: bfd069c06736d092a18eb8899cb205896d184577


# c17803e7 01-Oct-2011 Jed Brown <jed@59A2.org>

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function.

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function. It is less code and more
clear, I think.

Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50

show more ...


# 46090da6 01-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

make PetscByteSwap() always build since example always tests it and add to petscsys.h

Hg-commit: f9a2de52fae58f312faf8b92ecbddb777728bfa2


# d6ab60da 29-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after update

Hg-commit: 5b1e4efb1964265064d3813d4870822c1786d192


# d7aa01a8 29-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of sorti.c done by Satish for c99 complex build:
Looks like the problem is - one cannot use 'I' as a variable - as its
a predefined value
for complex stuff [for 'a + I b' type stuff]

The pre

bugfix of sorti.c done by Satish for c99 complex build:
Looks like the problem is - one cannot use 'I' as a variable - as its
a predefined value
for complex stuff [for 'a + I b' type stuff]

The preprocesor is expanding the code to:

PetscErrorCode PetscSortIntWithArrayPair(PetscInt n,PetscInt
*(__extension__ 1.0iF),PetscInt *J, PetscInt *K)

Hg-commit: 377179c055e4ae879c5c4bae4d4ce35a5e541c19

show more ...


# 6d07fc83 28-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3307ff9c5d03481441537a6f709576a0b0a6eebc


# 9b67c4b3 27-Sep-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Fixed array pointer decls. for better portability.
* * *
Minor fix.

Hg-commit: ef7e1a17548b32715503b888ab4f00146c8a78aa


# 1c1325fe 26-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: bc589908dea7ebb861f2760c0d80f312294e48c0


# 472b90b3 26-Sep-2011 adams <adams@jaguarpf-login1.ccs.ornl.gov>

fix for emtpty procs on input grid (2nd commit).

Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb


# c1f0200a 26-Sep-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Sorting and merging routines for array triples (indexed pairs).
* * *
sorting fixes.

Hg-commit: bb0833e133bcde0b64a2285e984ae6bf59308378


# 8c74ee41 26-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

PetscTorkenDestroy() takes pointer to object
Added experimental -regression test to allow examples to regress there own output

Hg-commit: 6b4af6899a299b7fd1baaf6bfc556f203c825ef5


# 8c9b41c2 23-Sep-2011 Jed Brown <jed@59A2.org>

merge Rosenbrock work

Hg-commit: c912d4ef2e7db4f1f10a2f0924022e28387de729


# 82a7e548 20-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixes to allow runs without ctable
changed default values for machine epsilon and its sqrt

Hg-commit: c636d6b71ea127a1acb84fe0383b490d3b14f6a2


# 7037fc97 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 58b11639468a9f0b0b163b4e0ffc28d6efca1c9e


# 04ce4bd4 19-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from petsc-3.2

Hg-commit: 07774763ee5d4cba9fb0f5d4e3504cf5b2469911


1...<<51525354555657585960>>...70