History log of /petsc/src/mat/impls/aij/seq/aijfact.c (Results 276 – 300 of 1040)
Revision Date Author Comments
# 73a71a0f 14-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

added MatSeqDenseGetArray() and MatSetRandom()
switched MatGetArray() for SeqDense to use MatSeqDenseGetArray()

Hg-commit: d91242180205aedab6a564c6081a3c979cd67075


# cbf49ebe 30-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 665437f0548ac98f50ff7942a7606116c54e6669


# 1a3c8c9f 30-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

merge 3.3

Hg-commit: 3ad740b50bc370a7352c7061f18fda2e5af2dad3


# 891bceae 30-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

give a PETSC_ERR_SUP error for MatSolve_SeqSBAIJ_Hermitian for seqaij matrix as suggested by Jose E. Roman

Hg-commit: fa33f09e0ddcd0e79f0d9a6c72d82301e1d40ee5


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 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


# 8dc1d2a3 28-Jun-2012 Paul Mullowney <paulm@txcorp.com>

Committing so that I can pull from petsc-dev.

Hg-commit: e93aeb36e62fd5e6181a21a3d56e8d0b339491b5


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 28b1a77f 22-May-2012 Lisandro Dalcin <dalcinl@gmail.com>

Fix flop logging in ILU SeqAIJ to count multiplier computation

Hg-commit: c9575be6cbf3e252f9efb1979a29c1469ef43205


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# e0527adc 06-May-2012 Jed Brown <jed@59A2.org>

Must use block size 1 for SeqSBAIJ factorization with AIJ since the SBAIJ block size affects indexing in the original matrix

Hg-commit: a42cefaf9f496f3c58e1b407631e3ed837e5479c


# a2f3521d 01-May-2012 Mark F. Adams <mark.adams@columbia.edu>

Added block size inheritence in Mat methods.

Dissable a block IS optimization in VecScatterCreate that was wrong with blocks from Mat mult methods.

Added some debug code for a user.

Refactored GAM

Added block size inheritence in Mat methods.

Dissable a block IS optimization in VecScatterCreate that was wrong with blocks from Mat mult methods.

Added some debug code for a user.

Refactored GAMG for KKT solves.

N.B., there are a lot of changes here, sorry to dump this just before a release ...

Hg-commit: a85625d104df12863d7d1735f9fdbe9b281ef7d2

show more ...


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# 7248c6d3 06-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 072d3613caf2b1953e19eb41aaee719c87da3dc8


# 1a26ff17 03-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

forgot comment out unused olddatastruct in previous change

Hg-commit: b8d5a3c7b1c3e53c78e351e1bff488447af2c9a5


# a4be958c 03-Nov-2011 Hong Zhang <hzhang@mcs.anl.gov>

comment out the option '-lu_old' - a leftover of previous development.

Hg-commit: c7263d2a02a4089084707613a9bdb7bf3414a9d5


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

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# d0660788 31-May-2011 Barry Smith <bsmith@mcs.anl.gov>

added matrix object to MatCheckPivot routines to allow displaying more information on failure
PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect

added matrix object to MatCheckPivot routines to allow displaying more information on failure
PCEXOTIC turns off DM object in PCMG so that PCSetUp_MG() doesn't use the DM object to generate incorrect work vectors
SNESSetDM,KSPSetDM and PCSetDM allow using 0 dm to clear current DM.

Hg-commit: d3ce2e5ec6f3ec4502b397e3155085dddbdcd62e

show more ...


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


1...<<11121314151617181920>>...42