finally got the DM_SNESVI working for scalar problem ex58.c correct memory managementHg-commit: 1cac6a75ab1aaef3bbb21d172e7b901a37522293
removed a couple unneeded if checks before XXDestroy()fixed formating in a couple of placesHg-commit: afbd1becfa032a156ecdfc6803d6013aea8b1386
commit after merge, some manual mergesHg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0
fix 0fb0bab0f904 to use new SUBMANSEC[MANSEC for manulapages SUBMANSEC -if it exists - for generatefortranstubs]Hg-commit: 30b6565f23703ed83e6a6b5642c6c0823387fe48
Fix MANSEC in DMHg-commit: 0fb0bab0f9048f45fa9db15d944449946b222ec4
converted rest of source code to take pointers into destructor reoutines. make test workdsHg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
commit after terrible mergeHg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb
partcially completed making PETSc object destructors take & for the argumentHg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
rm unused variables; add missing initialization as reported from nightly testsHg-commit: 219c7293dae8ce0c2d1637691046d599662611e5
SNES ex10 now runs in serial- Added MatSetValuesTopology()- DMGetMatrix_Mesh() now sets the local to global mapping- We compose the Mesh with global/local vectors- Added DMCreateLocalToGlobalMapp
SNES ex10 now runs in serial- Added MatSetValuesTopology()- DMGetMatrix_Mesh() now sets the local to global mapping- We compose the Mesh with global/local vectors- Added DMCreateLocalToGlobalMapping() to Mesh- Added matrix filling to DMMeshCreateMatrix()- Fixed DMDestroy() for all subclasses- Moved DMDASetMatrPreallocateOnly() to DMSetMatrixPreallocateOnly() and changed option to -dm_preallocate_only- Fixed test outputHg-commit: 75eb7f4d3ab7b8fbfedb6b44954aff1021a116c1
show more ...
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
Split DMDA, DMComposite, etc out of petscdm.h into petscdmda.h, petscdmcomposite.h, etcHg-commit: ee2833f9db0d26e02ed0afca6e49849f2e5a3cd7
removed #define PETSCXXX_DLL from top of all source filesHg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automaticallyHg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
ts ex14: add crude erosion modelHg-commit: 64d0966574130fb8a0c87c696a73bb9cb2a8011d
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
changed all EXTERN to extern the CAPS served no purposeHg-commit: cdf5985509992c2237dbbe07f14278cccee0306c
No need to list automatic directories in the makefileHg-commit: 07e0f867cfeb6c9dae6b604ac700b3eeb3c45475
Missed comments to generate Fortran stubsHg-commit: 686a8e1e3d348f891e88744b96d7433832dea468
Add dirty -dmcomposite_prealloc_only option to help tracking down assembly bugHg-commit: f288ee84dc1adf3ee322c775beb66d7d03da91dc
Initial DMGetMatrix_Composite_NestHg-commit: 9b79104b2b94159176edd20ccd887a32ebb9e5b4
Break DMGetMatrix_Composite into a new fileHg-commit: 46bc940155f2f76e50b27dc63278de5c75aa6dc4
Split DMGetMatrix_Composite into Nest and AIJHg-commit: f9e51c8e8e6f0bcf33045728d5b1f08d9a229257
Fix allocation bug in DMCompositeGetLocalVectors_Array, missed it when adding nlocal field; add a collective checkHg-commit: b0c02f713a411308f55b8d6da9ff4e8657d1aa4c
1234567891011