History log of /petsc/src/ksp/pc/impls/asm/asm.c (Results 476 – 500 of 685)
Revision Date Author Comments
# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 2fa5cd67 31-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/ksp/pc/*

Hg-commit: b80b33e3b1d8943a898b18384bc7b2c1a3103a32


# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 5fd66863 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "There should be a blank line before PetscFunctionBegin;"

Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# c30958fd 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced remaining '){' with ') {'.

Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998


# 9afa1fc4 17-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/ksp/*

Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1


# 3bf036e2 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more missing CHKERRQ()

Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435


# 3739235a 01-Jan-2013 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 25276966fa7fa86f856c8864a438c770ca67ffa5


# 6ac3741e 01-Jan-2013 Jed Brown <jed@59A2.org>

Make type matching for MPIU_2INT explicit for Clang warnings

Hg-commit: b20bd2e0a49c459ad766276caf8e1f866aa46396


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 8cbdbec6 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed all incorrect spaces before CHKERR...

Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17


# 29aa02fc 11-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e


# d724dfff 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed memory leak in fieldsplit
fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings
added DMDetSubDM_DA()
asm should not error out if viewer not supported

Hg-co

fixed memory leak in fieldsplit
fixed -xxx_view_draw to initially clear window so that -draw_save works on these drawings
added DMDetSubDM_DA()
asm should not error out if viewer not supported

Hg-commit: 8095385733ef37462f66a2a8905da608a080c694

show more ...


# 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


# 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


# 8cf3ef60 12-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bd03fdcd3cf87c5b29ea28a5f4737ae936d9df04


# a8a8f366 11-Aug-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: fcf85c783eea43b41926a5894f4c39ade16496ad


# d29017dd 01-Aug-2012 Jed Brown <jed@59A2.org>

Fortran binding to PCASMGetSubKSP allows passing PETSC_NULL_OBJECT for KSP array

Hg-commit: ce527270c551e8538b15d4861f78268743b4f71e


# 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


1...<<11121314151617181920>>...28