History log of /petsc/src/ksp/pc/impls/tfs/xxt.c (Results 76 – 100 of 149)
Revision Date Author Comments
# 8d1b9be0 02-Apr-2014 Jed Brown <jed@jedbrown.org>

Merge branch 'prbrune/removeunwrappedmathfunctions'

* prbrune/removeunwrappedmathfunctions:
Math: fix typo
Added src/sys/examples/tests/ex25.c for PetscScalar and PetscReal wrapping.
Wrapped t

Merge branch 'prbrune/removeunwrappedmathfunctions'

* prbrune/removeunwrappedmathfunctions:
Math: fix typo
Added src/sys/examples/tests/ex25.c for PetscScalar and PetscReal wrapping.
Wrapped tan(),[sin,cos,tan]h() for Real/Scalar, a[sin,cos,tan]() for Real.
Wrapped math.h and quadmath.h functions used in petsc source exempting examples

Conflicts:
include/petscmath.h
src/dm/dt/interface/dt.c
src/ksp/ksp/impls/cg/stcg/stcg.c
src/snes/linesearch/interface/linesearch.c
src/ts/impls/explicit/rk/rk.c

show more ...


# 77b4d14c 07-Oct-2013 Peter Brune <brune@mcs.anl.gov>

Wrapped math.h and quadmath.h functions used in petsc source exempting examples


# 256ff83f 11-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# 11513a83 07-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/stack-call-blas'

Fix performance bug that calling BLAS takes an amount of time dependent
on the number of memory allocations that the program has made.

* jed/stack-call-blas:
Pe

Merge branch 'jed/stack-call-blas'

Fix performance bug that calling BLAS takes an amount of time dependent
on the number of memory allocations that the program has made.

* jed/stack-call-blas:
PetscStackCallBLAS: new macro instead of PetscStackCall (skip CHKMEMQ)
Stack: consolidate handling of PetscStack

show more ...


# 8b83055f 05-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

PetscStackCallBLAS: new macro instead of PetscStackCall (skip CHKMEMQ)

When CHKMEMQ occurs on every call to BLAS or Lapack, we sometimes see
unacceptable performance degradation (orders of magnitude

PetscStackCallBLAS: new macro instead of PetscStackCall (skip CHKMEMQ)

When CHKMEMQ occurs on every call to BLAS or Lapack, we sometimes see
unacceptable performance degradation (orders of magnitude).
PetscStackCallBLAS is currently identical to PetscStackCall except for
skipping CHKMEMQ, but such checking could be made optional in the
future.

show more ...


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 85ec1a3c 28-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

do not use pow() etc directly in PETSc code

Hg-commit: 30010d59c4efe8e81910d916acb318c96a081c3a


# 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


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

Uncrustified src/ksp/pc/*

Hg-commit: b80b33e3b1d8943a898b18384bc7b2c1a3103a32


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

updated PetscBLASIntCast() to return an error code

Hg-commit: 57d88da2280bc54336c931f5cac9a473f8f9a031


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

Fixed warnings in ksp/pc/impls/tfs and vec/pf/impls/constant/const.c (ISO C forbids conversion of object pointer to function pointer type)

Hg-commit: 0b6935dd4751e4eb5aa9fde1a9d658824d21d78b


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 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


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

Carefully removed \t from src/ksp/*

Hg-commit: 90e1eedee93c5acfa4463138a0133791f0f264d1


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

fixed rest of mising CHKERRQ() fixed a few unused but set variables

Hg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f


# 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


# 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


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

More namespacing

Hg-commit: 5b738a157bbc89eaf76e9ff775920af53c727732


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

Namespace variables in PCTFS

Hg-commit: cdd134c332da927bdb22e7489c85af82c3d48371


# 8c9b41c2 23-Sep-2011 Jed Brown <jed@59A2.org>

merge Rosenbrock work

Hg-commit: c912d4ef2e7db4f1f10a2f0924022e28387de729


# ab824b78 20-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

removed definition of specific machine constants in tfs.h
put more "correct" machine constants into petscmath.h

Hg-commit: 5473102dc88e9b9b88dbc2eead8916daf2611023


123456