Add DMCompositeGetAccessArray()Update documentation and use in Mark's fieldsplit example ex73f90tHg-commit: e873fca6a07721b397978782daaf94a2353e6a9c
dmcomposite: Fortran bindings to DMCompositeGet{Global,Local}ISsHg-commit: ce9d865569340b74bc0b52e1931e1a50fc0c83b4
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
Replaced remaining '){' with ') {'.Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
Rename DMGetMatrix() to DMCreateMatrix()Hg-commit: 045e13fbce4683d1c6e7208d70318a9e4dde5c0b
Remove DMCompositeAddArray(), remove all trace of DMCOMPOSITE_ARRAY.Removes the custom MatShell (MatPack) that DMComposite was using todefine interpolation. Replaces it with simple usage of MatNes
Remove DMCompositeAddArray(), remove all trace of DMCOMPOSITE_ARRAY.Removes the custom MatShell (MatPack) that DMComposite was using todefine interpolation. Replaces it with simple usage of MatNest.Hg-commit: c497499082f1ae1572d8fd8cee8530929c9b0a63
show more ...
partcially completed making PETSc object destructors take & for the argumentHg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5
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
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
moved petscda.h and friends over to petscdm.h and friendsHg-commit: 52cf0c5c868ff2e52c7308123a3006fa1da5b856
more conversion of DA methods to DMHg-commit: e2aa391703fc1f000b85cf3ac2e3248e5b4a2830
partial conversion of DA to new DM syntax and styleHg-commit: fc1d8cbf21c8369cb06f934b2976724f2e1219ba
removed DMCompositeGetMatrix() DMSlicedCreateGlobalVector() etc that can simply use DMGetMatrix() DMCreateGlobalVector() etcHg-commit: d661735271f5dc92d48e5b4d58e3b42c9bb2cf3f
moved rest of subclasses of DM into proper subdirectoriesHg-commit: 2dce31395ad72434f195e109111b6e1875e8daa4
moving DM classes examples et into correct directory locationsHg-commit: 43ed329fc2cce22efaa4b439c8485c2b444549fe
12