History log of /petsc/src/mat/matfd/fdmatrix.c (Results 376 – 400 of 607)
Revision Date Author Comments
# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# fcd96beb 10-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after pull of manual pages patches for 3.1

Hg-commit: fdda79b9b0cfa271aff815250a8f6761d22b5ee8


# 1d0fab5e 09-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

numerious more manual page fixes

Hg-commit: f97289d881d4cb25b22cf1feeb454dade290664b


# 0700a824 08-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed cookie to classid cause that is what it is.

Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1


# a82b6355 15-Jan-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 924cdfe2b28aaa2449dd42a9b290bd8ce6147194


# 95b89fc3 14-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

added missing .seealso to docs in fdmatrix.c

Hg-commit: 8c1fa5a3594d16e320c4b423b5d5600ff88d751c


# bd1d354f 14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dd462db7e4ad3308318d8e64ab6973227cdc8afe


# e21f6e24 13-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d73959821bdcc68517c7de8556b4cef4a4b3ce07


# e8d12d9d 13-Nov-2009 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 366b569f7ac12955ed5fd9ea6b0a56cfb51a84d1


# f14276b7 12-Nov-2009 Jed Brown <jed@59A2.org>

superfluous header

Hg-commit: 6872fcce7a820a1dc845deab1fc0482eac9c34fb


# 0230a03c 31-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 349518ceeca84623e101fa73fa2e7aa9b404d154


# 3acb8795 23-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

more work on adding FD computation of Jacobian for BAIJ matrices

Hg-commit: 89075e85186765069f32cddc814471a4b6a51957


# fe36e6c7 13-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Watch out for SNES ex45, I think the merge was bad

Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8


# 90d69ab7 28-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth vari

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth varient

Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2

show more ...


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# 95902228 24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added arg to MatNullSpaceTest()

Hg-commit: 897ade46c5d4e4a1b7f08209c1ab7c2120348c6d


# d0f46423 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

show more ...


# ebd3b9af 04-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -mf_fd_coloring_jacobian_period and -dmmg_jacobian_period and function call friends because -snes_lag_jacobian does all that is needed
modified SNESComputeJacobian() to call the MatAssemblyBe

removed -mf_fd_coloring_jacobian_period and -dmmg_jacobian_period and function call friends because -snes_lag_jacobian does all that is needed
modified SNESComputeJacobian() to call the MatAssemblyBegin/End() on matrix-free A everytime even if lag is not set to 1
this is what people would expect

Hg-commit: 296a77abbd7661b7fbc32fd263fb1abe69a4a9a5

show more ...


# 752dad74 03-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

Changed -dmmg_jacobian_period to -dmmg_lag_jacobian
Changed MatFDColoringSet/GetFrequency() and -mat_fd_coloring_freq to MatFDColoringSet/GetLagJacobian() and -mat_fd_coloring_lag_jacobian

Hg-commit

Changed -dmmg_jacobian_period to -dmmg_lag_jacobian
Changed MatFDColoringSet/GetFrequency() and -mat_fd_coloring_freq to MatFDColoringSet/GetLagJacobian() and -mat_fd_coloring_lag_jacobian

Hg-commit: c52be4303a1109d00c572b201e8cbbe1bb93403d

show more ...


# bc6cd43c 03-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

removed MatFDSetRecomputeJacobian(), now use a freq of -2 to get the same effect

Hg-commit: efe45a5a8cd34bd629348fbdbe2903af1c93827c


# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


# 166c7f25 10-May-2008 Barry Smith <bsmith@mcs.anl.gov>

changed PetscEvent to PetscLogEvent
Removed initialization of global variables PetscLogEvent and PetscCookie to 0 since no longer needed

Hg-commit: b49d69f3756a139801bd445902e6aa5221450631


# 7850c7c0 02-Mar-2008 Barry Smith <bsmith@mcs.anl.gov>

changed MatFDColoringSetFunction() from Fortran to attach the fortran function pointer and context
to the MatFDColoring object allowing multiply MatFDColoring objects from Fortran

Hg-commit: 9dd

changed MatFDColoringSetFunction() from Fortran to attach the fortran function pointer and context
to the MatFDColoring object allowing multiply MatFDColoring objects from Fortran

Hg-commit: 9dd9d143c214cfd7bb44436fde0fa2f7ce3e2515

show more ...


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

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


1...<<11121314151617181920>>...25