History log of /petsc/src/mat/impls/dense/mpi/mpidense.c (Results 626 – 650 of 1213)
Revision Date Author Comments
# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# 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


# 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


# 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


# 1bbcc794 30-May-2012 Satish Balay <balay@mcs.anl.gov>

more testexample [plapack] fixes

Hg-commit: cef62265ffd974ef56fcf0f67b6833699b1504a2


# 15169dcd 29-May-2012 Satish Balay <balay@mcs.anl.gov>

more nightlybuild fixes

Hg-commit: 5da90ed425354f15d711e4b96814cf3f00058461


# 7898cc68 01-Jun-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: 10823c0d180e66f83993b9212110a78526e9f782


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

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# f27dfc53 11-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Commit after merge

Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1


# e02043d6 10-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().

Hg-commit: 2d1c2b03ef3a0925025555

Removed unneeded setting of Mat Block size, should respect already set value, removed unneeded checking of negative blocksize this is handled in PetscLayoutSetUp().

Hg-commit: 2d1c2b03ef3a0925025555e660e6834a4bd0a50c

show more ...


# 778a2246 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process

Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40


# f73d5cc4 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices
MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices
Fixed vec nest example that

MatSetSize() called after MatSetUp() is now forbidden even for Dense matrices
MatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matrices
Fixed vec nest example that pushed format that prevented values from being printed

Hg-commit: 80ec81eb9db92735994e950eda2d2db6657bb6cb

show more ...


# a25532f0 02-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

properly namespaced a couple more things

Hg-commit: 71672d5f24e597f91ca620cb4b297ebd71880c5a


# e4bbc6d0 27-Mar-2012 Lisandro Dalcin <dalcinl@gmail.com>

Support MatSetBlockSize() with SeqDense and MPIDense

Hg-commit: 9b9e06dcc76d48ea3a0736bdc478eaba29afbb99


# 2632470a 05-Mar-2012 Jed Brown <jed@59A2.org>

merge SNES/DM refactor

Hg-commit: 31d66a4917111e3b9e87bf19170c2c9421b4e8be


# 69b1f4b7 02-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

changed MatCreateMPIXXX() to MatCreateXXX() since that is what they are

Hg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 1037da18 14-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0db928480d979c13a2377936075c7720438182bd


# 9bd675ac 14-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: bb673c54e3f3e845b1858ead227a392b9e430da8


# 5080c13b 14-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Now MatSetValues() does not automatically mark the matrix as unassembled
- Individual types set the assembly flag if values need to be communicated
- This is done to allow programming in the followin

Now MatSetValues() does not automatically mark the matrix as unassembled
- Individual types set the assembly flag if values need to be communicated
- This is done to allow programming in the following way:
for(r = rStart; r < rEnd; ++r) {
MatGetRow()
<transform values>
MatRestoreRow()
MatSetValues()
}

Hg-commit: 1fc53ac2b8ab5649a32e5123d93f6c2f69dbdd4d

show more ...


# 3530b52d 13-Feb-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix: cast (PetscBool)

Hg-commit: aa4d7f4127b60569015321c4f8d7938db08dfe10


1...<<21222324252627282930>>...49