History log of /petsc/src/dm/impls/composite/pack.c (Results 376 – 400 of 443)
Revision Date Author Comments
# 065723b2 05-Jun-2011 Jed Brown <jed@59A2.org>

Remove DMComposite{Set,Get}Context() because DM{Set,Get}Context() is the same

Hg-commit: d13942acdd0f35c370093ba390b0fef182e54eaa


# 3c0c59f3 28-May-2011 Barry Smith <bsmith@mcs.anl.gov>

finally got the DM_SNESVI working for scalar problem ex58.c correct memory management

Hg-commit: 1cac6a75ab1aaef3bbb21d172e7b901a37522293


# 2ce3a92b 21-Jan-2012 Jed Brown <jed@59A2.org>

Call DMSetUp() on the correct DM

Hg-commit: dc668688031bfb9dbe5c62cbbe05771a9bdbde0c


# 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


# 639119aa 19-Dec-2011 Jed Brown <jed@59A2.org>

Merge PetscBG updates

Hg-commit: 22a06792c20cdef150a242abf7d3e6b3fcc56ad1


# 25296bd5 16-Dec-2011 Barry Smith <bsmith@mcs.anl.gov>

introduced another scalable symbolic matmatmult that does not use bitarray
don't know how all these other files got changed

Hg-commit: 9cf1fa173221b7baf45abd24f9c6760aa244faf0


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

Renamed DMGetInterpolation(), DMGetInjection(), and DMGetColoring() to DMCreateInterpolation(), etc for semantic consistency

Hg-commit: a45bcab2b329db85bdff728f3e039f094e2e00b9


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

Rename DMGetMatrix() to DMCreateMatrix()

Hg-commit: 045e13fbce4683d1c6e7208d70318a9e4dde5c0b


# cf1ae163 11-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: dffe0bd3c2206beab0a44a1af3b96708ce157d6f


# e5e12898 10-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 19fa0e8ad9d68860570c9cfd2fef57dd487a5658


# 2fa5ba8a 10-Nov-2011 Jed Brown <jed@59A2.org>

Add DMCompositeGetEntriesArray(), use it from PCFieldSplit to pass DMs down and to name fields

Hg-commit: cdedcb0fa42833ae8b0f81bc0b83c627c39f6149


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


# 96e147da 21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

removed a couple unneeded if checks before XXDestroy()
fixed formating in a couple of places

Hg-commit: afbd1becfa032a156ecdfc6803d6013aea8b1386


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


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

commit after terrible merge

Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb


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

partcially completed making PETSc object destructors take & for the argument

Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5


# abe6c858 06-Apr-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 16eb535bdb9ba314222f7218dc18382323c0bbcc


# 732e2eb9 02-Apr-2011 Matthew G Knepley <knepley@gmail.com>

SNES ex10 now runs in serial
- Added MatSetValuesTopology()
- DMGetMatrix_Mesh() now sets the local to global mapping
- We compose the Mesh with global/local vectors
- Added DMCreateLocalToGlobalMapp

SNES ex10 now runs in serial
- Added MatSetValuesTopology()
- DMGetMatrix_Mesh() now sets the local to global mapping
- We compose the Mesh with global/local vectors
- Added DMCreateLocalToGlobalMapping() to Mesh
- Added matrix filling to DMMeshCreateMatrix()
- Fixed DMDestroy() for all subclasses
- Moved DMDASetMatrPreallocateOnly() to DMSetMatrixPreallocateOnly()
and changed option to -dm_preallocate_only
- Fixed test output

Hg-commit: 75eb7f4d3ab7b8fbfedb6b44954aff1021a116c1

show more ...


1...<<1112131415161718