History log of /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c (Results 1 – 25 of 80)
Revision Date Author Comments
# 9a8219ad 15-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-3d-mesh-opts' into 'main'

DMPlexLandau: 3d mesh opts

See merge request petsc/petsc!8955


# 3ecd1e40 15-Jan-2026 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

DMPlexLandau: 3d mesh opts

API change in definition of radius in 3D; optimized cubed sphere projection of cube to sphere


# 2a1887a7 11-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-11-30/fix-bad-ts' into 'main'

Fix bad decisions made in writing TS.

See merge request petsc/petsc!8877


# 188af4bf 01-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix bad decisions made in writing TS.

Fix -ts_dt to -ts_time_step and add initial time step to TSView output

commit a5a92c11fa9681148df375b257eda4e09909b74e
Author: Barry Smith <bsmith@petsc.de

Fix bad decisions made in writing TS.

Fix -ts_dt to -ts_time_step and add initial time step to TSView output

commit a5a92c11fa9681148df375b257eda4e09909b74e
Author: Barry Smith <bsmith@petsc.dev>
Date: Mon Dec 1 14:51:27 2025 -0500

add max_snes_failures to TSView

commit 32d3e79f6fa743930b1bbf32d03b9181b5b5418a
Author: Barry Smith <bsmith@petsc.dev>
Fix wrongly named options and add to TSView

Wrong name for options database key -ts_max_reject should be -ts_max_step_rejections!

Add max_reject value to TSView

Add max_snes_failures to TSView

Add initial timestep to TSView

show more ...


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-21' into 'main'

clang-format-21

See merge request petsc/petsc!8202


# 3a7d0413 12-May-2025 Pierre Jolivet <pierre@joliv.et>

One-liners from petsc/petsc!5344 and petsc/petsc!5557

Slightly reworked regular expression

git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do
cat

One-liners from petsc/petsc!5344 and petsc/petsc!5557

Slightly reworked regular expression

git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do
cat $file | tr '\n' '\r' | sed -E 's/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g' | tr '\r' '\n' > ${file}.joe; mv ${file}.joe ${file}
done

show more ...


# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-19' into 'main'

clang-format-19

See merge request petsc/petsc!7644


# 57508ece 17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


# b8425d6e 24-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-test-ex30-resampling' into 'main'

DMSwarm: add resampling to ts/tests/ex30; DMLandau: move parameter query, add 3D cubed-sphere

See merge request petsc/petsc!7311


# d043ef4c 24-Jul-2024 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

DMSwarm: add resampling to ts/tests/ex30; DMLandau: move parameter query, add 3D cubed-sphere


# ec42381f 20-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...

See merge request petsc/petsc!7634


# 09cb0f53 25-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

Add support for PETSC_DETERMINE to revert to defaults TS parameters


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# 592ea0f6 02-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/mat-remove-matsetvaluesdevice' into 'main'

remove MatSetValuesDevice

See merge request petsc/petsc!6378


# 4c55d725 02-May-2023 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

remove MatSetValuesDevice


# f1c942b3 27-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f60069d0 27-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/cxxcomplex-fixes' into 'release'

Various fixes for complex numbers

See merge request petsc/petsc!6384


# 9fa27a79 27-Apr-2023 Stefano Zampini <stefano.zampini@gmail.com>

Various fixes for complex numbers

I got failures building the testsuite with
- gcc version 12.2.1
- std=gnu++20
- petsc with 64bit integers, single precision, and complex numbers


# e1804efc 10-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-feature-simplex' into 'main'

Adams/landau feature simplex

See merge request petsc/petsc!6293


# cd27c6de 06-Apr-2023 markadams4 <mfadams@lbl.gov>

added support for simplicies in Landau


# 0af4e2b6 08-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-sphere-coverage' into 'main'

added coverage for Landau sphere grids

See merge request petsc/petsc!6268


# 41191c1e 31-Mar-2023 markadams4 <mfadams@lbl.gov>

added coverage for Landau sphere grids


# e0245282 29-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-sphere-fix' into 'main'

fixed circular domain on Landau

See merge request petsc/petsc!6253


# e04ae51b 29-Mar-2023 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

fixed circular domain on Landau


1234