History log of /petsc/src/ts/interface/tscreate.c (Results 176 – 200 of 312)
Revision Date Author Comments
# 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


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

commit after merge

Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d


# 49354f04 08-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Changed ts_exact_final_time from boolean to enum.
TSAdapt can now modify the final time step to stop exactly at
the given final time.

Hg-commit: 2bbe8e4fc9d649fbb4ec4bc19259912d0788d4c2


# 6b8290a7 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: e9b1d5a15a0939c40ff81c36b9bebc5118d94ce3


# 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


# 31748224 09-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

added very simple logic for TS theta method to increase time-step when nonlinear convergence is good after timestep forced down due to lack of convergence of nonlinear system for LuLu. This is tempor

added very simple logic for TS theta method to increase time-step when nonlinear convergence is good after timestep forced down due to lack of convergence of nonlinear system for LuLu. This is temporary code until TSadapt is done for Theta

Hg-commit: a402eff3a6a90261e34fe9653f60ff1d7f83657b

show more ...


# f3bf607b 10-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 5d40997985620b0ab10e66197464bd8588e8f80b


# 24989b8c 09-Aug-2012 Peter Brune <brune@mcs.anl.gov>

TSDM: DM hooks for TS that look like SNESDM

Hg-commit: 9044db07be14c14c5b3cf55e6b55587892080a4d


# 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


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 5ef26d82 04-Jun-2012 Jed Brown <jed@59A2.org>

Rename TSGetNonlinearSolveIterations and TSGetLinearSolveIterations to TSGetSNESIterations and TSGetKSPIterations

Hg-commit: cf7a145cacfd3985d7708cda775242b06f4fa36e


# 158b5388 04-Jun-2012 Jed Brown <jed@59A2.org>

merge release-3.3

Hg-commit: 5fedf93c78c2bdcaabc4b8ee7380a68199d19b3c


# 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


# 8d59e960 02-Oct-2011 Jed Brown <jed@59A2.org>

Add very preliminary implementation of CFL-based adaptive controller

Hg-commit: f52bccda5a20d5d7102ebeba01c8d80b001a9ed7


# 1996d6cf 02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: e8b7dd1aa8e3cc4c5c8c0c0901a58568ca5faaab


# 1c3436cf 01-Oct-2011 Jed Brown <jed@59A2.org>

More work on adaptivity, adaptive controller is basically working, but still need hooks for stability

Hg-commit: f48fa83e97661b95405cb52b6c25ca4a7e867ce8


# d8cd7023 27-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after mqking some mess merge, I don't know what is going on.

Hg-commit: 5d7e957038c4e9a48faa303ae5f441ccb8978e49


# cdbf8f93 27-Aug-2011 Lisandro Dalcin <dalcinl@gmail.com>

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit

TS: Many changes listed below

* Remove ts->initial_time_step
* Remove ts->next_time_step, add ts->time_step_prev
* Implement interpolation for TSALPHA
* Prepare for time step adaptativity

Hg-commit: a1e380cf44925342fc0696a9599f8993e2c20644

show more ...


# 3194b578 26-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in the class.

Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c

show more ...


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

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


12345678910>>...13