History log of /petsc/src/sys/objects/init.c (Results 701 – 725 of 798)
Revision Date Author Comments
# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 28842d8c 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b


# d382aafb 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

petsc.h --> petscsys.h (fortran equivalents also)
new petsc.h that includes all PETSc includes is added

Hg-commit: a82a9bcb80ed39c69991db706672838a5b792d44


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# 1309eb1e 16-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 92fa51abaacbe0a4fa488852fc8af17d2d2638f4


# a83b8d76 16-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

added support for using single precision with complex numbers and C++.

Hg-commit: 9df3f420bae8813806da92c4f1fe2c29018e386c


# 46edd32f 03-Feb-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 877396bee467d11706fe4bd6e7dd710925967c05


# 2c876bd9 29-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

added support to us MPI_C_DOUBLE_COMPLEX if it exists.

Hg-commit: c1dd1aecbb58a31cdf6a75e069e3e092253f12cb


# b76a9e02 18-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 8ecc0c6669cf1fb2f196e30af370772aa0c6c163


# 75567043 16-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

correcting of 0 assignments to double to be 0.

Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543


# 238e7d2d 02-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898


# f3a56f8b 30-Nov-2009 Jed Brown <jed@59A2.org>

merge TrMalloc/MEMALIGN updates

Hg-commit: e66e6e0b392d0e3456a0c4fdee411b9bff8fd74a


# da93591f 29-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_ARCH/conf/base and
added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option

Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58


# 533163c2 24-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

cleanup of fixing to use PetscMallocN() for several files

Hg-commit: 034d2c9aed500ffeb96719bf62a7244197f9fd01


# 25bba741 20-Oct-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Builder was almost certainly screwed up

Hg-commit: 2571e8ea748f6220b54dbcda3f10127411ca11ff


# f25b1546 19-Oct-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c05b0044ccc0039b87cfe343b689e3dcca014cf4


# a6d0e24f 18-Oct-2009 Jed Brown <jed@59A2.org>

PetscSleep now takes a PetscReal

PetscDrawGetPause and PetscDrawSetPause also take PetscReal
-draw_pause takes real values

Hg-commit: 5704078f50576596756b730ece1fd2c58071fd38


# 952b491a 20-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 042472a0480b67a718f2ad368cd38c5dbee71cec


# db135669 19-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

should be properly logging flops but is not

Hg-commit: 9153b98216ec1c0ffdae6dc270d287009a28103d


# 4b274a2c 25-Jun-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 428f9ea360cb2ed83f3179140f1c087d60c5b4a8


# d44e083b 24-Jun-2009 Satish Balay <balay@mcs.anl.gov>

fix log_summary option check

Hg-commit: 98d5a783428fda70c6dd0cf27cd5723ea9c261d9


# fe36e6c7 13-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Watch out for SNES ex45, I think the merge was bad

Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8


# 1c2628b8 03-Apr-2009 Hong Zhang <hzhang@mcs.anl.gov>

continued bugfix for PetscOptionsTruth()

Hg-commit: 51255b3c76fbd10a27cdc3d009c391b239a91e23


# 90d69ab7 28-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth vari

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth varient

Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2

show more ...


# efe6c3a7 16-Feb-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: c24770da2f7a4ec6d2c54d0774691ec6c5dd493c


1...<<21222324252627282930>>...32