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


# 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


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


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

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

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 5ee1ea9d 19-May-2012 Barry Smith <bsmith@mcs.anl.gov>

removed outdated SNESDMDACompute functions except in 1 example Peter will fix

Hg-commit: aabf823a9e38cebb8b847b8d026d77b3a6a44a5b


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# f27dfc53 11-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Commit after merge

Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1


# 30729d88 11-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed more darn {SEATERR}

Hg-commit: 67fe7512e8fcb191ac49d6fe48793bfdfcb31b4b


# 778a2246 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process

Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 3855c12b 17-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

added error checking for size of 2 and 3d DAs resulting in int32 overflow

Hg-commit: c3a8bdfd60562b5db8f584c92fb5fbc2222dafc3


# fe16a2e9 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

DMSetUp_DA_1D() did not fill up lx if not provided, now it does, since Jed removed the other code that did fill it up.

Hg-commit: 2e0515ce98ad91c446b4380d6a4a02cdc16be781


# d2faa847 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

pulled patches from 3.2

Hg-commit: 17856141c0b28900522a87630682ff16a49efa87


# d461ba97 14-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

fixes for nightly builds, some new formating of -xxx_view

Hg-commit: d86caf9b9ef98a29e56705052c142f1a5385c024


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

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 0c70c226 26-Jun-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: 0185aa032de160708fba31988ff16aef0382c248


# 2533e041 25-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

added PCApplyTranspose() for PCCOMPOSITE

Hg-commit: 1671d7bc2cd5714c5c8ba8fcb196929655633aca


# e0f5d30f 22-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

added -da_refine allowing mimicing -dmmg_nlevels without DMMG
PCML removes the DM object so that PCMG won't try to use it to generate restriction/interpolation
PCML marks itself as using Galerkin coa

added -da_refine allowing mimicing -dmmg_nlevels without DMMG
PCML removes the DM object so that PCMG won't try to use it to generate restriction/interpolation
PCML marks itself as using Galerkin coarse grid corrections so that -ksp_view shows it correctly.

Hg-commit: 1a4947988e50cdb8d6e314af4e8a4e969913512d

show more ...


# 644e2e5b 10-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

more work on adding complete support for replacing DMMGSetSNES() with SNESSetDM() and removing DM. Now the coloring version of compute Jacobian works as does grid sequencing. Next proper support for

more work on adding complete support for replacing DMMGSetSNES() with SNESSetDM() and removing DM. Now the coloring version of compute Jacobian works as does grid sequencing. Next proper support for PCMG?? computing the coarser matrices from the fine grid current solution is needed.

Hg-commit: 26d5ecc76233f17dbf52395fcf188965eb5c15c8

show more ...


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


1...<<111213141516