History log of /petsc/src/mat/impls/elemental/matelem.cxx (Results 376 – 400 of 458)
Revision Date Author Comments
# e9fbd226 05-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f


# 00de8ff0 04-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc
PetscObjectComposeFunctionDynamic() is still availabl

changed use of PetscObjectComposeFunctionDynamic() to PetscObjectComposeFunction() to allow use of static for functions for standard use in PETSc
PetscObjectComposeFunctionDynamic() is still available for use if needed
also fixed calls to PetscObjectComposeFunction() to not wrap lines (per PETSc coding style)

Hg-commit: 822f9ddaac95a8ff6c2a9ad77fbf07d02d2c20d9

show more ...


# 573b0fb4 14-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

eliminated includes of system string files from petscsys.h
slightly painful because of Jed's ugly PetscCheck__FUNCT__()

Hg-commit: c40acb6935dfc9df65da08a52a5f0cb47823cf1b


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 5c913ed7 09-Jan-2013 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatMatMultNumeric; mv event loging of MatMatMultxxx from impl to interface function MatMatMult();
update src/mat/examples/tests/ex93.c from sequential test to np>1

Hg-commit: 37e8170f9464171

cleanup MatMatMultNumeric; mv event loging of MatMatMultxxx from impl to interface function MatMatMult();
update src/mat/examples/tests/ex93.c from sequential test to np>1

Hg-commit: 37e8170f9464171541ac1e801921bf58130b8149

show more ...


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

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 0e1df9f2 17-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 189315da2c23fe183e21a8c51626719eaf0fc93c


# 7c8b904f 17-Dec-2012 Satish Balay <balay@mcs.anl.gov>

buildfix: elemental/complex

Hg-commit: 8f738c129cad079f8060f376f154a48f95729deb


# 4f86ce57 01-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a16c715811e9b509316b5c35dda89dd188df4956


# 65fbc16c 31-Oct-2012 Jed Brown <jed@59A2.org>

Drop unused variable

Hg-commit: b3c7e4a457334e2aed3dac98c080b8e228030e94


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

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

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 8cf3ef60 12-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bd03fdcd3cf87c5b29ea28a5f4737ae936d9df04


# a9d89745 10-Aug-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

fixes #4

Hg-commit: 23fefa96502247b8211d1c7e77220f41cce42121


# 5cb544a0 25-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

trivial cleanup

Hg-commit: 8eb25fccee98ad514b43092b56e8ef1ddcc0aad8


# ade3cc5e 24-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

add MatDiagonalScale_Elemental and test in ex39

Hg-commit: 24e90d9b6c1dce7bd96c787eca849c016ae2bf14


# 61119200 23-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

add MatGetDiagonal_Elemental and test in ex39. also modify ex39 to check accuracy.

Hg-commit: c1e1707f976aa4bde23fe01d6eecc8c438dced7b


# 2adf0be3 23-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

cleanup

Hg-commit: 8dd2c09554977c5b6e3af14e16bb0f003adab558


# 4a29722d 23-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

add MatHermitianTranspose_Elemental and modify examples ex38, ex39 and ex145

Hg-commit: a32c1b30451c19c4a38da36afee2e21800727f1e


# dfcb0403 20-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

add MatConjugate_Elemental() and test LU and Cholesky solver w/ complex

Hg-commit: 98fc93675f2ccb221f486adde88d5e633e369ae2


# e6dea9db 20-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

add complex support to elemental interface

Hg-commit: 20ad4083a442d5da35f79256f67933d2fb7345fc


# 15767789 20-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

implement MatFactorGetSolverPackage_elemental_elemental(), MatGetInfo_Elemental()

Hg-commit: e6f95dec01d36b084b1ecb1e74b9b75e11dcf773


# 3d7f40db 20-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

define PetscElemScalar

Hg-commit: 050af006ba88a88049fca9456bbdc7fd0e590a3f


# df311e6c 20-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

add the following to Elemental interface: MatDuplicate(), MatMatTransposeMult(), MatMatTransposeAdd() and MatSolveAdd(). test in ex39 and ex145.

Hg-commit: 9dfc386285776417252ef7f8664ecce3a3dfc55f


1...<<111213141516171819