History log of /petsc/src/dm/interface/dm.c (Results 1751 – 1775 of 1790)
Revision Date Author Comments
# 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 ...


# 0548afe9 20-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: da245945fa620a3d029b928ed30d223d8a52c7f0


# 67a56275 19-Mar-2011 Matthew G Knepley <knepley@gmail.com>

Put in DMConvert

Hg-commit: 0dad4ebb2d5cd960411a47a1117892a1ceaf8834


# 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


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# c980e822 15-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed Matlab bread, sread and swrite to compile with C++
fixed bug introduced in previously fixing dm

Hg-commit: b4368f4a5d6ab8d94748fba830622b7bffa4509e


# c088a8dc 15-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed couple of typecast problems with C++ and Matlab engine

Hg-commit: 65dcdb87209defe9ed3eddb998a1ffd116054dbb


# 8154be41 21-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

changed names of all GPU related functions, macros and variables that involve CUSP to use the string CUSP instead of the misleading CUDA

Hg-commit: 3264fa4049fd83eceb12c85feb980ef207360220


# 5a596e32 14-Jan-2011 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: b9722e2c7aadbb358853c2635963a81e630e4ddb


# fc9bc008 13-Jan-2011 Satish Balay <balay@mcs.anl.gov>

#61139 compile fixes

Hg-commit: 01d8d788f1e58b906f96339caf39a258dfb1898f


# e3c5b3ba 26-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed Matlab spelling to MATLAB some general MATLAB cleanup

Hg-commit: efcb24f191dfedc98b283d9e63e7859032e8ef35


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


# 47b40911 01-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb


# 07ed33dc 29-Nov-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8753319427e40b297e0cf51005f1c3ca012b9dbb


# 6915305f 29-Nov-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 3830df92b8bce85cdbecd681a87699ec570d54d3


# c7b7c8a4 25-Nov-2010 Jed Brown <jed@59A2.org>

Put -dm_mat_type logic in DMGetMatrix

Pass mtype=NULL to let the DM choose the matrix type

Hg-commit: 28e659c7123c2b65f4b451204ce9c932c245b87d


# 2768edcb 23-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9122b9cb4bbbe7a3aa70181d1e1d574ba50c62ae


# 62417fec 23-Nov-2010 Jed Brown <jed@59A2.org>

Merge DMComposite work

Hg-commit: 190ef40b489f79a42d838f20330ea5e818e21312


# 1411c6ee 23-Nov-2010 Jed Brown <jed@59A2.org>

Promote LocalToGlobalMapping and BlockSize from DA to DM

Hg-commit: adc5020243929ce40bd18f2655d78fe82dc79cc4


# 7272e58d 19-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 53de80c73b25cb87701ba00b1315d39f0cab67ea


# 8ffa0420 18-Nov-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: a5cb1ec1bccb8cb54d75b90297dfbebf98b6de33


# f6813fd5 16-Nov-2010 Jed Brown <jed@59A2.org>

DMLocalToGlobalBegin/End doc fix

Hg-commit: 91325b52b9008bb17f61011c366dec16a3235c39


1...<<7172