History log of /petsc/src/dm/impls/da/gr2.c (Results 251 – 275 of 404)
Revision Date Author Comments
# 9c925a2c 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-events

Conflicts:
src/ts/interface/ts.c


# 5f6acfaf 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/feature-dm-circuit

Conflicts:
src/dm/impls/makefile


# 1d763ceb 17-Mar-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/matcoloring-greedy


# 3ff8325b 08-Mar-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/google


# 330d42da 07-Mar-2014 Jed Brown <jed@jedbrown.org>

Merge branch 'maint'

* maint:
VecView_MPI_DA: fix gsizes bug (bad conversion in parent commit)


# 4db9b486 07-Mar-2014 Jed Brown <jed@jedbrown.org>

Merge commit 'VecView_MPI_DA: fix gsizes bug (bad conversion in parent commit)'


# 334634e2 07-Mar-2014 Jed Brown <jed@jedbrown.org>

VecView_MPI_DA: fix gsizes bug (bad conversion in parent commit)

Reported-by: Xiangdong <epscodes@gmail.com>


# 061e9cde 27-Feb-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merging master with feature-dmmoab. Only conflict was with SOURCECXX specification under impls/moab/makefile.


# bf5b0b0b 25-Feb-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# 020631bc 19-Feb-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

Conflicts:
include/petscsnesfas.h


# 1f1b5a69 15-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ts-rhsjacobian-only


# 6d808a57 13-Feb-2014 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'shri/update-SuiteSparse' into shri/external-package-KLU

Conflicts:
conf/test
config/examples/arch-linux-pkgs-dbg-ftn-interfaces.py
config/examples/arch-linux-pkgs-opt.py


# bab9b9ec 07-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into balay/tao-to-petsc

Conflicts:
src/dm/examples/tests/ex42.c
src/dm/examples/tutorials/ex65dm.c
src/ksp/ksp/examples/tutorials/ex42.c
src/snes/examples/tutorials/cahn-hi

Merge branch 'master' into balay/tao-to-petsc

Conflicts:
src/dm/examples/tests/ex42.c
src/dm/examples/tutorials/ex65dm.c
src/ksp/ksp/examples/tutorials/ex42.c
src/snes/examples/tutorials/cahn-hilliard-schemes/ex1.c
src/snes/examples/tutorials/ex54.c
src/snes/examples/tutorials/ex55.c
src/snes/examples/tutorials/ex60.c
src/snes/examples/tutorials/ex61.c
src/snes/examples/tutorials/ex63.c
src/snes/examples/tutorials/ex633d_db.c
src/snes/examples/tutorials/ex64.c
src/snes/examples/tutorials/ex65.c
src/snes/examples/tutorials/ex653d.c
src/ts/examples/tutorials/ex23.c

show more ...


# fbf5b483 03-Feb-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-periodic-mesh'

* knepley/feature-periodic-mesh:
Matt moved DMDA_BOUNDARY.. to DM_BOUNDARY... but did not fix ex2f.F includes
DM Fortran examples: fix petscdm.h -> f

Merge branch 'knepley/feature-periodic-mesh'

* knepley/feature-periodic-mesh:
Matt moved DMDA_BOUNDARY.. to DM_BOUNDARY... but did not fix ex2f.F includes
DM Fortran examples: fix petscdm.h -> finclude/petscdm.h
DMPlex: Fixed markers on periodic boundary
DM examples: include petscdm.h in examples that use DM_BOUNDARY_*
DMBoundary: fix line length for Fortran
DMPlex: Now DMPlexCreateHexBox() can have a Mobius topology using DM_BOUNDARY_TWIST
DM: Moved DMDABoundaryTypes to DMBoundaryTypes - Changed the enum values as well - Changed docs and updated Changes - Updated examples
DMPlex: DMPlexCreateHexBoxMesh() now allows periodicity - Changed declaration and uses - DMPlexCreateSquareMesh() now allows periodicity - Works with refinement

Conflicts:
src/dm/impls/plex/plexcreate.c
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c

show more ...


# b2bbe45b 02-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into balay/tao-to-petsc


# 1f49d5c7 01-Feb-2014 Jed Brown <jed@jedbrown.org>

Merge branch 'juhaj/hdf5-chunking'

HDF5 viewer: improved chunking, IO performance, and scalability with
respect to HDF5 limitations.

* juhaj/hdf5-chunking:
VecView HDF5: PETSc style, lispy closin

Merge branch 'juhaj/hdf5-chunking'

HDF5 viewer: improved chunking, IO performance, and scalability with
respect to HDF5 limitations.

* juhaj/hdf5-chunking:
VecView HDF5: PETSc style, lispy closing parens
VecView HDF5: fix -Wsign-compare (comparing signed vs unsigned)
VecView HDF5: static function, cast, error handling
Some minor fixes in comments, changed some float divisions to integer divisions and added error checking.
First attempt at sanitising chunking.

show more ...


# 036f3cb5 26-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into balay/tao-to-petsc

Conflicts:
include/makefile


# 9fdc1e34 26-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/remove-big-g'


# 561a82e7 26-Jan-2014 Jed Brown <jed@jedbrown.org>

VecView HDF5: PETSc style, lispy closing parens


# 84179ffa 26-Jan-2014 Jed Brown <jed@jedbrown.org>

VecView HDF5: fix -Wsign-compare (comparing signed vs unsigned)

Reported-by: Barry Smith <bsmith@mcs.anl.gov>


# d4190030 20-Jan-2014 Jed Brown <jed@jedbrown.org>

VecView HDF5: static function, cast, error handling


# 57622a8e 16-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

completed some percentage of changes from %G format in prints


# bff4a2f0 09-Jan-2014 Matthew G. Knepley <knepley@gmail.com>

DM: Moved DMDABoundaryTypes to DMBoundaryTypes
- Changed the enum values as well
- Changed docs and updated Changes
- Updated examples


# edbbd480 10-Dec-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/xcode


# cb5c4f94 13-Nov-2013 Juha Jäykkä <juhaj@iki.fi>

Some minor fixes in comments, changed some float divisions to integer divisions and added error checking.


1...<<11121314151617