History log of /petsc/include/petsctime.h (Results 101 – 125 of 140)
Revision Date Author Comments
# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 014dd563 16-May-2012 Jed Brown <jed@59A2.org>

Add --with-visibility, all public symbols are marked with PETSC_EXTERN

Hg-commit: 91d6ccc58aec44b109582d7decb1c094fd081024


# 205a32c2 17-Mar-2012 Jed Brown <jed@59A2.org>

Namespace a bunch of global variables used for logging

Perhaps these should be placed in a smaller number of thread-local structures.

Note that I used the "petsc_" prefix for these because it's wha

Namespace a bunch of global variables used for logging

Perhaps these should be placed in a smaller number of thread-local structures.

Note that I used the "petsc_" prefix for these because it's what was
used by nearby variables. These are not public symbols, so it's
inconsequential (in the sense that it can be changed without impacting
source-level compatibility and does not appear in documentation), but
the symbols have extern linkage, so they still need to be namespaced.

Hg-commit: 5b2e3c0b1ea530838efefabde786d6294274b5d2

show more ...


# 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


# ce2f17d1 10-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 8ad722e18529293bde53db7f4fb83823cee61dc0


# d6651a8c 09-May-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: a935ccf20f02d5d32e7e4e31e093474dd9731a2f


# dcd07f4f 09-May-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: cd65c0daecf15ddfa806fd79009fb5a0e5d566bf


# 2798158c 09-May-2011 Jed Brown <jed@59A2.org>

Guard PetscTime macros with do { } while (0)

Is there any reason to keep using a macro instead of an inline function?

Hg-commit: 409eb64bd01df1a093ee7347437cd088dd084499


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


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 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


# 1451c9d6 29-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f4adcc058053db0591717333b80bc943449cec4b


# ca403474 29-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 320e12621a75b76069d3a8a897aa3f72377aa8dd


# 0598bfeb 29-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

updates to docs to include actual hyperlink to users manual when possible
now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built

updates to docs to include actual hyperlink to users manual when possible
now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built PETSc can dynamically load new types

Hg-commit: 44383b6f330cbb89c18413a3aa580692ad00c36e

show more ...


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# fcd96beb 10-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after pull of manual pages patches for 3.1

Hg-commit: fdda79b9b0cfa271aff815250a8f6761d22b5ee8


# eca87e8d 09-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

many more manual page fixes, mostly for badly formatted manual pages for macros

Hg-commit: 97f5f25f18c2f9879fa942b30e59e9d3b8604142


# 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


123456