History log of /petsc/include/petscmat.h (Results 1151 – 1175 of 2308)
Revision Date Author Comments
# 8c778c55 19-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

removed PLAPACK interface
Removed generic MatGetArray/MatRestoreArray()

Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c


# 73a71a0f 14-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

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

Hg-commit: d91242180205aedab6a564c6081a3c979cd67075


# 2d07f8ea 01-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6c9340ae8f518660dd575d818b3696567841c49f


# 2c8e378d 01-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd7969681

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd79696815b

show more ...


# 17f1a0ea 01-Aug-2012 Hong Zhang <hzhang@mcs.anl.gov>

prepare for implementation of clique interface

Hg-commit: 12e7c15365ecb1e0d1a4ec619af4a13f202a5512


# 0e8d04f7 25-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

fiex MATOP names of methods to match function names abreviated to 31 char

Hg-commit: d5eddc1207e9e00be3c08bce6864a64fd9b45671


# 3f9c0db1 23-Jul-2012 Paul Mullowney <paulm@txcorp.com>

Fix (1) 64-bit indices and txpetscgpu and (2) Fortran GPU interfaces

Hg-commit: 536240654e207580e21bde8411a5a50eadca67eb


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

implement MatFactorGetSolverPackage_elemental_elemental(), MatGetInfo_Elemental()

Hg-commit: e6f95dec01d36b084b1ecb1e74b9b75e11dcf773


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# bda6c4cb 16-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed a bunch of badly abbreviated MATOP_ names but then got bored, many more to do

Hg-commit: ccea17bcfe2aeaa0c37a912af8ec9e48afbf6d88


# 7365001e 10-Jul-2012 Xuan Zhou <xzhou23@hawk.iit.edu>

merge

Hg-commit: b77654ce6e927356f816923854787c16576e58d2


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

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# e057df02 08-Jul-2012 Paul Mullowney <paulm@txcorp.com>

Refactoring how the options are set for cusp/cusparse classes.

Hg-commit: 8930801acb6b12d18a9eca7a7e8a988ad381a43a


# 6a6fc655 04-Jul-2012 Jed Brown <jed@59A2.org>

Add const to many enum string lists

Hg-commit: c83e9a8fda58664955a3d65190eafbaf3a08ee6d


# 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


# d2d8368c 03-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2609dd8b34e40c46d7bcb6954db30e02d6712d4d


# e09a3074 02-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

add MatAYPX to MatOps

Hg-commit: b1a4a84143069caf95542bcfe9eb2eb24090f657


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# debe9ee2 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

Some local changes.

Hg-commit: 554d9907a87259cc15d90b3fa0540f3e10379a06


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

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# db31f6de 15-Jun-2012 Jed Brown <jed@59A2.org>

Add basic Elemental interface

## Implemented
* MatMult and MatMultAdd
* MatSetValues for locally owner parts (no stash at this point)
* Use MatGetOwnershipIS() to determine which entries a process s

Add basic Elemental interface

## Implemented
* MatMult and MatMultAdd
* MatSetValues for locally owner parts (no stash at this point)
* Use MatGetOwnershipIS() to determine which entries a process should be responsible for assembling
* Viewing is currently in Elemental ordering, can use MatComputeExplicitOperator() for debugging

## Short-term priorities
* Grid needs to be shared between multiple Mats on the same communicator, implement by attribute caching on the MPI_Comm
* Stash for assembly of unowned entries, can cache locally and use Elemental's (collective) "axpy" interface
* MatMat operations, factorization, etc

Hg-commit: 9d1af7db82c9477605dc39b514d53db5a9855fc7

show more ...


# 566876ea 15-Jun-2012 Jed Brown <jed@59A2.org>

Add MatGetOwnershipIS() in preparation for Elemental interface that assembles arbitrary blocks

Hg-commit: 6cd4929d272f8c56c38c3e0b3132f60cabd49474


# 052c54d2 12-Jun-2012 Jed Brown <jed@59A2.org>

Backed out changeset d56592b7196c, should not have committed any of this.

Hg-commit: 0e6634fceb245e4392829ccb84267ffd7442b966


# d95a91f4 12-Jun-2012 Jed Brown <jed@59A2.org>

VecLoad_Binary set block size before sizes so distribution can be compatible

Hg-commit: d56592b7196c6be2f9e1ea4e8934117d1fda9b67


1...<<41424344454647484950>>...93