History log of /petsc/src/ts/interface/ts.c (Results 376 – 400 of 1763)
Revision Date Author Comments
# 900f6b5b 19-Oct-2019 Matthew G. Knepley <knepley@gmail.com>

ConvEst: Generalize to use TS as well
- Now the solver is a PetscObject
- ts_convergence_estimate calculates the order for a TS method
- Added tsconvest.c
- Added initial guess and error methods that

ConvEst: Generalize to use TS as well
- Now the solver is a PetscObject
- ts_convergence_estimate calculates the order for a TS method
- Added tsconvest.c
- Added initial guess and error methods that can be overridden

show more ...


# aad739ac 19-Oct-2019 Matthew G. Knepley <knepley@gmail.com>

TS: Added functions to enable automatic order determination
- Added TSGet/SetComputeInitialGuess(), TSGetSetComputeExactError()


# a2ce5c33 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-remap-geometry' into 'master'

Knepley/feature plex remap geometry

See merge request petsc/petsc!2131


# c2046560 18-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# b30cf649 18-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'dalcinl/fix-ts-dt-matchstep' into 'maint'

TS: If using MATCHSTEP, do not change time_step if ptime >= max_time

See merge request petsc/petsc!2156


# 1a3b9e0c 08-Oct-2019 Lisandro Dalcin <dalcinl@gmail.com>

TS: If using MATCHSTEP, do not change time_step if ptime >= max_time

Otherwise, we end up setting a non positive time step size


# 3ee9839e 06-Oct-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Promoted DMDADirection to DMDirection


# 58a6a8f1 26-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-int-occurencies' into 'master'

Remove wrong usage of int datatype from PETSc code

See merge request petsc/petsc!2101


# 5bd1e576 25-Sep-2019 Stefano Zampini <stefano.zampini@gmail.com>

Remove wrong usage of int datatype from PETSc code


# ed0ed7c6 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'

# Conflicts:
# lib/petsc/conf/test


# 34ce612b 06-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-09-02/add-to-tsfunctiondomainerror-docs' into 'master'

Improve manual page for TSSetFunctionDomainError(), include references for...

See merge request petsc/petsc!2001


# 6bc98fa9 02-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Improve manual page for TSSetFunctionDomainError(), include references for handling related domain errors in underlying SNESSolve()

TSAdapte monitor and -info now report rejection of timesteps due t

Improve manual page for TSSetFunctionDomainError(), include references for handling related domain errors in underlying SNESSolve()

TSAdapte monitor and -info now report rejection of timesteps due to user provided TSSetFunctionDomainError()s

Add new question to FAQ on handling infeasible (out of domain) states in TS and SNES

Commit-type: style-fix, feature, documentation
Reported-by: Steve <stevenbenbow@quintessa.org>

show more ...


# a8158fb5 14-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'gropp/doc-fixes-1' [PR #1838]


# 57a5760d 02-Jul-2019 William Gropp <wgropp@illinois.edu>

Merge from doc-fixes branch


# a2b725a8 27-Jun-2019 William Gropp <wgropp@illinois.edu>

Fixes for doctext update


# 89583661 21-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]


# f22e0265 19-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Remove dead Matlab code, fix typo, fix caste needed for const free

Commit-type: portability-fix
Reported-by: Satish Balay <balay@mcs.anl.gov>


# 580bdb30 07-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*()

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*() with PetscArraymove()

Commit-type: style-fix, feature

show more ...


# 4636e7bd 07-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in Patrick-Sanan/tsc-edited-online-with-bitbucket-1559813392493 (pull request #1759)

TSSetFromOptions() man page: formatting fix

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 9e336e28 06-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

TSSetFromOptions() man page: formatting fix


# 27f01e9c 04-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in Patrick-Sanan/tsc-edited-online-with-bitbucket-1559631012613 (pull request #1753)

TSGetTime() man page: add .seealso for TSGetStepNumber()

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 8f199f4d 04-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

TSGetTime() man page: add .seealso for TSGetStepNumber()


# 604d26ec 04-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in Patrick-Sanan/tsc-edited-online-with-bitbucket-1559576109146 (pull request #1751)

TSSetConvergedReason() man page: typo/format fixes


# 6b221cbe 03-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

TSSetConvergedReason() man page: typo/format fixes


# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

Update the use of Collective on in the manual pages to reflect the new style


1...<<11121314151617181920>>...71