History log of /petsc/src/ts/interface/ts.c (Results 201 – 225 of 1763)
Revision Date Author Comments
# 8c029031 19-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 63e67cef 19-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/fix-tspan-doc' into 'release'

Fix typos in tspan doc

See merge request petsc/petsc!5753


# 61e8096e 19-Oct-2022 Hong Zhang <hongzhang@anl.gov>

Fix wrong func names for TSGetTimeSpanSolutions


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# b7124133 20-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'

Feature: Slimmer PetscObject

See merge request petsc/petsc!5649


# 4dfa11a4 17-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()


# f0af967e 29-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners w/o PetscCall()

See merge request petsc/petsc!5561


# ad540459 29-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners w/o PetscCall()


# 38f67375 27-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners

See merge request petsc/petsc!5557


# 48a46eb9 27-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 9588d023 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/update-tspan' into 'main'

Always copy the time span solution

See merge request petsc/petsc!5534


# 8fd105b6 17-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'

Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source

See merge request petsc/

Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'

Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source

See merge request petsc/petsc!5376

show more ...


# dbbe0bcd 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Convert setfromoptions methods over to PetscTryTypeMethod() approach

Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co

Convert setfromoptions methods over to PetscTryTypeMethod() approach

Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methods

Commit-type: refactorization
/spend 4h

show more ...


# 71052fdf 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove the no longer needed PetscCheck(a->ops->y...

Commit-type: error-checking, housekeeping
/spend 10m

Development Tools: Vim, Emacs, Eclipse


# adc4cf6d 17-Aug-2022 Hong Zhang <hongzhang@anl.gov>

Always copy the time span solution

The solution was copied only when ts->reason>0. But sometimes we need the solution even if the nonlinear solve diverges.


# 4ed5a6f3 09-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/context-destroy-fns' into 'main'

Add user context destroy functions

See merge request petsc/petsc!5252


# 800f99ff 25-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

context - wrap context in PetscContainer, add user context destroy routines for MatShell, DMSNES/DMTS function and jacobian


# bda77271 20-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'

Fixes/improvements for PETSc stack handling

See merge request petsc/petsc!5368


# 1e66621c 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Formatting only: remove braces from single line if and else in ts.c and shellpc.c

These files where changed by previous commit updates so good time to do the housekeeping

Commit-type: housekeeping,

Formatting only: remove braces from single line if and else in ts.c and shellpc.c

These files where changed by previous commit updates so good time to do the housekeeping

Commit-type: housekeeping, formatting-only
/spend 5m

show more ...


# 25e27a38 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix several callbacks to properly use the PetscCallBack() mechanism

Commit-type: error-checking, housekeeping
/spend 10m
Reported-by: Jose E. Roman


# 792fecdf 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Cleanup and unify naming of PetscCall routines

Commit-type: housekeeping
/spend 10m


# ef1023bd 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)

Information was often wrong; incorrect filenames and line numbers removed

Also unified naming

Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)

Information was often wrong; incorrect filenames and line numbers removed

Also unified naming for callback function stack frames

Commit-type: error-checking, debugability
/spend 2h

show more ...


12345678910>>...71