History log of /petsc/src/mat/impls/mffd/mffd.c (Results 526 – 550 of 563)
Revision Date Author Comments
# ee1cef2c 15-Jul-2009 Jed Brown <jed@59A2.org>

Add Mat_SubMatrix.

This makes it possible to take a submatrix of any matrix type (including
Mat_Shell and Mat_MFFD). Will simplify PC_FieldSplit.

Hg-commit: 67f1e5aebf857ceed94a7b090e6d073f1dc6765f


# 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


# 8af5ae88 10-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

documentation fix, you can actually call MatMFFDSetBase() sometimes with an F and sometimes without.

Hg-commit: 29ead11809dd8fda5cd8e9b5bafe3daa4a5af3d4


# bcddec3d 10-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

Bug report from Glenn Hammond. MatMult_MFFD() as ALWAYS computing F at base point even F was passed in
MatMFFDSetBase(). It was doing an extra, unneeded function evaluation.

Hg-commit: bf4ebd9c5a561

Bug report from Glenn Hammond. MatMult_MFFD() as ALWAYS computing F at base point even F was passed in
MatMFFDSetBase(). It was doing an extra, unneeded function evaluation.

Hg-commit: bf4ebd9c5a561cc5ca71484f5d7c76db914f75dc

show more ...


# 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


# 392a8661 26-Jun-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 41800043acaea4edc1ffe515ad0d33298e6b8178


# a313700d 24-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

moved the const out of XXType definitions and into the Set and Get Methods

Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999


# 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


# 9afaeae2 10-May-2008 Barry Smith <bsmith@mcs.anl.gov>

changed PetscLogClassRegister() to PetscCookieRegister() and fixed calling sequence

Hg-commit: 9bf4c5c14bd579a1e7136bac681411624d111bf5


# 8cbcd9cc 10-May-2008 Barry Smith <bsmith@mcs.anl.gov>

PetscLogEventRegister() returns event as final argument

Hg-commit: 48f3daa4669e948117ab4e8a2d02ec1f90b3dd53


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

Merge

Hg-commit: 50f87a7744bf92447897e71d01d55e453fda1a7f


# eb0a9663 18-Nov-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: f54d5a9a85d28e136f39c22009cb0415a15d86fc


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

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# c879e56b 16-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

changed extension of private MFFD functions from _FD to _MFFD to match PETSc style

Hg-commit: 9c675021882fbc6b64847f34ec7b18c24d52a541


# ee118e76 03-Nov-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: add138ca58378b11ab468b4d12280d31f08b3481


# 8ef3462f 31-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

mv PC_ApplyOnBlocks registration to PCInitializePackage() where it belongs.

Hg-commit: b62c72fe1f5112573222456da71db2f10b53febf


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

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# 9e91287b 30-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

[PETSC #16964] DAGetOwnershipRange() not avialable in Fortran
and missing manual page

Hg-commit: cea3ce347be0ef70c14822899116f2db9e948b2d


# 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


1...<<212223