History log of /petsc/src/dm/impls/da/dalocal.c (Results 301 – 325 of 354)
Revision Date Author Comments
# c30958fd 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced remaining '){' with ') {'.

Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998


# 11689aeb 01-Jan-2013 Jed Brown <jed@59A2.org>

Relocate Vec creation with Section so it can be used by DMDA and DMComplex

Hg-commit: 29860ecac7a53df5f615e4e5d2dad88d9afd9d72


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# bcaeba4d 31-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed adic stuff

Hg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340


# c688c046 11-Nov-2012 Matthew G Knepley <knepley@gmail.com>

DM: Added MatGet/SetDM() and updated DMs to handle Vec and Mat for this

Hg-commit: d20ec0ce94bab2e32af8971314fa1b0124689ebf


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

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 9b743218 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bee0a1be7a80c0df3b9f1d2c288f971e7235f1d1


# 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


# 628e3b0d 18-Sep-2012 Satish Balay <balay@mcs.anl.gov>

#132641 win32/c compile fix

Hg-commit: 748e275d3dd4c9dbb9d0ed1dd0a463933e01f14b


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

commit after merge

Hg-commit: 164e59610053be83dd5b3675a7005b6300e65292


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# eaf8d80a 18-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DM: Many simple compile bugs fixed
- Fixed Fortran stub in PetscSection

Hg-commit: b649896ec9c0ec4feaae1d975a40d272797ee7ff


# 46533f15 14-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 47b11aeb5e6127da94cbf12b1f9d1d702e031d11


# 3814d604 13-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DMDA+PetscSection: Fixed ghosts to be one-sided

Hg-commit: 2d93bc609e6722f4daeb9ce93b7f83a604e26f7e


# f5eeb527 12-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DMDA+PetscSection: Put in support for vertex communication

Hg-commit: 2d10f703fe530523d5d2812371ee01cc3d50a7fc


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

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 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


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


# feafbc5c 01-May-2012 Matthew G Knepley <knepley@gmail.com>

Fixed for flexible DA in parallel

Hg-commit: 6c2e217ad8b431f9c4ef53f9649d0bfd2776de21


# 7128ae9f 01-May-2012 Matthew G Knepley <knepley@gmail.com>

DM CHANGE: Now DMGlobalToLocalBegin/End() and DMLocalToGlobalBegin/End() use the default PetscSF if present
- DMComplex now uses these

Hg-commit: 6fdfec99b8fc8426d2b385cbe72264449a63e681


# 88ed4ace 30-Apr-2012 Matthew G Knepley <knepley@gmail.com>

DM CHANGE: Moved PetscSections describing layout and PetscSFs describing overlap int DM
- This allows unstructured layout on any DM, in particular DA
- Creation flows goes localSection --> pointSF --

DM CHANGE: Moved PetscSections describing layout and PetscSFs describing overlap int DM
- This allows unstructured layout on any DM, in particular DA
- Creation flows goes localSection --> pointSF --> globalSection --> dofSF
- DMGetGlobalVector() and DMGetLocalVector() use these layouts if they exist (DMComplex uses this now)
- Put in DA code for creating the Section and SF
- Cleaned up some memory problems

Hg-commit: 612ec4062f8f069f58c4aa2b66de5ea016ab8a63

show more ...


# 80800b1a 26-Apr-2012 Matthew G Knepley <knepley@gmail.com>

Added ex67 where a different layout is used with a DA

Hg-commit: 51435c26afcf8c9b770276864ab7aff7619e8770


1...<<1112131415