History log of /petsc/src/ksp/pc/impls/factor/factimpl.c (Results 201 – 225 of 259)
Revision Date Author Comments
# e40c8662 02-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9ed2cb431947553955f0ce85412d290cc41bb35c


# 6dd4cc0e 01-Nov-2010 Jed Brown <jed@59A2.org>

Some extern C compliance, can't test properly because my compilers don't care

Hg-commit: db6fde48a972e3cd2b492e83f0e09c82d6cb4e95


# 671f6225 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after monster merge with Jed's changes to Truth/Bool broke some stuff

Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac


# acfcf0e5 14-Oct-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 3a3e4172 04-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 8be6b379b7bc1cbb3adf7412dfe042e3e92c6019


# a1f19f5a 28-Jun-2010 Hong Zhang <hzhang@mcs.anl.gov>

call MatGetFactor() from MatFactorGetSolverPackage() to enable user set procedural options for external direct solvers
rename MatMumpsSetIcntl() to MatSetMumpsIcntl()

Hg-commit: c69e747aa4639aaeccec

call MatGetFactor() from MatFactorGetSolverPackage() to enable user set procedural options for external direct solvers
rename MatMumpsSetIcntl() to MatSetMumpsIcntl()

Hg-commit: c69e747aa4639aaeccec3b85fa7839fc82edbd0d

show more ...


# 5cb84363 11-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5af87a54ffb6678a987e39ee927086c38291b9c2


# f8dc72cd 10-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: ff6f7304cebf9d0f27bee5e461b036f47dd2cf49


# 1ae3d29c 07-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed amsoptions.java to use default localhost
amsoptions code now handles all options and snes ex19 runs to completion
still some glitches, cannot handle changing type.

Hg-commit: 3a2988280069fa75d

fixed amsoptions.java to use default localhost
amsoptions code now handles all options and snes ex19 runs to completion
still some glitches, cannot handle changing type.

Hg-commit: 3a2988280069fa75d8bacfad2ac6478e41eb2d3d

show more ...


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# 65e19b50 11-May-2010 Barry Smith <bsmith@mcs.anl.gov>

the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears

Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac


# e7e72b3d 08-May-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate

changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator
reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line

Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5

show more ...


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# 505c8c26 01-May-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9f87cbb6cbd59d1bd4113536eae89172f479116a


# cef8110e 30-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 58f1db3aba1a77f0e92ec3a507cfd7d3dff55db3


# 6cc3b3c1 29-Apr-2010 Hong Zhang <hzhang@mcs.anl.gov>

when shifttype == MAT_SHIFT_NONZERO, set default shift amount 1.e-12 if user has not set it yet.
Otherwise, numerical factorization might hang. See [petsc-maint #45421] Problem with ICC on SEQBAIJ.

when shifttype == MAT_SHIFT_NONZERO, set default shift amount 1.e-12 if user has not set it yet.
Otherwise, numerical factorization might hang. See [petsc-maint #45421] Problem with ICC on SEQBAIJ.

Hg-commit: 6bd1da78362808c42df203374dbc55aa4b74fd7d

show more ...


# ff219bfb 27-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


# bf5b21d3 25-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: bfe14fc1c10a348d95f62b10a73037a938b09cb6


# 3475ff80 23-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of patch to 3.1 that removed extraneous include "matimpl.h"

Hg-commit: cd6e3c721ebe97497a0385b2e30092de3c1f5f43


# 6335c336 23-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

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 struct

Hg-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 struct

Hg-commit: 0bad2c2eef385e0f672b0cd77b13f9a4b2b54016

show more ...


# 503cfb0c 22-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

general cleanup of petscsys.h
removed PetscStrfree() since PetscFree() does the same thing

Hg-commit: 383ece197d31b92016b12ff3a62a2e744f8d981d


# f0eb1ee0 12-Apr-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0


# d5f3da31 07-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is

Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c


1234567891011