History log of /petsc/src/dm/impls/composite/packm.c (Results 101 – 125 of 140)
Revision Date Author Comments
# 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 ...


# 31d8eec5 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41


# 8865f1ea 01-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.

Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e


# 3bf036e2 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more missing CHKERRQ()

Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 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


# ccd284c7 27-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed some non-standard PETSc code: source file with no source, #include without full path from PETSc root to include file
updated iphone builder

Hg-commit: b815c2c0cd32f2d30547b5032e995df93748071f


# 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


# f27dfc53 11-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Commit after merge

Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1


# 30729d88 11-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed more darn {SEATERR}

Hg-commit: 67fe7512e8fcb191ac49d6fe48793bfdfcb31b4b


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 5a262507 19-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: defcbc7d2f2fb488acee2669a22ffa3e39f10043


# f692024e 18-Jan-2012 Jed Brown <jed@59A2.org>

Call DMSetUp() automatically when necessary from DMComposite routines

Hg-commit: 56deb0e7db8b1091bfe9b3f8cbc4f1a0efcb1409


# 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


# 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


# 950540a4 14-Nov-2011 Jed Brown <jed@59A2.org>

Rename DMGetMatrix() to DMCreateMatrix()

Hg-commit: 045e13fbce4683d1c6e7208d70318a9e4dde5c0b


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

Merge

Hg-commit: 656a89eca8e3d5d225d87ed5148215c687e540e4


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

Remove DMCompositeAddArray(), remove all trace of DMCOMPOSITE_ARRAY.

Removes the custom MatShell (MatPack) that DMComposite was using to
define interpolation. Replaces it with simple usage of MatNes

Remove DMCompositeAddArray(), remove all trace of DMCOMPOSITE_ARRAY.

Removes the custom MatShell (MatPack) that DMComposite was using to
define interpolation. Replaces it with simple usage of MatNest.

Hg-commit: c497499082f1ae1572d8fd8cee8530929c9b0a63

show more ...


# fcfd50eb 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

partcially completed making PETSc object destructors take & for the argument

Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5


# 245d216a 08-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

rm unused variables; add missing initialization as reported from nightly tests

Hg-commit: 219c7293dae8ce0c2d1637691046d599662611e5


123456