History log of /petsc/src/mat/impls/sbaij/seq/sbaijfact2.c (Results 201 – 225 of 425)
Revision Date Author Comments
# 8076ac6a 28-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3c41e2b13e8ba1d36bf1c8a081154d64e53d549d


# 859c7187 28-Aug-2010 Jed Brown <jed@59A2.org>

Avoid uninitialized code path.

* ai[am] is used for info, even when the (!levels) path is taken.

* remove perm_identity conditional, it fails early anyway because
!perm_identity is not implemente

Avoid uninitialized code path.

* ai[am] is used for info, even when the (!levels) path is taken.

* remove perm_identity conditional, it fails early anyway because
!perm_identity is not implemented.

Hg-commit: c148c53b4bd49de8e18c01990117f0d86e2b4302

show more ...


# e81e1a36 26-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bdde5a892f45b1a663aceabfaca9b55eaa594f68


# cdb44a51 26-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f073afb985c264bd0c7e18eaa3075d3a35476b5d


# 95b5ac22 26-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for '-info' on symbolic cholesky factors of seqaij, seqbaij and seqsbaij

Hg-commit: fdecf3b58d6f6c3bc14c8c6333880d68dcc1a536


# 5148efb2 16-Jun-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8f08ad9f64d125fb53316ec5474fbfc0e8ec6eb9


# fa1c05ea 16-Jun-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 41c58157a6a224c1869477ba893b728b564d6719


# a8b09249 16-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

three variables with bad const issues

Hg-commit: 167b35b9f2cf6d95f1d3c227aeaa3ca038b67448


# 3649974f 16-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many VecGetArray() to VecGetArrayRead()

Hg-commit: d7f64a5632750c1ca905eea86db48747b7367a8a


# 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


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# 0e3fc125 05-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 85eaa54cd28339f2bf1ae40ba7b65cca266f7ee9


# 168f0d66 05-Mar-2010 Jed Brown <jed@59A2.org>

Replace missing call to MatICCFactorSymbolic_SeqSBAIJ_inplace

I think this is the right thing (modeled after 83deed684e0e), and it
seems to work on my model problem.

Hg-commit: 18bb09a0e01882ff708b

Replace missing call to MatICCFactorSymbolic_SeqSBAIJ_inplace

I think this is the right thing (modeled after 83deed684e0e), and it
seems to work on my model problem.

Hg-commit: 18bb09a0e01882ff708b8e81d73071e02dc85376

show more ...


# 2169352e 01-Mar-2010 Hong Zhang <hzhang@mcs.anl.gov>

rm experimental opitons -ilu_old, -lu_old, -icc_old and -cholesky_old

Hg-commit: e25276c2118f44eb65dcf1bd810ce885fdad676e


# 545dd064 26-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

add shift schemes to MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering()

Hg-commit: f8dc7e0757b448f39722155387e0ee144e691682


# 5d091e5d 23-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 72b1915f556f401a69dbda5d93da4ac43a687b68


# a9fe49d1 23-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

clean up nightly tests of new datastructure

Hg-commit: 6b790a84779b4b5e4d21a1a5f5f41a7974e11866


# 41b877b7 19-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1316ff1d495a390125af2f17d66dbed799c119dc


# a733c482 19-Feb-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: b38741fe51b3d2eaeea2e0e9e2356ff39601d0c6


# 80d3d5a7 19-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

add Forward and Backward matsolve_seqsbaij_1 under new data structure

Hg-commit: 69dbe487d58920c1288e5c586535819443cbf928


# 9dcdb97a 19-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

add MatSolves_SeqSBAIJ_1 for new datastructure
update nightly test for cholesky factorization

Hg-commit: f46c26d4cbd5e5448418284c3d9416aec468a695


# bf46c4dd 18-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

fix build error for Cxx
rm unused variables

Hg-commit: 7111882db5489789626cf55971d5d7cf4505a7a0


# c6d0d4f0 18-Feb-2010 Hong Zhang <hzhang@mcs.anl.gov>

add ICC(p) factorization and MatSolve for sbaij matrix under new datastructure

Hg-commit: f816c76f6d4a97f2622c1ce7b37238568d87376c


# b50b0c90 17-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3d5a26c29e28849fd544bc09439fd07f559c8673


12345678910>>...17