History log of /petsc/src/ts/interface/ts.c (Results 426 – 450 of 1763)
Revision Date Author Comments
# b9df36c1 09-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'pr1353/jpusztay/feature-swarm-symplectic-example/master' [PR #1353]

* pr1353/jpusztay/feature-swarm-symplectic-example/master:
This pull request contains example usage of a DMSwarm wit

Merge branch 'pr1353/jpusztay/feature-swarm-symplectic-example/master' [PR #1353]

* pr1353/jpusztay/feature-swarm-symplectic-example/master:
This pull request contains example usage of a DMSwarm with symplectic (basic) integrators in TS.
ex4 demonstrates a spring as seen with the hamiltonian example in TS, but with two particles.
ex5 demonstrates particles orbiting a central point, and the energy conservation of tsbsi type 2 in comparison to tsbsi type 1, and Euler.
Swarm visualization was also implemented in ts as a monitor option, which is contained in this PR as well because ex5 demonstrates its functionality.

show more ...


# 1d4906ef 06-Feb-2019 Stefano Zampini <stefano.zampini@gmail.com>

PetscStackCallStandard: use local error code

Fix PETSc for unused/set-but-not-used variables


# b1670a61 01-Feb-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

ts: changed sp plot inputs to PetscReal from PetscScalar


# 918b1d10 31-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Fixed memory cleanup


# 7cf5fc27 30-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

ex5: reduce max steps for shorter test time. ts: doc changes for spswarm


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 5e3b7eff 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

ts.c: added documentation to swarm monitor


# 0ec8ee2b 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

ex4: cleaned up and formatted outputs


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


# e4962ff0 24-Jan-2019 Joseph Pusztay <josephpu@buffalo.edu>

Merged jpusztay/feature-ts-swarm-visualization into jpusztay/feature-swarm-symplectic-example


# 895f37d5 24-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Fixes to ex5


# ddad275a 21-Jan-2019 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch


# 1b575b74 17-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Added SP context to TS and implemented swarm monitor


# c9141704 27-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# d5ae53bb 20-Dec-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 2c2595ff 20-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patc

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patchlevel to 3.10.3
petsc4py: updat to latest maint snapshot with SNESTEST updates
Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions
Mat: Fixed types in Pardiso interface
Converted example comment to latex
This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler
Remove outdated requires: from top of several examples
remove outdated test requires: command from top of source file
Fix the documentation for -ksp_gmres_cgs_refinement_type
Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py
Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov>
Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es>
Mat ex88: check in double or quad precision only
Fix error with PetscComplex when PETSc is compiled with C and used in C++
configure: fix typo endwith -> endswith
Sys ex23: Migrated to ts_max_time in yaml file as well.
AO ex5: Fixed missing CHKERRQ();
Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd
...

Conflicts:
src/dm/impls/plex/examples/tests/ex12.c

show more ...


# bbf7ea70 16-Dec-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/deprecate-ts-final-time'


# 34d8b122 09-Dec-2018 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCo

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCompositeType), and I don't know how to fix it.

show more ...


# f35fe2a5 06-Dec-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 4dc72f7f 06-Dec-2018 Barry Smith <bsmith@mcs.anl.gov>

Mark -ts_final_time as deprecated for -ts_max_time

Commit-type: documentation
Reported-by: Sophie Blondel <sblondel@utk.edu>
Thanks-to: Emil Constantinescu <emconsta@mcs.anl.gov>


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 11973451 02-Dec-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/cherrypick-from-continuous-adjoint' [PR #1250]

* stefano_zampini/cherrypick-from-continuous-adjoint:
Few improvements from the continuous adjoint branch
This branch ext

Merge branch 'stefano_zampini/cherrypick-from-continuous-adjoint' [PR #1250]

* stefano_zampini/cherrypick-from-continuous-adjoint:
Few improvements from the continuous adjoint branch
This branch extracts few things that are in the continuous adjoint branch that should go into PETSc

show more ...


# 2d29f1f2 28-Nov-2018 Stefano Zampini <stefano.zampini@gmail.com>

TS: added interface function to reset the internal trajectory object

this calls TSTrajectoryDestroy since TSTrajectoryReset may not free diskspace

Update examples


# 971015bc 28-Nov-2018 Stefano Zampini <stefano.zampini@gmail.com>

TS: fix few cases for improper scaling of matrices in Jacobian computations

Make TSGetRHSMats_Private PETSC_INTERN


# 0429704e 28-Nov-2018 Stefano Zampini <stefano.zampini@gmail.com>

TSGetStages: make each return argument optional


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