simple phase diagram monitor for ODE solverHg-commit: c2b4dfd4c95a5211491e360d8d0a3cdb1b9b5794
added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.hHg-commit: 01be7b4c0ac1e993b540535c319de45af820a255
Remove last uses of PETSC_NULL in PETSc source and docsHg-commit: 8deb20d05f176153f0bde5e396612f649eae2bc3
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
added include stddef.h to petscsys.hremoved many duplicate includes of system includesHg-commit: 26ea335c035572bcbd495f9993b3270632d5d3c6
removed a bunch of duplicate unneeded includes of std include filesHg-commit: b6c9f3e2b0eb8b7277fe131cc83beede5d495522
source code need not include math.h since it is managed by the PETSc include filesa couple other unneeded included files also removedHg-commit: f47a2dda441cb818ab3be604570bccc0c8f15a89
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
show more ...
moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is
moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is impossible/too slowHg-commit: 8d285356bc80dc0ce7db34b85a9cf60bc0fafec0
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
Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
if, for, while, switch now have consistently a space prior to the opening parenthesis.Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
Carefully removed \t from src/sys/*Hg-commit: 910eecdb2d9101d15fb5ee24738d9e5eca423f9a
some fixes to allow building docsadded manual page for SNESFunction as function pointer "typedef" for documentationHg-commit: 500030c17aeb246f96d2a50eef27de48702713c1
Fix the most dangerous MPI type mismatches, still many with PetscBool/PetscEnum using MPI_INTHg-commit: 146d1df88e306d69e6ce797932b1c3352fd7851c
removed adic stuffHg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
DMDA 1d uses ofill to reduce the number of colors needed to compute JacobianHg-commit: 9f0ebbc75c4af8a1c0218d034217009466841c99
double buffer x windows by defaulterror if dmda 2d with mirror and box stencil since not implemented2d version of 1d void diffusion reaction codeHg-commit: 153499f04454051a166b43c4c5c58e837bbc1396
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 simple TikZ based PetscDraw, very basics doneHg-commit: e0392d46a94a39c10e25ae707dba7b4fc9ddab0f
12345678910