TS tests ex1: test TSResize
SNES: move monitor after convergence testUse a developer level convergence function and fix a few corner cases
Merge branch 'stefanozampini/info-typename' into 'main'PetscInfo: print object typeSee merge request petsc/petsc!6493
PetscInfo: print object type
VECNEST: implement weighted normsadd tests
adding NRL lambdas between grids and cleaning up
fixed up ex30
adding movie Monitor and verification to small Landau testremove ramp up of batchesincrease to Q5 and move batch solver data to global
add 3D Landau to gcov
add diff par and perp max on domain, add to ex1 test
TS: Updated tests
Add TSPruneIJacobianColorInitialize local variables to fix errors in coverage analysis
Add tests for MatEliminateZeros
Print the string needed to control the section with info output
Update example that intentionally triggers error to test error handling to use -petsc_ci_portable_error_outputCommit-type: error-checking, CI/spend 10m
Improve TSSpan- Add relative tolerance for span point checking- Add a caching mechanism to recover the time step after hitting a span point. This makes fixed time stepping more robust. The time
Improve TSSpan- Add relative tolerance for span point checking- Add a caching mechanism to recover the time step after hitting a span point. This makes fixed time stepping more robust. The time step maybe modified near a span point, leading to unexpected behaviors whenfixed time step is used.
show more ...
Change matrix factor database options that occur in KSP/PC to always use KSP/PC options prefixAdd MatSetOptionsPrefixFactor() and MatAppendOptionsPrefixFactor() to allow controlling the options pre
Change matrix factor database options that occur in KSP/PC to always use KSP/PC options prefixAdd MatSetOptionsPrefixFactor() and MatAppendOptionsPrefixFactor() to allow controlling the options prefixused by factors created from this matrixChange MatSetOptionsPrefix() to no longer affect the options prefix used by factors created from this matrixAs part of the above work the handling of the factor matrix options is now done in code in the factor matrixnot in the code that originates the factor matrixUpdate examples output to the new approach where the factored matrix prefix is set from the KSP/PCMuch of this work was performed by Hong ZhangCommit-type: usability/spend 5h
Remove extra spaces and unwanted plurals
PC_Factor: set prefix from PC in pc->pmat
added PETSC_USE_DMLANDAU_2D to fully support 2 and 3V versions of Landau
added ts test that integrates Landau with paricles with OMP. Fails with OMP and AMR
TS: Added support for time spanA 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 spanA 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.
Add DrawSP function to colorize points; Add ts/tests/ex35 to test new SP function; Fix TS Swarm monitor
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
Merge remote-tracking branch 'origin/release'
123