History log of /petsc/include/petscsys.h (Results 1351 – 1375 of 1729)
Revision Date Author Comments
# 4ede51c7 04-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d94bd2965401683f7537e270016b06eaec491b64


# eb10ad5f 04-Jun-2011 Jed Brown <jed@59A2.org>

Add explicit cast in PetscMPIIntCheck() to avoid unnecessary noise from -Wconversion

Hg-commit: 6913e453d2e236e80831c13ff25ba42916be0212


# eb3f98d2 03-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

updated to support MatView and MatLoad for MPIDense for the native format for any size matrices no matter how large. It now uses the MPILong_Send/Recv functions.

Hg-commit: bf26a3ca0c75062d88061ec3b

updated to support MatView and MatLoad for MPIDense for the native format for any size matrices no matter how large. It now uses the MPILong_Send/Recv functions.

Hg-commit: bf26a3ca0c75062d88061ec3b51b3f09a7c45e34

show more ...


# 6ba4bc90 01-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed -snes_monitor_solution for DM codes with SNESVI solver by adding a way to handle circular references of Vec to DM to composed object containing Vec.
fixed -pc_hypre_boomeramg_print_statistics

fixed -snes_monitor_solution for DM codes with SNESVI solver by adding a way to handle circular references of Vec to DM to composed object containing Vec.
fixed -pc_hypre_boomeramg_print_statistics

Hg-commit: 6dcb8dc71c4277686caa9312621cf425d3092578

show more ...


# 42951b8f 27-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: c1943a07162526276566519aa6187052e11ecc3d


# 0e63999f 24-May-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge
:w!

Hg-commit: 252b7df528f9cdb484d150ba2d30e13a98447883


# 3eaeaa01 17-May-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6628fd7257079c4e2fa266732ce936368a09e663


# 11f088b5 17-May-2011 Matthew G Knepley <knepley@gmail.com>

Added SNES ex12 to solve Bratu on an unstructured mesh using FEM
- Not completely working yet (and some cruft)
- Added SNESMeshFormFunction()/Jacobian()
- Added PetscSection to encode unstructured da

Added SNES ex12 to solve Bratu on an unstructured mesh using FEM
- Not completely working yet (and some cruft)
- Added SNESMeshFormFunction()/Jacobian()
- Added PetscSection to encode unstructured data distributions
- Added new support functions for Mesh
- Added InsertModes for BC

Hg-commit: ca869cc893afde5164c99fa2051bdd35be4e6133

show more ...


# 9b5000ab 13-May-2011 Barry Smith <bsmith@mcs.anl.gov>

removed use of __fast_intel_memcpy() since Jed claims that it is used automatically with optimization on

Hg-commit: 81b34d470c60f75cfa3807b6b0c7bb9d8b5f0b7f


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


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

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# da861ed6 08-Jan-2012 Jed Brown <jed@59A2.org>

Add PETSC_EXTERN and PETSC_EXTERN_C for testing purposes, intended to eventually replace PETSC_EXTERN_CXX_BEGIN/END and EXTERN_C_BEGIN/END respectively

Hg-commit: 6d561a4d11956bd1548f27b8e579ed55814

Add PETSC_EXTERN and PETSC_EXTERN_C for testing purposes, intended to eventually replace PETSC_EXTERN_CXX_BEGIN/END and EXTERN_C_BEGIN/END respectively

Hg-commit: 6d561a4d11956bd1548f27b8e579ed558141c60f

show more ...


# 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


# cbe2fa35 20-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ec1aa1646178ee0ac7c01c6c3bedf3ebff89c420


# 18a2528d 19-Nov-2011 Jed Brown <jed@59A2.org>

Add PetscMallocGetDumpLog()

Hg-commit: d71728615837cb2cc4cb7276d2476afe3de0d917


# 75a0065e 10-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 656a89eca8e3d5d225d87ed5148215c687e540e4


# e1b2038c 09-Nov-2011 Jed Brown <jed@59A2.org>

merge VecIsGhosted()

Hg-commit: 495548be74d5d1a2b85733ff6437ffa29ee5dd02


# a5a3d712 07-Nov-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscFwk --> PetscShell

Hg-commit: dcab7740fd5fe2d7a64d57efe15c94582a3aade2


# b6a51c36 07-Nov-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab


# fec968c5 13-May-2011 Barry Smith <bsmith@mcs.anl.gov>

don't use __intel_fast_memcpy() even if the macro exists for C++ because sometimes the Intel C compiler has it but not C++ (strange, why would Intel do that, but true). Hence people who use both inte

don't use __intel_fast_memcpy() even if the macro exists for C++ because sometimes the Intel C compiler has it but not C++ (strange, why would Intel do that, but true). Hence people who use both intel C and C++ compiler together can get failed builds of applications with PETSc.

Hg-commit: 50cba08b186b3ac683fd564f9d0236999adc512d

show more ...


# 3bd96682 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge, some manual merges

Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0


# 9e03d832 19-Apr-2011 Jed Brown <jed@59A2.org>

Reset __FUNCT__ in every public header that has redefined it for inline functions

Hg-commit: d8c881d28bafa7e4693e8a5a016dd3bad7accd55


# a7e36092 19-Apr-2011 Matthew G Knepley <knepley@gmail.com>

I was getting PetscFunctionBegin warnings

Hg-commit: 454436dcd596d43caff127c9f6eeb6db8a9a297c


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