History log of /petsc/src/mat/interface/matrix.c (Results 1801 – 1825 of 3231)
Revision Date Author Comments
# 0230748f 05-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

added -vec_view_info

Hg-commit: 374aff94c8c189edae42759446538d3b1eb8e792


# 7dcbb7ed 04-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 35a088934f98f0424c5aea7ed3981730d5289b00


# c2ae8dfb 04-Apr-2012 Hong Zhang <hzhang@mcs.anl.gov>

help menu for Mat-Mat operations

Hg-commit: b76800020dccedc4257f1374e207b6eb3ffe15de


# 8aa97da3 03-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Commit after merge

Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8


# f6f15a3c 03-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 11e6f4cbc3a2c355cf31e83fedaffd7ba4c09a58


# 009ec7a5 02-Apr-2012 Jed Brown <jed@59A2.org>

Add near null space operations

Hg-commit: d571e74a2045f867c385653e6c9505b53dfd847e


# ba132963 02-Apr-2012 Jed Brown <jed@59A2.org>

MatView() prints the block size if it is different from 1

Hg-commit: 43296097787c9d2a1ae33da82f7338a6d6a8d667


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 65fa7515 18-Mar-2012 Jed Brown <jed@59A2.org>

Move printing of nthreads to MatView_SeqAIJPThread()

Hg-commit: e81245fedddbc65416af67d8073d3e16e055344f


# 5e1f6667 18-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

Undid this change since it breaks stuff. Note that the entire MatAssembly Infrastructure depends on these flags being set correctly. I just wasted hours tracking down a bug due to this change. Also n

Undid this change since it breaks stuff. Note that the entire MatAssembly Infrastructure depends on these flags being set correctly. I just wasted hours tracking down a bug due to this change. Also note that our test system sucks since the bug was introduced a month ago.

Note also that assembled flag is MUCH more than just "values need to be communicated". The business of garray and colmap depend on this flag being set correctly.

Note also that all the other MatSetXXX still changed the flags correctly.

If you want some functionality like below that allows changing numerical values (but not nonzero locations) then introduce MatGetRowWrite() and MatRestoreRowWrite() and change MatGetRow() to MatGetRowRead(). But please don't don't underestimate side affects when you make such dramatic changes.

author Matthew G Knepley <knepley@gmail.com>
Tue, 14 Feb 2012 00:45:05 -0600 (4 weeks ago)
changeset 22179 1fc53ac2b8ab
parent 22178 c1d3e1b5603f
child 22180 708aa4809612
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: 7ae47bfbd6e9aa96e390d0fe01d428bae6c9eac4

show more ...


# 0450dcdb 17-Mar-2012 Jed Brown <jed@59A2.org>

Print number of threads in MatView() when using pthreadsclasses

Hg-commit: f10b5a825d7b8643fd2e00ed7d93a735cf21a468


# 0ebbf5cd 11-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd


# 1b152983 11-Mar-2012 Jed Brown <jed@59A2.org>

MatSetLocalToGlobalMapping() can be called before MatSetUp()

Hg-commit: 0629f45d473c26573094c1edb06fecf685fd937f


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

merge SNES/DM refactor

Hg-commit: 31d66a4917111e3b9e87bf19170c2c9421b4e8be


# 6387841e 02-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed snes ex22.c to create proper size matrix for matrix-free provided by user
Note example still crashes for DMComposite reasons

Hg-commit: cd6f65d2983cf7013ea406c29eddca472523aead


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

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

Hg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3


# 0534fa05 02-Mar-2012 Hong Zhang <hzhang@mcs.anl.gov>

fix warnings about uninitialized variable.

Hg-commit: 4c9f9e980e372d51031443c11d99b7c0890a4feb


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

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 24d3f80f 28-Feb-2012 Mark F. Adams <mark.adams@columbia.edu>

format fix, new error check.

Hg-commit: 082d08d5a86697516c6efd93d3ec1a9bda59bc01


# a684401b 27-Feb-2012 Mark F. Adams <mark.adams@columbia.edu>

small fixes in matrix.c and formating in gamg.c.

Hg-commit: 0fe827189224d0ff0be354d217170aa530955643


# e39bb055 24-Feb-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: 83c4fea74b43533d296ffb75a5ce75a413d18328


# e73d51b8 24-Feb-2012 Jose Roman <jroman@dsic.upv.es>

Fix option -mat_is_symmetric so that it does not fail when the tolerance is provided

Hg-commit: 164e01bafcbb3a9ba18d6592ba13415b69ddaac8


# 216f1ae6 23-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

only define FEATURE TEST MACROS if not already defined

Hg-commit: c9040b56153fa4e98b8b9b2d807343d15698047a


# 1f9dcb65 18-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ad9064ecab6663bf6a24da505dd949d26e524f4c


1...<<71727374757677787980>>...130