History log of /petsc/src/sys/fileio/ghome.c (Results 51 – 75 of 78)
Revision Date Author Comments
# 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


# 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


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

removed a bunch of duplicate unneeded includes of std include files

Hg-commit: b6c9f3e2b0eb8b7277fe131cc83beede5d495522


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

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


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

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

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# 8738c821 02-Sep-2010 Jed Brown <jed@59A2.org>

PETSC_DLLEXPORT -> PETSCSYS_DLLEXPORT

For consistency with other packages, and since the library is named libpetscsys.

Hg-commit: d411519a6aa3d1f4f3f42dfd9d10e405a0d44202


# 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 ...


# a8c7a070 28-Aug-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3494
barrysmith@barry-smiths-computer.local|ChangeSet|20050828025208|56411
ChangeSet
1.3494 05/08/27 21:52:08 barrysmith@barry-smiths-computer.local +31 -0
spell fix

src/vec/vec

bk-changeset-1.3494
barrysmith@barry-smiths-computer.local|ChangeSet|20050828025208|56411
ChangeSet
1.3494 05/08/27 21:52:08 barrysmith@barry-smiths-computer.local +31 -0
spell fix

src/vec/vec/utils/vinv.c
1.47 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +2 -2
spell fix

src/vec/vec/interface/vector.c
1.137 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/sys/viewer/impls/string/stringv.c
1.21 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/sys/plog/ploginfo.c
1.31 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/sys/plog/plog.c
1.71 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +2 -2
spell fix

src/sys/objects/options.c
1.62 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/sys/objects/init.c
1.57 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/sys/matlabengine/matlab.c
1.44 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +3 -3
spell fix

src/sys/fileio/ghome.c
1.20 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/sys/fileio/fretrieve.c
1.29 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +2 -2
spell fix

src/sys/draw/impls/x/drawopenx.c
1.9 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/snes/examples/tutorials/ex5s.c
1.12 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/mat/interface/matrix.c
1.192 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/mat/impls/rowbs/mpi/mpirowbs.c
1.75 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/mat/impls/baij/mpi/mpibaij.c
1.98 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/mat/impls/baij/mpi/baijov.c
1.33 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/mat/impls/aij/mpi/mpiov.c
1.37 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/mat/impls/aij/mpi/mpiaij.c
1.250 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/mat/examples/tutorials/ex5.c
1.5 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/ksp/pc/impls/sor/sor.c
1.32 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/ksp/pc/impls/mg/smg.c
1.17 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/ksp/pc/impls/mg/mg.c
1.66 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/ksp/pc/impls/hypre/hyppilut.c
1.78 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +2 -2
spell fix

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.26 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +2 -2
spell fix

src/ksp/pc/impls/bjacobi/bjacobi.c
1.49 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/ksp/pc/impls/asm/asm.c
1.50 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/docs/tex/manual/part2.tex
1.95 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +2 -2
spell fix

src/docs/strategy.tex
1.2 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +29 -1
spell fix

src/dm/usg/2d/quadratic/appview.c
1.5 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1
spell fix

src/contrib/reusememory/reuse.c
1.5 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1
spell fix

python/PETSc/Configure.py
1.345 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1
spell fix


Hg-commit: a47d6454bda6da03b129a000afd720ec2c88f23f

show more ...


1234