| #
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
|
| #
950540a4
|
| 14-Nov-2011 |
Jed Brown <jed@59A2.org> |
Rename DMGetMatrix() to DMCreateMatrix()
Hg-commit: 045e13fbce4683d1c6e7208d70318a9e4dde5c0b
|
| #
9ff76d2c
|
| 14-Nov-2011 |
Jed Brown <jed@59A2.org> |
Remove stored slice->globalvector, always create it in DMCreateGlobalVector_Sliced
Hg-commit: 049f44cc37c1d42cd3e753f4e2fa30275145309b
|
| #
75a0065e
|
| 10-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 656a89eca8e3d5d225d87ed5148215c687e540e4
|
| #
b549a33d
|
| 09-Nov-2011 |
Jed Brown <jed@59A2.org> |
DMSliced needed to compose a DM for DMVecGetArray() to function correctly
Hg-commit: a2500e2364ebaf07eea564424ab2d21610a6f27f
|
| #
3c4aec1b
|
| 18-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed examples to pass pointer to destroy function most work
Hg-commit: bbc5d1464c4cbe6ea83fdf46e15c0f41ea396c06
|
| #
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 ...
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
784ac674
|
| 19-Nov-2010 |
Jed Brown <jed@59A2.org> |
Distinguish row and column mappings for MatSetValuesLocal
Hg-commit: 71968a52236f04a9bab5e1d4a884aa59ef0c7cfd
|
| #
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
|
| #
a4121054
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added DMCreate_DA, DMCreate_ADDA, DMCreate_Sliced, DMCreate_Composite
Hg-commit: 69baa2eac668c820d0ef75c58bd3b1a21f98cfbf
|