History log of /petsc/src/dm/impls/da/gr1.c (Results 201 – 225 of 252)
Revision Date Author Comments
# cf6142ae 29-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22746e3b3fbadeeb7355c91f5c38c081c818d4a8


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


# 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


# 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


# 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


# 821c30cf 29-Jun-2012 Peter Brune <brune@mcs.anl.gov>

Fix to build breakage in 907d0d4e7f7c as DMDAGetDimension() doesn't exist.

Hg-commit: a445ca363653fbf6fcb93c2334d57dc4fdda963d


# 5b990481 29-Jun-2012 Matthew G Knepley <knepley@gmail.com>

DMDA: Fixed check

Hg-commit: 907d0d4e7f7cd51b3f297338990824dd307df51c


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


# 6083293c 22-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

added interpolate to Euler
added hold to PetscViewerDraw
added plot of initial solution to TSMonitorSolution

Hg-commit: f70262309e20040decd6fc0d1df7cdacb4be76bc


# 7d1ecd34 21-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded if !complex from 1d plotter

Hg-commit: 663042f89934fb83574cf2691137746d5b9fe7dc


# cd723cd1 18-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

lots of fixed for nightly build

Hg-commit: 2a2d0cde08a4182a8c0c4b22619801648220ba54


# cd9182da 14-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

added 3D GAMG test.

Hg-commit: 7d5f72d8e86e23e68111205eba592b0922935be8


# 03193ff8 13-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

added support for -draw_fields for 1d DA vectors and test code; fixed PFApplyVec() for null first vector of different size than second

Hg-commit: 57f903f4276d4a8e0b9e93eecf2dae53461a64b5


# 1c001b75 07-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

itrying to check this in again. Added smoothed aggregation to PC GAMG, no really working.

Hg-commit: b0df5e777baf74893ca1df5fe9447ed4d19891a1


# a56202b9 05-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

better monitoring for ex2 and ex21 in ts

Hg-commit: 77d3e73cda9cc87f69b1d3c09e533940458f1de6


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 3e12bfe3 07-Jul-2011 Jed Brown <jed@59A2.org>

merge TS refactor and ARKIMEX

Hg-commit: 59f7583bab4d65bff41afa11bfb8e8a5b8f1572b


# 664daaa9 06-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: ffd683a78f863f71bc61daf24b4d08442fa344d9


# bfec8eec 06-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

improve contour plotting with periodic boundary conditions; still not perfect

Hg-commit: f76d22ccf1d3bcc77f82f7b2c70d9ee8c20f885f


# 3c0c59f3 28-May-2011 Barry Smith <bsmith@mcs.anl.gov>

finally got the DM_SNESVI working for scalar problem ex58.c correct memory management

Hg-commit: 1cac6a75ab1aaef3bbb21d172e7b901a37522293


1234567891011