History log of /petsc/include/petscsys.h (Results 1401 – 1425 of 1729)
Revision Date Author Comments
# d00279f6 28-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_YES, PETSC_NO, totally unneeded syntax

Hg-commit: 9eb0184341915de100abd00a96a6d6eed4378362


# 4bdb6513 27-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

moved PetscFortranAddr out of petscsys.h to fortranimpl.h and changed to size_t so does not need #defined

Hg-commit: da7819600e3ea380f78d1b51e149c7d71a48d1a2


# 66d669d6 27-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed some Fortran syntax and removed PETSC_PRINTF_FORMAT_CHECK since does not work

Hg-commit: 6a53e849e75a6c98e6f974ad5873e9d31e0e24ec


# 703c66c1 26-Nov-2010 Jed Brown <jed@59A2.org>

Fix comm for error message in PetscUseMethod

Hg-commit: 95475ca49f9c784b7d1d5c08ce09c68d38103009


# 7f3ad804 25-Nov-2010 Dave May <dave.mayhem23@gmail.com>

Merge of MatNest

Hg-commit: 8de39f7aa15c0d2411c2ddafcbdf366122a9db26


# c3703aa1 25-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a622ca0ca0ec056b5777b2e09c09402ad0bbe76b


# 238ccf28 24-Nov-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added support for displaying petsc stdout output in Matlab desktop.

Hg-commit: 2830475fe0623c8883617b99b5e3af9ebc441f05


# bfb86719 18-Nov-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: 9c05fd816e6a2ad50d1d3b5362606bb2b47d18b7


# cd9db26d 17-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9701f074fd20019a272d7c76f3b333aafe4932b0


# e4974155 17-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

more work on spliting files to support simultaneous use of single and double precision

Hg-commit: 1642162a77be37ff1b856df360676286ef14863c


# 58b60935 15-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed the location of DM manual pages problem

Hg-commit: 18ab43c5e690524ef1bfa1c8fb6987b1bc9e3d36


# b859824c 14-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

moved two logging types from petscsys.h to petsclog.h where they belong

Hg-commit: 3663015a7618f1d5e355075111313c1dc6ef6eb9


# 4b176af1 11-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6c2d63125265475c8c2a2df4be98d34f2fbbab4c


# 855771a1 11-Nov-2010 Victor Minden <victorminden@gmail.com>

added -pc_sacuda_cycles option

Hg-commit: a6a7991be63fbbae8e9c4de8f5c0220ab293621a


# d26187a0 10-Nov-2010 Jed Brown <jed@59A2.org>

Strict C89-compliant static assert for identifying PETSC_UINTPTR_T.

* Configure always finds a suitable PETSC_UINTPTR_T so it can be used
without #ifdef.

* Remove dangerous alignment fallback for

Strict C89-compliant static assert for identifying PETSC_UINTPTR_T.

* Configure always finds a suitable PETSC_UINTPTR_T so it can be used
without #ifdef.

* Remove dangerous alignment fallback for undefined PETSC_UINTPTR_T,
since it is now always defined.

Hg-commit: 118c0cd078dd8b24af3ce8032514d89d0bc0d3a9

show more ...


# ebdbe881 03-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce


# e40c8662 02-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9ed2cb431947553955f0ce85412d290cc41bb35c


# 1ec50b02 01-Nov-2010 Jed Brown <jed@59A2.org>

Defined both PETSC_FUNCTION_NAME_{C,CXX}, find the correct one based on __cplusplus

Sun's C compiler defines __func__, but their C++ compiler does not
unless the compiler flag -features=extensions i

Defined both PETSC_FUNCTION_NAME_{C,CXX}, find the correct one based on __cplusplus

Sun's C compiler defines __func__, but their C++ compiler does not
unless the compiler flag -features=extensions is given. This flag
clearly does other things as well. Perhaps most notably, it triggers an
internal compiler error when building Prometheus.

Hg-commit: e5529d7cb584b626e1f50d94600b426a784e76b9

show more ...


# ad0619dd 23-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge
added manual page for PetscNewLog()

Hg-commit: 2140d63d42b6b8bb8abb170a57f8811e8a6b2668


# 671f6225 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after monster merge with Jed's changes to Truth/Bool broke some stuff

Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac


# d61e7eb3 14-Oct-2010 Jed Brown <jed@59A2.org>

Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)

Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c


# 70b3c8c7 03-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()

Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364


# 36428043 30-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e0b07aee5588c2931a268c0e09ca55bd89e6260e


# 317d6ea6 30-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, elimina

I have added PetscObjectPrintClassNamePrefixType() which is now (in theory) used uniformly in all the XXXView ASCII info formats to display this information appropriately. A nice improvement, eliminated lots of duplicate code and makes it easier to have uniform output.

Hg-commit: ac7db369abce3aaa842088cc8d77922f55ce8a59

show more ...


# 1ba920a7 29-Sep-2010 Hong Zhang <hzhang@mcs.anl.gov>

add PetscSubcommSetTypeGeneral()

Hg-commit: f1f4b162e3e1c1a2c947ff84776a3afb7d87cfd1


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