ts: Add -ts_run_steps and -ts_monitor_solution_skip_initialCo-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu>Co-authored-by: Jed Brown <jed@jedbrown.org>Co-authored-by: Barry Smith <
ts: Add -ts_run_steps and -ts_monitor_solution_skip_initialCo-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu>Co-authored-by: Jed Brown <jed@jedbrown.org>Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
Merge remote-tracking branch 'origin/release'
Remove the last of the uses of $ in the first line of formatted manual pages
Merge branch 'jolivet/cleanup-symbols' into 'main'Do not expose unneeded symbolsSee merge request petsc/petsc!8335
Do not expose unneeded symbols
Plex+HDF5: Fix compression handling in HDF5 output- Add compress flag to HDF5 Viewer- Add PetscViewerHDF5SetCompress() and PetscViewerHDF5GetCompress()- Initialize IS compressOutput to PETSC_TRUE
Plex+HDF5: Fix compression handling in HDF5 output- Add compress flag to HDF5 Viewer- Add PetscViewerHDF5SetCompress() and PetscViewerHDF5GetCompress()- Initialize IS compressOutput to PETSC_TRUE and check viewer flag as well- Turn on viewer compression rather than flip IS flag in Plex output
Fix wrong case for PETSc
Fix manual pages related to FortranRemove a couple of dead Fortran bindings
Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90
Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple
Fortran: fix PETSC_HAVE_FORTRAN_UNDERSCORE defsAnd remove FORTRANDOUBLEUNDERSCORE, cleanup PETSC_HAVE_FORTRAN_UNDERSCORE_UNDERSCORERevert PETSC_VIEWER_STDOUT_BROKEN from 5022eb3e26e9dbfdd711345ef
Fortran: fix PETSC_HAVE_FORTRAN_UNDERSCORE defsAnd remove FORTRANDOUBLEUNDERSCORE, cleanup PETSC_HAVE_FORTRAN_UNDERSCORE_UNDERSCORERevert PETSC_VIEWER_STDOUT_BROKEN from 5022eb3e26e9dbfdd711345efc14d09b0dee953f
Fortran 90: fully embrace After 34 years!- deprecate use of 'F90' in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!- deprecate use of 'F90' in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman <jroman@dsic.upv.es>
some doc/manual page fixes
Merge branch 'jrwrigh/cgns_viewer_updates' into 'main'CGNS: Add GetSolutionIteration, other upatesSee merge request petsc/petsc!8016
cgns: Add PetscViewerCGNSGetSolutionIteration()
Viewer+PyVista: Set the default viewer from options
cgns: CGNS_Find_Array returns whether array was foundRather than erroring out.
cgns: Write IterationValues array to file
fix(cgns): Fix GetSolutionTimeAccessing the FlowSolutionPointers arrays requires a different indexthan the solution id
Merge branch 'jolivet/fix-overflow-seqdense' into 'main'Mat: avoid overflow when loading a MatSeqDenseSee merge request petsc/petsc!8008
Mat: avoid overflow when loading a MatSeqDense
cgns: Add LogEventObjects to macros
cgns: Add log events for CGNS callsCo-authored-by: Jed Brown <jed@jedbrown.org>
cgnsv: Minor refactor
Brain dead fixes for useless casts
12345678910>>...32