History log of /petsc/src/dm/impls/da/da.c (Results 301 – 325 of 344)
Revision Date Author Comments
# 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


# 13f847ee 24-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bc5d9702bc936a054ee88f09736bdffbefc137e6


# 2dde6fd4 23-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

Rename DMGetElements() -> DMDAGetElements(), add DMDAGetInterpolationType()

Hg-commit: 175db80b725e2c2e3cc200d73dde14a37dd4e046


# 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


# 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


# 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


# 84f63435 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1f59c3e5424b120346b764d7a4cc5fef5fc0813a


# 5ae82e52 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 67e3394514cad6a7892d02e31d0abe1b34f5451f


# 1321219c 11-Mar-2011 Ethan Coon <ecoon@lanl.gov>

changed DMDA API to take multiple DMDABoundaryType (one per dimension) in the creation/setup of a DMDA

Hg-commit: f3a3f48d5d7ad4f784555e3be423f56150a7d810


# 3e24977e 11-Mar-2011 Ethan Coon <ecoon@lanl.gov>

- DMDASetPeriodicity() -> DMDASetBoundaryType()
- fix a few stray 'DAPeriodicType's in conf/adic*.init
- document API change in changes/dev.html

Hg-commit: 80e1d7833c4694bf472a1fa82e609bd31e6a8847


# db87c5ec 10-Mar-2011 Ethan Coon <ecoon@lanl.gov>

removed hardcoded DMDAXPeriodic check, DMDAPeriodicType --> DMDABoundaryType, updated changes dev webpage

Hg-commit: 739d802ea577b8dac09fec35a3e3a65d450ab161


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


# 221ff43e 03-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 3366ca2a4a4d267ee9a024672ba872128fa56739


# b61d3410 01-Dec-2010 Dave May <dave.mayhem23@gmail.com>

Forced creation of the coordinate vector before generating the coords on the refined or coarsened DA.

Hg-commit: 75e54a793325ffddae021701e98d4a9a162fa821


# ddcf8b74 01-Dec-2010 Dave May <dave.mayhem23@gmail.com>

Modified DMRefine_DA so that if coordinates were define on the coarse DA, they are interpolated onto the refined DA.
Modified DMCoarsen_DA so that if coordinates were defined on the fine DA, they are

Modified DMRefine_DA so that if coordinates were define on the coarse DA, they are interpolated onto the refined DA.
Modified DMCoarsen_DA so that if coordinates were defined on the fine DA, they are injected down to the coarsened DA.

Hg-commit: 63959d50dd078d08c754b614fed798b914a8256b

show more ...


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

Merge.

Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb


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

commit after merge

Hg-commit: 9122b9cb4bbbe7a3aa70181d1e1d574ba50c62ae


1...<<11121314