History log of /petsc/src/sys/objects/destroy.c (Results 226 – 250 of 264)
Revision Date Author Comments
# dbf0e21d 08-Feb-2009 Barry Smith <bsmith@mcs.anl.gov>

fixes to mpibaij.c found in nightly build
fixes to wrong use of CHKERRQ() throughout code

Hg-commit: 733dea1e39d18170feab68a0e7a269e3248a628a


# ff2c26e0 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked
like they could be done automatically

Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72


# 3cf11a36 22-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 3ce761eac4bc3d73ac422a0e370a3ce3801f6f09


# b436f76f 21-Sep-2008 Victor Eijkhout <eijkhout@tacc.utexas.edu>

If we assume that by attaching arrays to an object the author
has more or less relinquished control of those arrays,
then it becomes up to the object to free those arrays at some point.
Hence an extr

If we assume that by attaching arrays to an object the author
has more or less relinquished control of those arrays,
then it becomes up to the object to free those arrays at some point.
Hence an extra call in HeaderDestroy, and the freeing (we are assuming
that PetscMalloc was used to create the arrays) of the various attached
arrays.


Hg-commit: 436d9cd8d9df37ad220a7c10489856b85ed4d845

show more ...


# 1c0add76 22-Jan-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 865bae8e 09-Nov-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 31603a991f8c9dbd9cd4c72b30a3514b55817b16


# 7fe06243 07-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

t after merge

Hg-commit: 39a23f849d19621efbe30bce2419f57813cbd74a


# 0027260e 06-Nov-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 858723b67c15ebee1a35e828236b486f2b91f498


# eb8be38c 06-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

introduced PetscRegisterFinalize() and switched PetscViewerMathematicaFinalizePackage() and
DMFinalizePackage() to use that instead of hardwiring in PetscFinalize().

Hg-commit: b0040208f82be20b77

introduced PetscRegisterFinalize() and switched PetscViewerMathematicaFinalizePackage() and
DMFinalizePackage() to use that instead of hardwiring in PetscFinalize().

Hg-commit: b0040208f82be20b772360f14bf96e1bbb781585

show more ...


# 6f3d5618 31-Oct-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# 60f69c44 15-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae7ad2b71b1fdcfb27898e923a2c03bd62c86a54


# 781b3001 14-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4e945c9820f08f3e5a1bc871ec50d7ccb0b7454e


# e0156e0b 11-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 8b48556a285e293c04f497a3a1e40ac96cfd5016


# 780a600e 05-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1


# 442648ef 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d


# 7adad957 03-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

changes for solving the strict aliasing issue in PetscObject and derived

Hg-commit: 278faecc91564f5495fa9f7d48380d547995fa45


# 410795b8 07-Apr-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 1bd772ab3da8b9e142265e33f0e8057a48bb2959


# 9c666560 01-Apr-2007 Barry Smith <bsmith@mcs.anl.gov>

more minor changes to increase consistency of method calling sequences and naming

Hg-commit: 4d17aa8465a0d1835166ba4c0ee47a08a267b110


# bb7cb432 24-Jan-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 265c72cb206d6781561280758aee21f939603b89


# 3ec39337 24-Jan-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 50173dec8dad3d7571fca08a93c3475cd714aa9c


# 3cfa8680 24-Jan-2007 Lisandro Dalcin <dalcinl@gmail.com>

add error checking macros in many places

Hg-commit: 772df0a01f48fabab963c8ff44c67a5304f6199f


# 9dfb5993 11-Jan-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 5b002539f7bb6e94c232479a607bbe05d6885922


# 3050cee2 12-Dec-2006 Barry Smith <bsmith@mcs.anl.gov>

petsc.bib reference to Downar and Salome coupling approaches
add PetscViewerASCIIGetStdout() to use in PETSc source
instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling

Hg-co

petsc.bib reference to Downar and Salome coupling approaches
add PetscViewerASCIIGetStdout() to use in PETSc source
instead of PETSC_VIEWER_STDOUT_(comm) for traditional PETSc error handling

Hg-commit: d5925024de9641e364c42958da386445812c4f79

show more ...


# a2840b43 14-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

automerge


Hg-commit: f36580f2c7205effeee8d018a27bb1c9e97fa58d


1234567891011