History log of /petsc/src/ts/interface/ts.c (Results 1201 – 1225 of 1763)
Revision Date Author Comments
# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# 9b7cd975 05-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added TSSetForcingFunction()
updated installation instructions for package managers and mention pkgconfig and module files
when are we changing to git so I stop pushing two completely different chang

added TSSetForcingFunction()
updated installation instructions for package managers and mention pkgconfig and module files
when are we changing to git so I stop pushing two completely different changes together?

Hg-commit: f5ea943dcfc74cac400050ae47dbb87b4ca4c072

show more ...


# c2fbc07f 03-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added MATLAB script to help simplify plotting of ex7 solutions

Hg-commit: b6fe2da58ca4642f3f4104c62ab2748a9071a617


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

changed silly -ts_monitor_draw_solution_binary and -ts_monitor_draw_solution_vtk to slightly less silly -ts_monitor_solution_binary/vtk
someday we should unify and simplify the -xxx_monitor options

changed silly -ts_monitor_draw_solution_binary and -ts_monitor_draw_solution_vtk to slightly less silly -ts_monitor_solution_binary/vtk
someday we should unify and simplify the -xxx_monitor options

Hg-commit: ae6e44a59bd3435ca4fd2177e3025cd5da542519

show more ...


# 473a3ab2 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

changed generation of pkg-config to support --static --libs

Hg-commit: ccf8edcc8ba37fd6072bea78266e6dedff430e66


# e9457bf7 31-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

added -draw_bounds for setting bounds on plots

Hg-commit: 63b2c987c834d4cd7f25410cab05ba770cb18749


# c0ec8c6d 29-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge
x

Hg-commit: 5ca7425bdc061d16496b42615f4a99db34a78eec


# bbd56ea5 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/ts/*

Hg-commit: 688366eb7a8ecbc6948bb32d69e2de3093f22e25


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

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

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 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


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

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

Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998


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

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

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# 740132f1 17-Jan-2013 Emil Constantinescu <emconsta@mcs.anl.gov>

Finalizing DAE support for ARKIMEX

Hg-commit: 6e0adfdd7dd105bd4aaf7aa35a7de7d738334e5c


# a853e81e 13-Jan-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 7ae059cc471c053401c1d6a21c3e45b9d4418175


# ea78a68d 12-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7baf3179be96c9ff0e2de025cbd73dda29c91f6b


# e817cc15 12-Jan-2013 Emil Constantinescu <emconsta@mcs.anl.gov>

adding some DAE support for ARKIMEX

Hg-commit: 256198a468020c644cd320c50eb2917156a7fa3a


# cd5c4fb7 10-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b7109d043f0666f71b16ee92f36161e948d95513


# 9d265c6d 10-Jan-2013 Matthew G Knepley <knepley@gmail.com>

TS: Doc fix

Hg-commit: adce90ed8521d1b0bee030fb19a6095ce83d8b80


# deb2cd25 10-Jan-2013 Jed Brown <jed@59A2.org>

Add TSSetSNES()

Hg-commit: 6bd5c96de4875914d5d1fe84fe091d493627f3f4


# 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


# 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


# 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


# 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 ...


1...<<41424344454647484950>>...71