History log of /petsc/src/mat/interface/matrix.c (Results 1976 – 2000 of 3231)
Revision Date Author Comments
# 03c90c5c 14-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7dfd49b521cdd96eaf8b7cd37fbe9bcd6cabdcd9


# 6d4c513b 11-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

Consistency fixes in various XXXDestroy() routines

Hg-commit: 57fda8d6ead113d90964fbbae090f42e42f2d681


# d34fcf5f 20-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed some PCReset

Hg-commit: 1a6f5fc1c27b74d8f5d610cf83563c4ec287b72b


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 84f63435 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1f59c3e5424b120346b764d7a4cc5fef5fc0813a


# 5ae82e52 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 67e3394514cad6a7892d02e31d0abe1b34f5451f


# 1321219c 11-Mar-2011 Ethan Coon <ecoon@lanl.gov>

changed DMDA API to take multiple DMDABoundaryType (one per dimension) in the creation/setup of a DMDA

Hg-commit: f3a3f48d5d7ad4f784555e3be423f56150a7d810


# 574deade 09-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

more PCReset_XXX() done
KSPDestroy() now zeros the pointer

Hg-commit: 734a7781b5d7d5bb9df4814d2e579008497bc8d8


# 141f4205 25-Feb-2011 Hong Zhang <hzhang@mcs.anl.gov>

add MatMatSolve() to src/mat/examples/tests/ex1.c for [petsc-users] About MatLUFactor()
enable passing '0' for arguments of MatXXFactor()

Hg-commit: 82fedaadcbaaf2404c0f041b84d0c5c154ca941f


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

show more ...


# dce485f0 21-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

added KSPReset()
changed PCDestroy() to use PCReset()
changed VecDestroy() and MatDestroy() to zero pointer

Hg-commit: e3a0adf50e88a7c67465681b9f8393abb75b1cda


# 20803bd0 09-Feb-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 674bc8187eb8d0423d5e5713bd4ba8a46a2b8020


# 292fb18e 07-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

updated Scotch.py to use latest Scotch and build parallel Scotch as well
updated Mumps.py to allow using parmetis and scotch together and to use parallel orderings from both of those packages.

Hg-co

updated Scotch.py to use latest Scotch and build parallel Scotch as well
updated Mumps.py to allow using parmetis and scotch together and to use parallel orderings from both of those packages.

Hg-commit: bcca2353f2b44910dc25f1a27c951e23830b9563

show more ...


# 8154be41 21-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

changed names of all GPU related functions, macros and variables that involve CUSP to use the string CUSP instead of the misleading CUDA

Hg-commit: 3264fa4049fd83eceb12c85feb980ef207360220


# b3a44c85 15-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

update MatSeqAIJFindZeroRows() to MatFindNonzeroRows()

Hg-commit: fbda5d24d43b60060a19e9257c1b0ad376959dc0


# 24e7ded0 09-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

added MatFindZeroDiagonals()
added docs about weakness of DMView(), DMDALoad() for DMDA and binary viewer

Hg-commit: 2c69111a371375ded3a523f97ab010afdba2995d


# 287e6e24 29-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

added a couple more methods to the Petsc MATLAB interface
added more options to building shared libraries on Apple, remove if they cause problems

Hg-commit: cada92687ff473c70b7f474640dd8253fc11c5da


# 94558ab6 20-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ae43d2a5c98fd06b6f0bbd57aaa4eb598b0a24b7


# 77919271 19-Dec-2010 Victor Minden <victorminden@gmail.com>

added logging for MatCUDACopyToGPU

Hg-commit: f827c00680d866871553bcb5d07af091b51da3bb


# b399b72a 16-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

MatRestrict() and MatInterpolate() and MatInterpolateAdd() now use relative lengths of vectors and matrices to determine if transposes are needed

Hg-commit: 92347005f4bbd913c603d57e536d17f33c2757d9


# f38cfdcd 14-Dec-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587


# bf5f66d4 14-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed manual page for DACreate1d() meaning of m
removed use of -vec_type and -mat_type from VecLoad() and MatLoad() you should call VecSetFromOptions() or MatSetFromOptions() first if you want to se

fixed manual page for DACreate1d() meaning of m
removed use of -vec_type and -mat_type from VecLoad() and MatLoad() you should call VecSetFromOptions() or MatSetFromOptions() first if you want to se the type.

Hg-commit: e916203a096c6dfb9d56dbf6e77b05d227bee0f4

show more ...


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


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