History log of /petsc/src/sys/objects/init.c (Results 501 – 525 of 798)
Revision Date Author Comments
# bfb97211 13-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

more work on moving AMS model to viewer


# 242ebda1 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

minor cleanup/reorg of PETSc webserver stuff with addition of basic docs and explanation

Hg-commit: fe4d4097df58441cf8de8f8abf4575b17dc9798a


# 495fc317 08-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

mpe.h should never be exposed to all the PETSc code and certainly not to user code, fixed
logging code is still pretty ugly, could do with some cleanup

Hg-commit: d1a7c9a9194d1c3197bd4fe4054fef154d5

mpe.h should never be exposed to all the PETSc code and certainly not to user code, fixed
logging code is still pretty ugly, could do with some cleanup

Hg-commit: d1a7c9a9194d1c3197bd4fe4054fef154d5bc08e

show more ...


# 0cbf60d0 07-Mar-2013 Jose E. Roman <jroman@dsic.upv.es>

No need to add PETSC_EXTERN in variable definitions (*.c), only in declarations (*.h)

Hg-commit: 634789d4cdf60eb32e06e792cd5dfafaaace4dad


# 8d359177 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed function names with Default to match new standard (which I just wrote)
fixed a few more functions that should be PETSC_INTERN

Hg-commit: 87889fe4f6d4e8d0963adcc79d438e75330601c6


# ff1c5d1b 07-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d


# d6f2c3cb 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixes for MATLAB engine fortran interface
make PetscBeganMPI PETSC_EXTERN and available in petscsys.h for others to use

Hg-commit: 767347ff803d58b1c86e037fe578a50a51aac791


# 665c2ded 16-Feb-2013 Jed Brown <jed@59A2.org>

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730

show more ...


# 41c0b4b3 11-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Wrong comment location.

Hg-commit: 8b952d508c887784d9435547009fa233404c98a3


# b0250c70 09-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed a bunch of duplicate unneeded includes of std include files

Hg-commit: b6c9f3e2b0eb8b7277fe131cc83beede5d495522


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# 299eca30 05-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5179cc7865f723cd5e23a2244f6bcbc7b905437


# 5fb65ff0 04-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Removed left-over use of MPI_Errhandler_set by MPI_Comm_set_errhandler (already checked in BuildSystem)

Hg-commit: bcda4040685e6ce131df8006cb0a1df296b8354c


# a297a907 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


# 8619c96c 28-Jan-2013 Jed Brown <jed@59A2.org>

Documentation for PetscComplex and PETSC_i

Hg-commit: cadf5ef18868c4446152891bf3f314a683969888


# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 88c06622 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 5462df9e9c3eff3493c9f6fbdf6f5b962f02dc81


# c879a207 24-Jan-2013 Matthew G Knepley <knepley@gmail.com>

MPI: Put in MPI-3 functions
- Configure should emulate these when they do not exist

Hg-commit: 8f710fa032b7df097fa798f74b11128bcd06e589


# d54338ec 22-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Using MPI_Type_create_struct, MPI_Comm_[create|set]_errhandler instead of MPI-3.0-removed MPI_Type_struct, MPI_Errhandler_create, MPI_Errhandler_set. Added compatibility preprocessor guards.

Hg-comm

Using MPI_Type_create_struct, MPI_Comm_[create|set]_errhandler instead of MPI-3.0-removed MPI_Type_struct, MPI_Errhandler_create, MPI_Errhandler_set. Added compatibility preprocessor guards.

Hg-commit: fabf60c7d012db5a109255579665b5c2e7804fb9

show more ...


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# f5f7c1b9 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully replaced more '){' by ') {', added checker script

Hg-commit: a0037010be00b56a68354d942365c8f8df63198a


# 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


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