visibility: use PETSC_INTERN when possibleHg-commit: 3b4bfb5c23843293f1f08790b48437080a32eb42
updated from EXTERN_C_BEGIN/END through sys directoryHg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
line search should not seterrq() on Nan or Inf but rather set line search failed and returnHg-commit: 97a95f7942dc812c40012e0b79526d52788f3843
Include fixes for --with-dynamic-loading and C++ extern "C"Hg-commit: cead39d25d0fcbe7b2c2e41f225c0a780de35e19
Remove petscviewer.h from petscsys.hMuch of sys is independent of viewer. Viewer is used in so many otherplaces that it is now included by petscvec.h.Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6
Remove petscviewer.h from petscsys.hMuch of sys is independent of viewer. Viewer is used in so many otherplaces that it is now included by petscvec.h.Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730
show more ...
moved sf to new vec/is locationHg-commit: f0665fe4e2bc9d7b33e6af35313fffe9d7c753a8
Removing dead experimental PetscShell code.Hg-commit: aee59bf3b744565306435f5b7608493772960434
removed PetscViewerBinaryMatlabOpen() and friends, incorporated functionality into binary PETSc viewerHg-commit: 1676211ea1509edcdd7a044ca5b8b543f443b8ab
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
removed typeid from PetscHeaderCreate() args since it is not know at create time anywayHg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
Uncrustified src/sys/*Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece
Partially unified indentation to two spaces rather than 3, 5, etc.Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
removed silly abreviationsHg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
change PetscFListAdd() and PetscFListFind() arguments list to match PetscOpFListAdd/Find() argsHg-commit: 07f9e01e040feeb4162253a60ca63556436f4135
Fixed daily compiler problemsHg-commit: 97955cede38880850e3bcabf38cf130a775d8caf
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
memory leak in DMDASelectFieldsallow null viewer format in PetscOptionsGetViewer()DMDASetNumProcs() computes missing proc if one is provided in 2dstarted contour viewer for ex10Hg-commit: b2a4a6
memory leak in DMDASelectFieldsallow null viewer format in PetscOptionsGetViewer()DMDASetNumProcs() computes missing proc if one is provided in 2dstarted contour viewer for ex10Hg-commit: b2a4a6a7bd64fcd82cc6a58540b6ed8c799f585f
PetscOptionsGetViewer() now returns format since that is needed separately from viewer to be pushed and poped when usedHg-commit: 3766d619209f59eac7f711df4eb56adfa9a0da7d
PetscOptionsGetViewer() references PETSC_VIEWER_XXXX_() types so that PetscViewerDestroy() may uniformally be used to destroyHg-commit: f6282ad082abe831d7e005fc7650481392bab874
PetscViewer: Added PetscOptionsViewer()- Fixed documentation of PetscOptionsGet/RestoreViewer()Hg-commit: bc70ffc4915f028ac4a1ab0b4ede755d26f74b77
completed basic conversion of -xxx_view and -xxx_view_yyy hodge-podge to consistent -xxx_view [viewer][:filename][:format] schemeleft is all the ugly ones for -ksp_view_binary and friendsHg-commit
completed basic conversion of -xxx_view and -xxx_view_yyy hodge-podge to consistent -xxx_view [viewer][:filename][:format] schemeleft is all the ugly ones for -ksp_view_binary and friendsHg-commit: e4cbe0641435ca83c394e1925ec2bdf3258742cf
added support to matlab viewer in PetscOptionsGetViewer()Hg-commit: e74348c694eca5572330506e6afc68adc0da932c
1...<<11121314