History log of /petsc/src/dm/impls/composite/ftn-custom/zfddaf.c (Results 51 – 75 of 75)
Revision Date Author Comments
# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# c30958fd 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced remaining '){' with ') {'.

Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998


# 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


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


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

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 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


# 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


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

Split DMDA, DMComposite, etc out of petscdm.h into petscdmda.h, petscdmcomposite.h, etc

Hg-commit: ee2833f9db0d26e02ed0afca6e49849f2e5a3cd7


# 69970530 24-Oct-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 22da692ed155add94d5c93460d5353aeaadc853b


# e1589f56 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscda.h and friends over to petscdm.h and friends

Hg-commit: 52cf0c5c868ff2e52c7308123a3006fa1da5b856


# 94013140 15-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

more conversion of DA methods to DM

Hg-commit: e2aa391703fc1f000b85cf3ac2e3248e5b4a2830


# 9a42bb27 14-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

partial conversion of DA to new DM syntax and style

Hg-commit: fc1d8cbf21c8369cb06f934b2976724f2e1219ba


# 0c010503 12-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

removed DMCompositeGetMatrix() DMSlicedCreateGlobalVector() etc that can simply use DMGetMatrix() DMCreateGlobalVector() etc

Hg-commit: d661735271f5dc92d48e5b4d58e3b42c9bb2cf3f


# 47c6ae99 11-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

moving DM classes examples et into correct directory locations

Hg-commit: 43ed329fc2cce22efaa4b439c8485c2b444549fe


123