History log of /petsc/include/petscdmda.h (Results 276 – 300 of 338)
Revision Date Author Comments
# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# cf6142ae 29-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22746e3b3fbadeeb7355c91f5c38c081c818d4a8


# 7659c1be 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21


# 6636e97a 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DM: Moved coordinates to DM, fixed default SF creation
- Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L
DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal()
- One

DM: Moved coordinates to DM, fixed default SF creation
- Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L
DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal()
- One can be made from the other (global or local) automatically
- Added dm->ops->createcoordinatedm()
- DMComplex no longer creates the coordinate Vec up front
- DM default SF can now handle global vets without constraints

Hg-commit: 6226b76f6e469184f69d66f3475966ce9ac97872

show more ...


# f91908df 28-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 5ac46fc16352f9b05d40fb8eae01aa99e5d44c14


# 7aaf2d21 27-Sep-2012 Peter Brune <brune@mcs.anl.gov>

added DMDAGetLocalBlockInfo() which includes overlap

Hg-commit: f3bef0e03e3ad693aa13e9fedc4d36fbba37b2d9


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# ba4bd723 31-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 85ea2b32f01c9c465a4b0b5082ad81d2970a62e4


# 88661749 30-Aug-2012 Peter Brune <brune@mcs.anl.gov>

Added overlaps to DA with DMDASetOverlap, which allows for larger ghost regions unrelated to the stencil width.

Hg-commit: c76698a179faaafe811ea81b96cfbba324a4e10e


# ca0077cb 09-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d937c2b75fc37abb900728016e11f7b9ed4a79d4


# aa1993de 08-Aug-2012 Matthew G Knepley <knepley@gmail.com>

DM: Work arrays are now managed and have proper restore
- Added proper restores in DMComplex

Hg-commit: 60728f98a8d507b5c6da2018e65ed992fe2bcac5


# 2c8e378d 01-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd7969681

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd79696815b

show more ...


# 3ad5e60d 31-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 070d6f061c31d9d7699f2f518f5a210ca804e0b7


# f0e3914c 31-Jul-2012 Satish Balay <balay@mcs.anl.gov>

#126433 compile fix for dageometryf.c

Hg-commit: 53b564a8d90c2c64a30a8a6f774a0094c604d7c5


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 6a6fc655 04-Jul-2012 Jed Brown <jed@59A2.org>

Add const to many enum string lists

Hg-commit: c83e9a8fda58664955a3d65190eafbaf3a08ee6d


# 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


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 638cfed1 16-May-2012 Jed Brown <jed@59A2.org>

PETSC_EXTERN_TYPEDEF for typedefs and fix extern C for BLAS/Lapack

Hg-commit: 18b9110c75d604eab2bb71c22a2b87f8534d48c6


# 014dd563 16-May-2012 Jed Brown <jed@59A2.org>

Add --with-visibility, all public symbols are marked with PETSC_EXTERN

Hg-commit: 91d6ccc58aec44b109582d7decb1c094fd081024


# 57459e9a 13-May-2012 Matthew G Knepley <knepley@gmail.com>

Added new FEM functions for DA
- Remove requirement that coordinates for DA have a given blocksize
- DMDASetUniformCoordinates() now works with PetscSection version
- Added dageometry.c which has DMD

Added new FEM functions for DA
- Remove requirement that coordinates for DA have a given blocksize
- DMDASetUniformCoordinates() now works with PetscSection version
- Added dageometry.c which has DMDAVecGet/SetClosure()

Hg-commit: c4a59f6551ea5ba42e66e722270f8b4772c42349

show more ...


# adbfa035 13-May-2012 Matthew G Knepley <knepley@gmail.com>

Added new FEM functions for DA
- Remove requirement that coordinates for DA have a given blocksize
- DMDASetUniformCoordinates() now works with PetscSection version
- Added dageometry.c which has DMD

Added new FEM functions for DA
- Remove requirement that coordinates for DA have a given blocksize
- DMDASetUniformCoordinates() now works with PetscSection version
- Added dageometry.c which has DMDAVecGet/SetClosure()

Hg-commit: 48cbdc4c71c08d180d79adda6863ed582a6c662e

show more ...


1...<<11121314