History log of /petsc/src/ts/impls/implicit/alpha/alpha1.c (Results 101 – 118 of 118)
Revision Date Author Comments
# e923053f 15-Oct-2016 stefano_zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu

Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint

I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint
that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.

This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master

Conflicts:
src/docs/website/documentation/changes/dev.html

show more ...


# c3c9259e 10-Oct-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'emil/ts-glee'


# 7453f775 05-May-2016 Emil Constantinescu <emconsta@mcs.anl.gov>

extended the TS weighted error norm to compute the norms relative to absolute and relative tolerances separatelly


# 6bd6c117 12-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (180 commits)
Bib: Added ref
-random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (180 commits)
Bib: Added ref
-random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()
Update the xSDKTrilinos test message to use interactive session and ctest
gcc6: fix comple warnings with -Wmisleading-indentation
fix compile warning
bugfix for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
minor formatting cleanup of gamg.c
add ml example to tutorials page for xsdk
bugfix of MatDuplicate for mpiaij matrix product Reported-by: Miorelli, Federico <Federico.Miorelli@cgg.com>
The deprecated -log_summary_exclude was still being used when it should have been -log_exclude
cpardiso: requires mkl_blacs so check for that. Also common code to detect MKL for both pardiso and cpardiso
cpardiso: fix segv and memory leaks
resume MatGetSubMatrix_SeqSBAIJ() because it cannot share routine with BAIJ due to cast
fix bad relative links
replace MatSeqBAIJSetPreallocation_SeqBAIJ with MatSeqBAIJSetPreallocation to skip this call when input mat is sbaij type
fix a variety of set but not used variables in examples detected by clang static analyzer
removed declared but not used variable
ANL Report formatting requires listing authors by affiliation
DMP4est: uncrustify
DMP4est: remove memset()
...

show more ...


# 35d70571 04-May-2016 Stefano Zampini <stefano.zampini@gmail.com>

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

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c


# cbe43675 22-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/tsevent-restart (pull request #459)

TS: Handle step restart after events


# fecfb714 20-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Update implementations to honor the ts->steprestart flag


# 1b393bae 17-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/fix-tsrollback (pull request #456)

TS: Refactor TSStep() and TSRollBack()


# be5899b3 15-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Refactor TSStep() and TSRollBack()

* TSStep() handles the step counter increment, and not TSStep_XXX().
* TSRollBack() handles the step counter decrement.
* Removed ``time_step_prev`` from the T

TS: Refactor TSStep() and TSRollBack()

* TSStep() handles the step counter increment, and not TSStep_XXX().
* TSRollBack() handles the step counter decrement.
* Removed ``time_step_prev`` from the TS structure. New code should use
ts->ptime - ts->ptime_prev to determine the previous time step size.
* Removed unused ``time_step_orig`` from the TS structure.
* Removed unused ``time_step_since_decrease`` from the TS structure.
* Minor update bouncing ball test examples.
* Regenerate some test examples output.

show more ...


# 9c334d8f 15-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Fix TSView() for TSTHETA and TSALPHA to view the TSAdapt context


# ce79d4e3 08-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/fix-tsadapt (pull request #441)

TSAdapt and related improvements


# 1566a47f 30-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TSAdapt: Rework implementation

* Simplify handling of TSAdapt in TSALPHA
* Remove broken adaptivity in TSTHETA and use the same backward difference
aproach from TSALPHA
* Update TSEULER to use TSA

TSAdapt: Rework implementation

* Simplify handling of TSAdapt in TSALPHA
* Remove broken adaptivity in TSTHETA and use the same backward difference
aproach from TSALPHA
* Update TSEULER to use TSAdapt (TODO: rejections and adaptivity)
* Update TSSSP to use TSAdapt (TODO: rejections and adaptivity)

show more ...


# 9687d888 30-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Move calls to TSPreStep() from implementation to interface

* Make the semantics symmetric with TSPostStep()
* Handle rolled back steps appropriately
* If a callback is ever needed to run at the

TS: Move calls to TSPreStep() from implementation to interface

* Make the semantics symmetric with TSPostStep()
* Handle rolled back steps appropriately
* If a callback is ever needed to run at the begining of each TSStep()
(including rolled back steps and step rejections), we can add a new API
to support this particular need (BTW, patches welcome!)

show more ...


# 52774845 06-Apr-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make regression test that fails
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release version
Updates for xSDKTrilinos builds
Added --download-xsdktrilinos
Communicator passed to VecCreateSeq should be PETSC_COMM_SELF
PCMG man page: fix typo in options name
Bib: Added refs
DMLabel: Removed unused variable
Metis tries to use backtrace which requires -lexecinfo on some systems such as freebsd Remove -lexecinfo from freebsd configure files since it is only needed by metis
add alternative output that occurs on some systems due to use of random number generator in partitioner
Plex: When creating cohesive submeshes, fix memory leak
Plex ex11: Updated output for new distribution algorithm
Plex: When explicitly distributing the depth label, we must recreate empty strata
Plex: When partitioning, the cell numbering should include hybrid points
Plex: Allow cell and vertex numberings to include hybrid points
need to show diffs of ex22 if it fails
Support two different output for test example, since due to roundoff this example can produce slightly different convergence history
...

show more ...


# d2aa7855 25-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/update-ts-alpha (pull request #437)

Refactor TSEvent and update TSALPHA


# 057721c2 25-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TSALPHA: Fix comment and whitespace


# 9808bdc1 24-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TSALPHA: Update to use the new API for weighted LTE evaluation


# b07a2398 24-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TSALPHA: Update implementation

* Support for event detection.
* Support for time adaptivity based on approximating the local truncation
error using backward difference formulas.
* Use an step-halv

TSALPHA: Update implementation

* Support for event detection.
* Support for time adaptivity based on approximating the local truncation
error using backward difference formulas.
* Use an step-halving approach in the initial step to compute a consistent
initial state as well as approximating the local truncation error.

show more ...


12345