History log of /petsc/src/ts/event/tsevent.c (Results 226 – 247 of 247)
Revision Date Author Comments
# 73967516 04-Mar-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

ADJOINTS+EVENTS: Revaluate the previous event function residual after a postevent call.

Some states might get changed by the postevent user callback routine. Hence, the event function
residual is re

ADJOINTS+EVENTS: Revaluate the previous event function residual after a postevent call.

Some states might get changed by the postevent user callback routine. Hence, the event function
residual is re-evaluated immediately after a call to postevent and this residual will be the
"previous step event residual" when TS completes the next step.

show more ...


# 031fbad4 04-Mar-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

ADJOINTS+EVENTS: Added a flag to the postevent function to distinguish forward and adjoint solves.


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 72e51967 30-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-unneeded-paren-petscmalloc'

Conflicts:
src/mat/impls/baij/seq/baij.c


# 854ce69b 15-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

convert some PetscMalloc() to PetscMalloc1()
remove unneeded () in first argument to PetscMalloc/Calloc1()
fixes for MATLAB examples


# 7d31a15c 10-Jun-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 2809528f 09-Jun-2014 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'shri/ts-events'


# b015001c 28-May-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]
gfortran: remove 132 char limit from f90 free-form
SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc
DMPlex-Gmsh: Use trueNumCells when building the coordinate section
Sys: Got guard logic reversed
Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*()
PetscFV: I hate fucking complex
removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory
fix test of DMLocalToGlobalBegin/End and add actual test cases
improve object memory logging for DA, ISLocalToGlobal and ISBLOCK
lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed
owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt
another reuse of allocated array in 2d/3d DMDA create
improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock()
PetscFV: Another complex fix
DMPlex+TS: Fixing types
ISIdentity() was wrong for block IS! Indices are NOT scaled by bs
PetscFV: Straighten out complex types
TS ex11: Fix casts and remove unused variable
...

show more ...


# 92c494f3 23-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options


# 95ecbf38 18-May-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

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

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

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

show more ...


# 7a728e9f 04-May-2014 Shri Abhyankar <abhyshr@mcs.anl.gov>

TSEvent: Avoid re-detection of the same event when previous function value is exactly zero.

If a previous event results in an event function value of exactly zero, then the same event
was being dete

TSEvent: Avoid re-detection of the same event when previous function value is exactly zero.

If a previous event results in an event function value of exactly zero, then the same event
was being detected in the next interval. This was because the check for event detection was
based only on the change of function sign. Added an extra guard that checks if the previous
function value is zero and subsequently avoids re-detecting of the previous event.
Observed this behavior in time-based events (t - t_event_time = 0).

show more ...


# b3fc9300 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'origin/master' into feature-dmmoab


# 49fcfd5b 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# 06034a05 25-Mar-2014 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'shri/ts-events'


# 42ea6711 18-Mar-2014 Shri <abhyshr@mcs.anl.gov>

tsevent: Fixes needed after merging master.


# d94325d3 18-Jul-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

ts-events: Set event direction and termination flag when the event is registered.

Also, got rid of ugly long conditional for event checking.


# 734e8736 16-Jul-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed the check for locating the event interval.


# b4549700 05-Jul-2013 Jed Brown <jedbrown@mcs.anl.gov>

TSEvent: fix datatypes in MPI_Allreduce


# e6b5be14 01-Jul-2013 Satish Balay <balay@mcs.anl.gov>

tsevent: c89 syntax fix for windows build


# e105d053 01-Jul-2013 Satish Balay <balay@mcs.anl.gov>

tsevent: c++/complex compile fixes


# 2dc7a7e3 29-Jun-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Moved TSEvent code to a seperate folder.


12345678910