History log of /petsc/src/sys/objects/inherit.c (Results 351 – 375 of 520)
Revision Date Author Comments
# 665c2ded 16-Feb-2013 Jed Brown <jed@59A2.org>

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730

show more ...


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

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

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


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

removed typeid from PetscHeaderCreate() args since it is not know at create time anyway

Hg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc


# 17a064c4 12-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added a few comments/docs to petscimpl.h
minor code changes

Hg-commit: 1a5b019c999e778f9cafa6b134e23bfc8ff9e30a


# d9799b0b 12-Feb-2013 Jed Brown <jed@59A2.org>

Merge branch 'private-impl-headers'

petsc-private/petscimpl.h and vecimpl.h are no longer included by
petscsys.h and petscvec.h. Some inline functions become normal functions
as a consequence of the

Merge branch 'private-impl-headers'

petsc-private/petscimpl.h and vecimpl.h are no longer included by
petscsys.h and petscvec.h. Some inline functions become normal functions
as a consequence of these changes.

Hg-commit: 5c59734726c7c41f493a5f5b9303cfab5c66ae21

show more ...


# afcb2eb5 12-Feb-2013 Jed Brown <jed@59A2.org>

Make petscimpl.h private

Hg-commit: 910e8b03a54a915953944da6f75eb81c807d7428


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


# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# 299eca30 05-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5179cc7865f723cd5e23a2244f6bcbc7b905437


# 978fe322 04-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Removed remaining spaces in cast to pointer-type.

Hg-commit: dccb79187adf08b4501155bd6550e95ac2ab554c


# a297a907 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


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

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

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 5fd66863 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "There should be a blank line before PetscFunctionBegin;"

Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# 6d75e210 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() args

Hg-commit: 07f9e01e040feeb4162253a60ca63556436f4135


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

commit after merge

Hg-commit: 77cb37419c0208e2ad0318b2008cf81d7372d504


# f2e0d3f1 10-Jan-2013 Jed Brown <jed@59A2.org>

Fix snesgetfunction_ and snesgetjacobian_

Hg-commit: 6512571230309c72a6c60978677ac809fee686aa


# e1e95054 10-Jan-2013 Jed Brown <jed@59A2.org>

No ++ for enum type

Hg-commit: 95aa9a90cea4c5470e394e8e476e1c18a8c0aee2


# de6d466b 10-Jan-2013 Jed Brown <jed@59A2.org>

Don't generate Fortran stubs for the Fortran interface functions

Hg-commit: b13006b208df6d6a94740200ac0278e8282a66cf


# f6291634 10-Jan-2013 Jed Brown <jed@59A2.org>

Implement new Fortran callback handling; convert SNES use cases

Hg-commit: f2a68b8a037edffd463d1ee6e9014e2edcd4aad7


# d3229121 31-Dec-2012 Jed Brown <jed@59A2.org>

Base precision on size of PetscReal instead of PetscScalar

Hg-commit: b668df698a5f6a3524db345f9262acfc6ed316a1


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# a2ea699e 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up with that; gets in the way of real useful messages.

Hg-commit: c183c49f249a22d7ef32be2c51749bad41445e53

show more ...


# db05f41b 20-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

improve axis numbering for small values
improve accessing ray for DMDA Vector

Hg-commit: 160100bb0a5cf1fd7d317f4841a2e1bbea872ddb


1...<<1112131415161718192021