History log of /petsc/src/ts/interface/ftn-custom/ztsf.c (Results 176 – 200 of 235)
Revision Date Author Comments
# 7dd0b29c 27-Aug-2012 Jed Brown <jed@59A2.org>

Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactored

Hg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7


# 37698f3a 17-Aug-2012 Jed Brown <jed@59A2.org>

Fortran bindings for some TS routines

Modified from patch sent by Blaise Bourdin.

Hg-commit: 22c370214d740376aab7ab55a4671817174645ea


# 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


# 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


# 1db2f0e5 13-Mar-2012 Jed Brown <jed@59A2.org>

Goofy casts because PGI doesn't know that 0 is a pointer value

Hg-commit: eca53c61d6fc97873434d35fbee0c05e4b02579d


# 7248c6d3 06-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 072d3613caf2b1953e19eb41aaee719c87da3dc8


# ab637aea 06-Nov-2011 Jed Brown <jed@59A2.org>

Remove TSDefaultComputeJacobian{,Color}() and MatFDColoringApplyTS(); update all the examples that were still using the old style

Hg-commit: 6677905c965471eda292ff1997e1a953222a27c5


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

merge from 3.2

Hg-commit: b4291ed27b3a97bdeb882646132ab35b91c7e6e9


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

Fix Fortran stubs for TSCompute{I,RHS}{FunctionLinear,JacobianConstant}

Hg-commit: c34d713c41f32c9403524df85a197efe19312c6a


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 1b717b39 11-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


# 0e4ef248 04-Jul-2011 Jed Brown <jed@59A2.org>

Add TSComputeRHSFunctionLinear() and TSComputeRHSJacobianConstant() for solving linear/time-independent problems

Hg-commit: 44b30e31e5404eb02e93ea7a1fd331c9344d73fe


# c99c2784 03-Jul-2011 Jed Brown <jed@59A2.org>

remove unused variables/code

Hg-commit: e1c93579483b50e61b5a5fc34df9ed52ac21b5e7


# 9d05c179 30-Jun-2011 Jed Brown <jed@59A2.org>

merge petsc-dev into petsc-ts

Hg-commit: 25f89baccf4ac81d2aa6b3ed1921e7800d9d9895


# 214bc6a2 29-Jun-2011 Jed Brown <jed@59A2.org>

Remove TSSetMatrices() and related cruft, linear examples currently broken

Hg-commit: 1a6eda31ac27bb83b5849ce8874bb01b1f91b82c


# 089b2837 29-Jun-2011 Jed Brown <jed@59A2.org>

Start fairly major restructuring of TS

* Two Mat arguments to TSSetMatrices()
* Add Vec argument to TSSetIFunction() and TSSetRHSFunction()
* The TS always has a SNES, it should never be accessed di

Start fairly major restructuring of TS

* Two Mat arguments to TSSetMatrices()
* Add Vec argument to TSSetIFunction() and TSSetRHSFunction()
* The TS always has a SNES, it should never be accessed directly, use TSGetSNES() instead.
* Matrix ownership is passed down through the SNES
* TSBEULER and TSCN are deactivated for now, TSTHETA provides the same functionality
* The dirty hacks with the TS implementation calling SNESSetJacobian() carefully so as not to disturb -snes_mf is gone
* Accessors added for TSGetIFunction(), TSGetRHSFunction()
* TS_NONLINEAR is now default
* TSGetRHSJacobian() is now symmetric: also returns the function

Hg-commit: f51db958a373d56cec7e65b059004b60f06d8ff4

show more ...


# dd7ecb2f 15-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

added Fortran interface for TSSetPreStep() and TSSetPostStep()

Hg-commit: 74998765b2cf6e93fe4dbb2e944d5fd648bf4b60


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# 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


# ea3926da 07-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 7e01025b11c859ecad5b4d890251c24e935a27b5


12345678910