History log of /petsc/src/ts/interface/ts.c (Results 651 – 675 of 1763)
Revision Date Author Comments
# b2bf4f3a 24-Sep-2015 Debojyoti Ghosh <ghosh@mcs.anl.gov>

TSGLEE, TS: Renamed TSGetAuxSolution to TSGetSolutionComponents


# c0517034 25-Aug-2015 Debojyoti Ghosh <ghosh@mcs.anl.gov>

TS, TSGLEE: created an interface for a "starting method". Set it to a default starting method for TSGLEE.


# 03fe5f5e 22-Aug-2015 Debojyoti Ghosh <ghosh@mcs.anl.gov>

TS, TSGLEE: added interface for getting "auxiliary" solutions, which in the case of TSGLEE, is the y~ or the eps


# b6a60446 27-May-2015 Debojyoti Ghosh <ghosh@mcs.anl.gov>

TSGLEE: Implemented the General Linear methods with Error Estimation


# 7f7ab534 16-Sep-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'shri/ts-post-evaluate'


# e7e94ed4 06-Sep-2016 Shri Abhyankar <abhyshr@mcs.anl.gov>

TSPostEvaluate: Format doc line to conform display width.


# 1785ff2a 06-Sep-2016 Shri Abhyankar <abhyshr@mcs.anl.gov>

TSPostEvaluate: Updated docs for TSSetPostEvaluate() and TSSetPostStep() to explain the differences between the two.


# c688d042 31-Aug-2016 Shri Abhyankar <abhyshr@mcs.anl.gov>

TSPostEvaluate: Support for setting a custom post evaluate function (Only added to TSRK for now)

TSPostEvaluate can be used for modifying the solution after the step evaluation. Having TSPostEvaluat

TSPostEvaluate: Support for setting a custom post evaluate function (Only added to TSRK for now)

TSPostEvaluate can be used for modifying the solution after the step evaluation. Having TSPostEvaluate enables
the user to solve DAEs with PETSc's explicit methods using a partitioned approach in which the differential
variables are updated by the time-stepping solver while the algebraic variables are updated through user
callbacks in TSPostStage() and TSPostEvaluate(). Another use of TSPostEvaluate is to modify the solution such as
via some filtering. Typically such filtering operations (from Emil) are done in TSPostStep(). However, TSEvent can
modify the solution if it detects an event thus making the action taken in TSPostStep() invalid. So, instead of
doing the filtering in TSPostStep(), the users should rather do it in TSPostEvaluate().

show more ...


# 8d6709d6 22-Aug-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/sys-fix-realloc' into tisaac/petscfe-matching-quadrature-order

* tisaac/sys-fix-realloc: (71 commits)
Sys: fix PetscTrReallocDefault() and PetscReallocAlign()
clearify when

Merge branch 'tisaac/sys-fix-realloc' into tisaac/petscfe-matching-quadrature-order

* tisaac/sys-fix-realloc: (71 commits)
Sys: fix PetscTrReallocDefault() and PetscReallocAlign()
clearify when MatMkl_CPardisoSetCntl() can be used in the manual pages
Fixed manual page for -snes_anderson_beta
Update zfftf.c
remove Hermitian information from output since it is only produced in complex case and thus produces different test output
fixes for 64 bit integers in test example, fix uninitialized variable in test example
tests: move runex49 to TESTEXAMPLES_C_NOTSINGLE
add a PCView_SVD to show parameters
-petscpartitioner_type simple was not being picked up by options thus generating test error
missing CHKERRQ(ierr) on PetscPrintf() statements in newly added test example
PetscViewerVTK: Move DM reference increment into the VTK viewer and out of the DM implementation, as suggested by Jed Brown
missing crosslinks between manual pages
Updated 3.7 release notes to clearly indicate how to update usage of KSP/SNES/TS/SetMonitor(xxx,XXXMonitorDefault,NULL,NULL);
Fix for commit b6480e041dd2293a65f96222772d68cdb4ed6306 that broke this example
Example of factorization of a singular matrix may actually work due to round off
removed unused variables
matshell: clean up and add some new MATOPs to Fortran.
Remove unneeded checks for use of the compressed row for diagonal block of matrices in GAMG
ptscotch: update to version 6.0.4
ptscotch: fix buggy pthread detection code on Mac/Linux
...

show more ...


# feaa1ddb 16-Aug-2016 Satish Balay <balay@mcs.anl.gov>

doc: more non-ascii char fixes


# 7750dd24 15-Aug-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/dmplex-fix-nonaffine-geom' into tisaac/petscfe-matching-quadrature-order

* tisaac/dmplex-fix-nonaffine-geom:
fixing Toby's fix
DMPlexComputeGeometryFEM(): clarify what is ex

