History log of /petsc/include/petscts.h (Results 151 – 175 of 1099)
Revision Date Author Comments
# f420a42d 13-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/2021-03-09/ts-sundials2-fix' into 'main'

TSSUNDIALS: update PETSC_HAVE_SUNDIALS to PETSC_HAVE_SUNDIALS2

See merge request petsc/petsc!3692


# e808b789 08-Mar-2021 Patrick Sanan <patrick.sanan@gmail.com>

TSSUNDIALS: update PETSC_HAVE_SUNDIALS to PETSC_HAVE_SUNDIALS2


# 9c1d263c 06-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'eventhandling' into 'master'

Adding event handling interface in petsc4py

See merge request petsc/petsc!3454


# 1ea83e56 03-Dec-2020 Miguel <salazardetro1@llnl.gov>

petsc4py: Add support for event handling


# 2911d1db 23-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-07/matstructure-unknown' into 'master'

Barry/2020 09 07/matstructure unknown

See merge request petsc/petsc!3182


# d60b7d5c 17-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Introduce UNKNOW_NONZERO_PATTERN for MatAXPY() make it the default for TS when using both IJacobian and RHSJacobian

Provide TSSetMatStructure() to allows users to indicate the nonzero structure rela

Introduce UNKNOW_NONZERO_PATTERN for MatAXPY() make it the default for TS when using both IJacobian and RHSJacobian

Provide TSSetMatStructure() to allows users to indicate the nonzero structure relationship between the RHS and I Jacobian

When the RHS Jacobian matrix is not set and is obtained with a MatDuplicate() from the I Jacobian set the flag to SAME_NONZERO_PATTERN

Add MatStructures and update SLEPc to compile with no warning message after the new MatStructure MAT_UNKNOWN_PATTERN was introduced

Commit-type: optimization
/spend 25m
Thanks-to: Ed Buler

/spend 35m

Update SLEPc branch to support new enum type

show more ...


# 09833dfc 09-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 31d30fd0 07-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/header-symbol-consistency' into 'release'

Remove interface declarations for functions that don't exist

See merge request petsc/petsc!3374


# 5c830584 27-Oct-2020 Jed Brown <jed@jedbrown.org>

Remove interface declarations for functions that don't exist


# 9265a0a7 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'danfinn/feature-ts-discrete-gradients' into 'master'

TS: Adding discrete gradients method.

See merge request petsc/petsc!2835


# 40be0ff1 29-Aug-2019 Matthew G. Knepley <knepley@gmail.com>

TS: Added new discrete gradients TS
- Added accessors for Discrete Gradient formulation
- Registered TSDISCGRAD


# f8211a2a 23-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'gbetrie/2020-09-11/dmnetwork-webupdate' into 'master'

Gbetrie/2020 09 11/dmnetwork webupdate

See merge request petsc/petsc!3173


# 4500fedd 11-Sep-2020 Getnet Betrie <getnetdubale@yahoo.com>

Publication update and minor edit. A new simple graphical monitor for DMNetwork


# e669de00 26-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Add support for doing a line graph plot of TS solutions on Networks.

Each vertex and edge gets its own window that plots all the solutions for the point

Commit-type: feature
Funded-by: ECP
Project:

Add support for doing a line graph plot of TS solutions on Networks.

Each vertex and edge gets its own window that plots all the solutions for the point

Commit-type: feature
Funded-by: ECP
Project: Epidemic
/spend 4h

show more ...


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# caa22a8a 04-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rlwalker/feature-plex-example-poroelasticity-cryer' into 'master'

Rlwalker/feature plex example poroelasticity cryer

See merge request petsc/petsc!3013


# f2ed2dc7 27-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

ConvEst: Now use -ts_convergence_temporal 0 to check spatial convergence of a TS model
- Added argument to PetscConvEstUseTS()


# 1a6d42aa 04-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-exact-solution' into 'master'

Knepley/feature dm exact solution

See merge request petsc/petsc!2940


# 7f96f943 02-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

DM: Now DS stores exact solution functions for everything
- Added DMComputeExactSolution()
- DMSNES/TSCheck*() now use DS for functions


# 67e831d3 25-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/psanan/docs-fixes-2020-03-25'

Doc fixes (prerequisites for Sphinx docs)

See merge request petsc/petsc!2633


# f0fc11ce 15-Mar-2020 Jed Brown <jed@jedbrown.org>

docs: fix sowing list syntax/incomplete man page


# 2c9ac215 16-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'mark/tsadapt-add-interfaces' into 'master'

add interface for ts_adapt_scale_solve_failed

See merge request petsc/petsc!2583


# 62c23b28 16-Mar-2020 Mark <cal2princeton@yahoo.com>

add interface for ts_adapt_scale_solve_failed


# 9f33ad33 14-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/ts-transient-var' into 'master'

Jed/ts transient var

Closes #547

See merge request petsc/petsc!2557


12345678910>>...44