History log of /petsc/src/mat/interface/ftn-custom/zmatrixf.c (Results 226 – 250 of 312)
Revision Date Author Comments
# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# afcf5bb3 28-Nov-2012 Satish Balay <balay@mcs.anl.gov>

merge from 3.3

Hg-commit: afd9b78331ddc6b69915f2f76ae397688017a305


# d25a37e1 04-Nov-2012 Jed Brown <jed@59A2.org>

Add Fortran binding to MatZeroRowsColumnsStencil(), from Blaise Bourdin

Hg-commit: ca8b914ed0710d0b9159d4b1592de91d5d973e6f


# c3df09d6 21-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed


# 1a83f524 21-Oct-2012 Jed Brown <jed@59A2.org>

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness casca

Const-correctness for MatGetRowIJ()/MatGetColumnIJ()

The arrays have always been read-only according to the
documentation. This patch should cause no behavioral change.

This const-correctness cascaded into the private ordering and coloring
routines.

Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e

show more ...


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 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


# 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


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

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 0905d9aa 13-Jul-2012 Jed Brown <jed@59A2.org>

Enable Fortran bindings for MatFindNonzeroRows

Hg-commit: 40d166f2304ce983c502deabcaebad03b6bf7d4c


# 1686bf04 13-Jul-2012 Satish Balay <balay@mcs.anl.gov>

merge from 3.3

Hg-commit: 72999ae3f7e0a52ac7b15b4414333ef0ef2eda02


# 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


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# c9d5ca86 04-May-2012 Barry Smith <bsmith@mcs.anl.gov>

missing E at end of fortran name MATNULLSPACEREMOVE

Hg-commit: c73774eebb74e2ff26b0801f485e8ede1eb835d5


# 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


# fc10d188 10-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: b4291ed27b3a97bdeb882646132ab35b91c7e6e9


# 17ede90e 10-Sep-2011 Satish Balay <balay@mcs.anl.gov>

#86455 add missing fortran interface for MatZeroRowsColumns() and similar routines.

Hg-commit: fc6fcc48006674b97581a1864893afd71001089b


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# b8063d65 04-May-2011 Barry Smith <bsmith@mcs.anl.gov>

XXXDestroy() doesn't need custom Fortran interface so remove a bunch of them

Hg-commit: d47d53fcd75ee46a52fff678d2fde2e429a55e02


12345678910>>...13