History log of /petsc/src/mat/impls/mffd/mffd.c (Results 426 – 450 of 563)
Revision Date Author Comments
# 6d75e210 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

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

Hg-commit: 07f9e01e040feeb4162253a60ca63556436f4135


# 9669e4d8 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real case
the less #if def code duplication we have the better

Hg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef

show more ...


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

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


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

removed all incorrect spaces before CHKERR...

Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 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


# f27dfc53 11-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Commit after merge

Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1


# e02043d6 10-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().

Hg-commit: 2d1c2b03ef3a0925025555

Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().

Hg-commit: 2d1c2b03ef3a0925025555e660e6834a4bd0a50c

show more ...


# 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


# 12edb238 18-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e8f093f19e66eaa53adf72d00c5da58e297843c3


# a283635e 18-Mar-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Extra viewer options for mat_mffd to view the base and base residual.

Hg-commit: 6584ac7c18386f2c7ee47a6adae089a0846becd5


# 1b797266 18-Mar-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Reverting 507bc7270650 and 98eee72a4dd4.

Hg-commit: 5901cc924f478e90cf6ff661296c7d6ac71cf125


# f9c1d9f4 18-Mar-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Fixing a bug and a conceptual problem with MatMFFD and SNESMF.1. MatAssemblyEnd_SNESMF() cannot use MatMFFDSetBase(), since this will reset MatAssemblyEnd to _MFFD, which will no longer update the ba

Fixing a bug and a conceptual problem with MatMFFD and SNESMF.1. MatAssemblyEnd_SNESMF() cannot use MatMFFDSetBase(), since this will reset MatAssemblyEnd to _MFFD, which will no longer update the base automatically; revert to 2.3.3-style behavior.2. MatMult_MFFD() might need to recompute the base residual even when it was provided by the user (e.g., by SNES in MatAssemblyEnd_SNESMF):if the Jacobian is discontinuous (as a function of the base, equivalently, if the residual isn't C^1), then the residual resulting from the previous line search might not be right for the next SNES iteration.

Hg-commit: 507bc7270650a4ba323b47b8030b2ed8137e92d5

show more ...


# 1db2f0e5 13-Mar-2012 Jed Brown <jed@59A2.org>

Goofy casts because PGI doesn't know that 0 is a pointer value

Hg-commit: eca53c61d6fc97873434d35fbee0c05e4b02579d


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 0efd9525 02-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 54a761c42544130efb5741e24e87c2ff287e2248


# be7c243f 01-Feb-2012 Jed Brown <jed@59A2.org>

Some matrices needed to be marked as set up

Hg-commit: d2bd58f2a7f52769716b7f3d47105e7786445045


# 3194b578 26-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in the class.

Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c

show more ...


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


1...<<11121314151617181920>>...23