History log of /petsc/src/dm/impls/da/da1.c (Results 226 – 250 of 318)
Revision Date Author Comments
# 99f0b487 21-Jul-2013 Richard Tran Mills <rmills@ornl.gov>

Changed remaining references to DMDALocalToLocalxxx() to references to DMLocalToLocalxxx().


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# 3bb1ff40 28-May-2013 Barry Smith <bsmith@mcs.anl.gov>

logging memory now credits to all ancestors


# 329d851f 13-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'barry/fix-xxxviewsetfromoptions'

* barry/fix-xxxviewsetfromoptions:
*ViewFromOptions: update documentation, providing disabled man pages
fixed bug where XXXViewFromOptions() used p

Merge branch 'barry/fix-xxxviewsetfromoptions'

* barry/fix-xxxviewsetfromoptions:
*ViewFromOptions: update documentation, providing disabled man pages
fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES

show more ...


# 146574ab 09-May-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# f32c1cc6 19-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

ex7 only integrates to y = 5
add point initial solution

Hg-commit: b6e29b6bd963281b7a3d2867fc09c759757baa1c


# 4035e84d 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

daimpl.h was never fixed? Well it is now

Hg-commit: a4f3f6d7e4f165ac5276405a089a596a28adc0b3


# 9804daf3 15-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.h

Hg-commit: 01be7b4c0ac1e993b540535c319de45af820a255


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 31d8eec5 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41


# 8865f1ea 01-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.

Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e


# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 11aeaf0a 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

XXXView() methods should ignore unknown viewers, not error out

Hg-commit: e5c2cada7868386cc4981ab2a54cf541ca387f4b


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# db4deed7 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Style improvements: braces around 'else', partial '){' -> ') {'

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# 0adebc6c 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

silly code formatting problems; some people still need to read the style guide

Hg-commit: 7a98cb06baf90914d565ea8801b6900bdc5a04c1


# d9c9ebe5 07-Jan-2013 Peter Brune <brune@mcs.anl.gov>

Removed all overlap cruft from DMSetUp_DA_1/2/3D

Hg-commit: 461d91d3c8e1dbfa7cf6c0dae2b6e4c4c0f8918b


# 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


# 109c9344 25-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

added names for coordinate directions to DMDA
added ugly printing of coordinate directions in 2d countour plots from DAs

Hg-commit: 0f83f87db1ff110511388bbce0cdaff89adc7b54


# fe700878 18-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed bug in mirror bc for 1d da
changed advec ex7 to use mirror bc and simplify function evaluation

Hg-commit: f0feeb5d833aee0633c241ee1d20bfef17781f2e


# 05900f5b 18-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

added support for vecscatter for DA1d MIRROR boundary conditions

Hg-commit: 184cc42b1657b4df0abdf16999532c8ac9e8f30f


# 706a11cb 15-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

PetscOptionsGetViewer() references PETSC_VIEWER_XXXX_() types so that PetscViewerDestroy() may uniformally be used to destroy

Hg-commit: f6282ad082abe831d7e005fc7650481392bab874


12345678910>>...13