added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
MatGetFactor() no longer says no direct solver support when it cannot use ILU. It now prints the exact MatFactorType that you requested that it could not provide.Hg-commit: af8fbb2ca5b8f71982f0912e
MatGetFactor() no longer says no direct solver support when it cannot use ILU. It now prints the exact MatFactorType that you requested that it could not provide.Hg-commit: af8fbb2ca5b8f71982f0912e702ecd90d46e8669
show more ...
MatGetTrace: get rid of nasty PETSC_COMM_WORLDHg-commit: a5f6d517412ca5ffab39ccbe006d7eb1317e270c
Small fixHg-commit: 6162c45fec182810bc6cc12bcf2d55b4729dd60e
matfwk --> matdd.Hg-commit: 433c56a21338a9e6510ab717f222feae098b091f
fixed bad charactor that got into fileHg-commit: 82bfd25d73eade8c618f858a0debbc08cf579b49
commit after merge of patch to 3.1 that removed extraneous include "matimpl.h"Hg-commit: cd6e3c721ebe97497a0385b2e30092de3c1f5f43
factimpl.h had an include "matimpl.h" INSIDE a EXTERN_C_BEGIN block, removed the include completely needed to add MatGetFactorType() to not require access inside the Mat structHg-commit: 0bad2c2
factimpl.h had an include "matimpl.h" INSIDE a EXTERN_C_BEGIN block, removed the include completely needed to add MatGetFactorType() to not require access inside the Mat structHg-commit: 0bad2c2eef385e0f672b0cd77b13f9a4b2b54016
commit after mergeHg-commit: 34af44ec3a390a8370e6ef8a309b0623ab97ccc0
systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing
systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing and unneccesaryHg-commit: fcd327f3f4fcb82c63cd1afe8da55ad84e8250f3
Stricter MatSetOptions(): implementation must have been created to call MatSetOptions()Formerly, options were silently ignored in this circumstance.Hg-commit: 49de963276e104d263a7d02676c2b6f6813b
Stricter MatSetOptions(): implementation must have been created to call MatSetOptions()Formerly, options were silently ignored in this circumstance.Hg-commit: 49de963276e104d263a7d02676c2b6f6813b5f41
matfwk fix. started working on MATIM.Hg-commit: 88ef09dbc10e03947261ed4a8b0f4b9348335c8f
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field isHg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c
Merge.Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4
Reworked MatFwk: for now fully unassembled with an AIJ-like block sparsity structure. Needs testing (ex14).Hg-commit: 72cf3063f83f8d3bfe4863ccf73f43c00e198c2b
merge MatPtAP error message from releaseHg-commit: 0b26ddd9fe593aad57612ba4d04d9b7f817d6e85
Error message when MatPtAP is not implementedHg-commit: 7127f83300f9d3b766daff549f24a879896b5a10
added ISICLES DOE projects referenceHg-commit: 9caf08f8bbdf88d2e4c66f2b5e7410f798a375e2
fixed false possible use of uninitialized variables warnings with optimizationHg-commit: 4ff7b4bc0bea1f05f5ba7c1668b55e0b648cb6a9
updated MatFactorInfo to use a PetscReal for shifttype so that it can be used from Fortran and PythonHg-commit: 6c65af8d77207f21d4c5751ca2d8dacb3c75581f
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over t
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over the place because included by petsc.hHg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce
removed public interface for MatILUDTFactor*, this will now be handled by regular MatILU/ICCFactor* interfaceHg-commit: b130c3ab430985359fffc88a9c93110f07b98d13
removed mention of MATROWBS in docs, fixed number of argument in error checking in MatScaleSystem()Hg-commit: a7f14c71c78838f9b76d98677282d96bf78f865c
remove references to MPIRowBS [and add to changes file]Hg-commit: 16cbff2dbbfccdf8a8864efd2d5b8af7e184e444
1...<<61626364656667686970>>...111