Remove many PetscCheckFalse() from tsCommit-type: style-fix/spend 1hThanks-to: Jose E. Roman <jroman@dsic.upv.es>
Add DrawSP function to colorize points; Add ts/tests/ex35 to test new SP function; Fix TS Swarm monitor
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
add PetscAssert() and PetscAssertFalse()
make PetscInfo() variadic
SETERRQ[1-9]+ begone
Merge remote-tracking branch 'origin/release'
Fixes found by -fsanitize=address in releaseCommit-type: bug-fix/spend 5mThanks-to: Jacob Faibussowitsch <jacob.fai@gmail.com>Thanks-to: Satish Balay <balay@mcs.anl.gov>
Add TSRemoveTrajectory()
Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank) Update the test output filesCommit-type: debugability\spend 45m
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds lesstightly, so the result of the computation would otherwise change.
show more ...
requires: define -> requires: defined
docs: Fix broken links
Unify XXGetYYContext callsalways use void*
Merge branch 'hongzh/fix-multiple-tsevent' into 'main'Bug fix and improvement for TSEventSee merge request petsc/petsc!4188
Some missing CHKERR[Q|MPI]
Add tests for TSEventsThe tests checks if TSEvent can 1) avoid duplicative detection when the event is extremely close to the endpoint of a time step; and 2) detect all the events in the correct or
Add tests for TSEventsThe tests checks if TSEvent can 1) avoid duplicative detection when the event is extremely close to the endpoint of a time step; and 2) detect all the events in the correct order when there are multiple events in the same time step.
Update badsource rules- Zero or more spaces are not allowed for more returning types- zero spaces not allowed for for|if|while
Remove use of * at beginning of comment line and /** and **/
Merge branch 'barry/2021-05-06/add-snes-picard-mf' into 'main'Add support for using -snes_mf_operator with SNESSetPicard()See merge request petsc/petsc!3962
Add support for -snes_fd and -snes_fd_color for SNESSetPicard()Commit-type: feature/spend 3.5h
Remove all double blank lines from sourceCommit-type: petsc-style/2h
Plex: Update examples to use new creation interface
TS examples for simple collision operators with PIC
12345678