History log of /petsc/src/dm/impls/da/grvtk.c (Results 151 – 175 of 185)
Revision Date Author Comments
# a13bc4e3 03-Jul-2013 Shao-Ching Huang <huangsc@gmail.com>

add support for vtk rectilinear grid (.vtr) viewer


# 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


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

daimpl.h was never fixed? Well it is now

Hg-commit: a4f3f6d7e4f165ac5276405a089a596a28adc0b3


# 10f4f354 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d45994b710e27c421e3a611629d33b9d321ce16b


# 094921d9 16-Feb-2013 Jed Brown <jed@59A2.org>

Need to get comm before raising an error on it

Hg-commit: 17e56b5cab4c6699d9111b0d32a9dd4b85bb4d28


# 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


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 519f805a 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.

Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305


# 3bf036e2 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more missing CHKERRQ()

Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435


# 29aa02fc 11-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e


# 5c6c1dae 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

reorg of src/sys directory
directories that define objects now in the classes subdirectory
rename several confusing name directories

Hg-commit: b2612422c63ac4afe82112892d9efda808f3d601


# b263465d 28-Nov-2012 Jed Brown <jed@59A2.org>

Add binary-appended multi-part VTU viewer, does not write fields yet

Hg-commit: a0689e6ce415a9d39da6ac72b5c04444d19866fe


# 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


# 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


# 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


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

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# 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


12345678