| #
4a658b32
|
| 04-Apr-2022 |
Hong Zhang <hongzhang@anl.gov> |
TS: Added support for time span
A time span can be specified with TSSetTimeSpan() or -ts_time_span <t0,...,tf> The TS solver will reach all the intermediate time points and save the corresponding so
TS: Added support for time span
A time span can be specified with TSSetTimeSpan() or -ts_time_span <t0,...,tf> The TS solver will reach all the intermediate time points and save the corresponding solutions during integration.
show more ...
|
| #
26ef77f3
|
| 18-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-doc' into 'main'
CI: update target 'manualpages' to abort on error - and fix all doc issues
See merge request petsc/petsc!4979
|
| #
67b8a455
|
| 15-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
doc: more fixes to remove build warnings
|
| #
2d757f79
|
| 02-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-explicit-timestepping' into 'main'
DM+TS: Add support for mass matrices
See merge request petsc/petsc!4683
|
| #
b4937a87
|
| 27-Dec-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM+TS: Add support for mass matrices - Added a lumped mass matrix for explicit timestepping - Add functions for DMTS to manage the mass matrix - Fix Plex mass matrix creation
|
| #
8d296d27
|
| 24-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/add-tsremovetrajectory' into 'main'
Add TSRemoveTrajectory()
See merge request petsc/petsc!4751
|
| #
67a3cfb0
|
| 24-Jan-2022 |
Hong Zhang <hongzhang@anl.gov> |
Add TSRemoveTrajectory()
|
| #
da7bbe3c
|
| 20-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/add-midpoint-rk' into 'main'
Add RK2B (the explicit midpoint method)
See merge request petsc/petsc!4720
|
| #
e7685601
|
| 20-Jan-2022 |
Hong Zhang <hongzhang@anl.gov> |
Add RK2B (the explicit midpoint method)
|
| #
79d8e511
|
| 09-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'danfinn/feature-ts-dg-fix' into 'main'
Adding Gonzalez term to DG
See merge request petsc/petsc!3707
|
| #
db4653c2
|
| 09-Dec-2021 |
Daniel Finn <dannyfinn10@gmail.com> |
Adding Gonzalez term to DG
|
| #
c449eba4
|
| 08-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-swarm-monitor' into 'main'
Swarm: Updated SP viewer for Swarm
See merge request petsc/petsc!4623
|
| #
d7462660
|
| 08-Dec-2021 |
Matthew Knepley <knepley@gmail.com> |
Swarm: Updated SP viewer for Swarm - Added some new options to control monitor
|
| #
63b72503
|
| 12-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/ts-sundials-dense-2' into 'main'
TSSUNDIALS: Add option for dense solver and formally allow non-double precisions
See merge request petsc/petsc!4536
|
| #
918687b8
|
| 16-Nov-2017 |
Patrick Sanan <patrick.sanan@gmail.com> |
TSSUNDIALS: add option to use dense linear solver in serial
This option calls CVDense() internally, for debugging purposes or for small serial systems where the default GMRES solver with CVSpgmr() i
TSSUNDIALS: add option to use dense linear solver in serial
This option calls CVDense() internally, for debugging purposes or for small serial systems where the default GMRES solver with CVSpgmr() isn't desired.
show more ...
|
| #
84febe66
|
| 22-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/ts-implicit-rk' into 'main'
Implicit Runge-Kutta integrators
See merge request petsc/petsc!2901
|
| #
d2567f34
|
| 22-Sep-2021 |
Hong Zhang <hongzhang@anl.gov> |
Implicit Runge-Kutta integrators
|
| #
12bafbd6
|
| 09-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/add-acms-support' into 'main'
Add support for CAMS
See merge request petsc/petsc!4111
|
| #
cc4f23bc
|
| 17-Dec-2020 |
Hong Zhang <hongzhang@anl.gov> |
Add interface to libcams
- CAMS also work for stiffly-accurate methods. The last stage points to the solution vector ts->vec_sol. This feature is leveraged in CAMS checkpointing to reduce the memory
Add interface to libcams
- CAMS also work for stiffly-accurate methods. The last stage points to the solution vector ts->vec_sol. This feature is leveraged in CAMS checkpointing to reduce the memory cost.
- Add option -ts_trajectory_max_units_ram - Added -ts_trajectory_max_units_ram and -ts_trajectory_max_units_disk to specify the number of available checkpointing units. - Conceptualy a checkpoint may contain multiple checkpointing units (solution and stage values) of the same size. - Users should use either max_units or max_cps, but not both at the same time.
Commit-type: feature /spend 20h
show more ...
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
15e7bcca
|
| 20-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-aux-data-keys' into 'main'
Plex: Updates to declarative interface for FEM problems
See merge request petsc/petsc!3972
|
| #
e17bd7bb
|
| 12-May-2021 |
Matthew G. Knepley <knepley@gmail.com> |
TS: Added missing declarations
|
| #
97b4654b
|
| 02-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jpusztay/feature-sw-ts-collisions' into 'main'
TS examples for simple collision operators with PIC
See merge request petsc/petsc!3750
|
| #
d0c080ab
|
| 02-Apr-2021 |
Joseph Pusztay <josephpu@buffalo.edu> |
TS examples for simple collision operators with PIC
|