Merge branch 'tisaac/dmplex-fix-nonaffine-geom' into tisaac/petscfe-matching-quadrature-order

* tisaac/dmplex-fix-nonaffine-geom:
fixing Toby's fix
DMPlexComputeGeometryFEM(): clarify what is expected if fe != NULL and correct computations accordingly
added checks for AIJ in MIS and GAMG
Bib: Added refs
loop upper bound was one too high
force runex22_4 to produce same output in __float128 precision where it wants to do one more timestep
remove duplicate .bib item, fix typos in .bib items
Fortran wrapper for DMGetType (copy-pasted from src/mat/interface/ftn-custom/zmatregf.c).
Variants of example also need to handle atol convergence with quad precision in test
Add rtol and atol to output of TSView ASCII
Fortran wrapper for MatNullSpaceGetVecs
MATIS: fix compiling error from nightly builds
MATIS: set block size if it is greater than zero
MATIS: added MatTranspose_IS
Quadrature: Fix creation init
Plex: Fix output optimization - We obviously have no test for this logic

show more ...


# 54761ea3 14-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in m

Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master

The maint patch for the given problem cannot merge cleanly into next due to changes
in the same code in master (the introduction of MatFactorGetError()) therefor need
to merge in master and use the new construct before merging to next

show more ...


# 07fdd99f 12-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/ts-view-tolerances'


# 162a9882 11-Aug-2016 Patrick Sanan <patrick.sanan@gmail.com>

Merge branch 'master' into psanan/pc-telescope-nearnullspace


# a0af407c 10-Aug-2016 Barry Smith <bsmith@mcs.anl.gov>

Add rtol and atol to output of TSView ASCII

Time: 1 hour
Reported-by: Sophie Blondel <sblondel@utk.edu>


# c86c4108 30-Jul-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into mark/snes-ex56

* master: (93 commits)
Web: Added a tutorial
typo
rename X -> U
sowing: update to version that creates manpage URLs for 'enum' types/values
Increa

Merge branch 'master' into mark/snes-ex56

* master: (93 commits)
Web: Added a tutorial
typo
rename X -> U
sowing: update to version that creates manpage URLs for 'enum' types/values
Increase patchlevel to 3.7.3
move runex3_3 to NOTSINGLE [ partial backport 9ed0bd76d5c329eb91401ebabfbd851446214e20 ]
DMPlex: local coordinate vector should be a sequential vector
DM: Name coordinate vectors in subdomain and restrict hooks
tests: disable a couple of TS examples from single precision tests
reduce TS ex12_2 output
fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision
Vec: enable Fortran interfaces for VecGetLocalVectorRead and VecRestoreLocalVectorRead
Bib: Added refs
PCShell: man page fixes
update handling of latex in example code to use https
fix typo in isltog comment
test: Avoid conversion of object <-> function pointer type [-Wpedantic]
fortran: enable interface for VecGetLocalVector(), VecRestoreLocalVector()
update citation for cmz2016
PCBDDC: silent compilation warnings from nightlybuilds
...

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

show more ...


# ea73f9d2 21-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# dba05eef 21-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-multiple-identical-monitors/maint' into maint


# 0cf03130 21-Jul-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'emil/rename-gl-to-glle'


# 3d996552 19-Jul-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcfetidp.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcschurs.c
src/mat/impls/is/matis.c
src/mat/impls/is/matis.h

show more ...


# 78064530 15-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

-xxx_monitor would result in multiple output of the same data if xxxSetFromOptions() was called multiple times

Time: 1 hour
Reported-by: Fande Kong <fande.kong@inl.gov>


# 26d28e4e 07-Jul-2016 Emil Constantinescu <emconsta@mcs.anl.gov>

TS: Changed TSGL to TSGLLE because TSGL is too general and we want to emphasize that TSGLLE is a type of GL with local error estimation.


# 7d744670 02-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 48bdf426 02-Jul-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-tscomputerhsjacobianconstant/maint' into maint


# f38df455 28-Jun-2016 Barry Smith <bsmith@mcs.anl.gov>

Revert Barry's commit bd373395e526a8abeca18718888f591d98e14969

It broke Jed's cool support for TS TSComputeRHSJacobianConstant
Had Jed actually added his test cases to the nightly build this
breakag

Revert Barry's commit bd373395e526a8abeca18718888f591d98e14969

It broke Jed's cool support for TS TSComputeRHSJacobianConstant
Had Jed actually added his test cases to the nightly build this
breakage would have been detected immediately but instead it had to
take years to find. Why write the test cases if you are not going to
add them to be run automatically with testing?

Update the test output for changes in formatting of various XXView commands
and added the tests to be automatically run!

Reported-by: Dominic Meiser <dmeiser@txcorp.com>

show more ...


1...<<21222324252627282930>>...71