History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 676 – 700 of 1341)
Revision Date Author Comments
# a83cb05c 07-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added back in /*I "petscvec.h" I*/ in several files I mistakenly removed it from
wrapped all the BLAS calls in PetscStackCall()

Hg-commit: 18be25a7ff539aa5230355449bf40d90e959b06a


# e79ce49d 02-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f37b1e00e84f4f2c19b94a78ed2de72bd29e5778


# 2205254e 02-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Partially uncrustified /src/mat/*

Hg-commit: f66b7241e67ccd55e47747ce1f2433e82e4f86b9


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

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

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# c5df96a5 26-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

updated PetscBLASIntCast() to return an error code

Hg-commit: 57d88da2280bc54336c931f5cac9a473f8f9a031


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

commit after merge

Hg-commit: 0abf89d5ee6edf91e6393c34ebd34611a44a1ae3


# 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


# be332245 25-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Partially unified indentation to two spaces rather than 3, 5, etc.

Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

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

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# db4deed7 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Style improvements: braces around 'else', partial '){' -> ') {'

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# 307fe9f8 18-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/mat/. All sources are now free from tabs (exceptions: LaTeX docs, ftn-auto/ folders)

Hg-commit: 41ce18e98b1c9ae2af455e6fa76b9abd371521ee


# e597bc1d 14-Jan-2013 Jed Brown <jed@59A2.org>

merge c89 fixes from release 3.3

Hg-commit: 2d5593aa1623d18e813e8b6a59a156efae5212d9


# 783b601e 14-Jan-2013 Jed Brown <jed@59A2.org>

Fix non-compliant C89

Test --with-64-bit-indices 'CFLAGS=-std=c89 -pedantic -Wno-long-long'

Hg-commit: 59c614dd5ce57f9497e794f6495fc91990a89274


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

removed a few more unneeded ifdef complex special cases where the complex version works for both real and complex

Hg-commit: 3fccdbc02d559ab8178d544bf536b2674db1cbdf


# 9669e4d8 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real case
the less #if def code duplication we have the better

Hg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef

show more ...


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

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


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

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up with that; gets in the way of real useful messages.

Hg-commit: c183c49f249a22d7ef32be2c51749bad41445e53

show more ...


# 6f0d185e 19-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bbd38bf296851975f262b25ab704d80bb1e75bf6


# d73949e8 19-Dec-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for reuse matrix product C=A*B, in which A and B are not same type.

Hg-commit: c22f179a03e8c061ef7ca6a99cc94af3e4efb1d2


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# 5021d80f 14-Oct-2012 Jed Brown <jed@59A2.org>

Symmetry options are handled by MatSetValues(), remove 'unused' warnings in implementations

Hg-commit: fb44390d0731356a11547b41b85e16c498ba91ed


# 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


1...<<21222324252627282930>>...54