History log of /petsc/src/dm/interface/dm.c (Results 1501 – 1525 of 1790)
Revision Date Author Comments
# 184d77ed 20-Mar-2013 Jed Brown <jed@59A2.org>

DMGetLocalToGlobalMapping_*: normalize names from DMCreateLocalToGlobalMapping_*


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 90c77898 15-Mar-2013 Peter Brune <brune@mcs.anl.gov>

Added support for multiple subdomains per processor to DMDA

This treats the local block a lot like the rank partitioning in DMDACreate1/2/3D(). It also fixes the problem of having
too big an overla

Added support for multiple subdomains per processor to DMDA

This treats the local block a lot like the rank partitioning in DMDACreate1/2/3D(). It also fixes the problem of having
too big an overlap; now the overlap is properly truncated at the boundaries.

show more ...


# f05ece33 13-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

changed AMS publishing to use the Viewer model
added simple AMS viewer for mat,ksp,snes,ts
added --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)
added PetscS

changed AMS publishing to use the Viewer model
added simple AMS viewer for mat,ksp,snes,ts
added --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)
added PetscStackCalls around AMS function calls when appropriate (note do not want these in webserver because do not webserver stopping just because AMS server is down

show more ...


# ec7429ea 12-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

work on AMS interface, consistent naming, ams.h not included in petscviewer.h, no ifdefs

Hg-commit: 642571a1dc7109fdb7e5b0abb23bf260d10eb970


# c6b58a64 19-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: fab2442df69c95ef24bf6631a38c7dc028d7ee34


# 5080bbdb 19-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DM: Allow NULL for default global section

Hg-commit: 6a55f158d16b3cf82931d1712bd4ce3a66332c6b


# 1d799100 17-Feb-2013 Jed Brown <jed@59A2.org>

Convert PetscSection to be a PetscObject

Reference counting is now consistent with other PetscObjects.

Hg-commit: 3a41f882cfc717ec37b4c7f6b31f43b10211af66


# 82f516cc 14-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

converted in a bunch more PetscObjectComm() that I missed before

Hg-commit: a2a4fef7cd143b546baa5d5374a47a4ad76dd2d6


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 67c2884e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed typeid from PetscHeaderCreate() args since it is not know at create time anyway

Hg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc


# 18452f26 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b866121248e9d560d266413f80c7be106860d974


# 65db9045 08-Feb-2013 Dmitry Karpeev <karpeev@mcs.anl.gov>

Removing DMCreateDomainDecompositionDM and DMCreateFieldDecompositionDM.

Hg-commit: 5a40b47b72b8008daf1ed3dec805e07eb1831dde


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed 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 Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 31d8eec5 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41


# 8865f1ea 01-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.

Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e


# 5f0e2cad 31-Jan-2013 Dmitry Karpeev <karpeev@mcs.anl.gov>

Fixing style violations.

Hg-commit: 046007bb0d84070b5a9e8d50689f7a89bd690367


# f3f0edfd 31-Jan-2013 Dmitry Karpeev <karpeev@mcs.anl.gov>

Guard against access prior to DMSetUp.

Hg-commit: 070a70262a5e24566ecb7df881121229347e533d


# 5fd66863 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "There should be a blank line before PetscFunctionBegin;"

Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


# 2348bcf4 22-Jan-2013 Peter Brune <brune@mcs.anl.gov>

Added DMGet/RestoreNamedLocalVector()

Hg-commit: f053dc9209985acf328d988f270c9e067dbd7efe


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# ea10fe75 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

if, for, while, switch now have consistently a space prior to the opening parenthesis.

Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5


# 519f805a 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.

Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305


# a6dfd86e 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb

show more ...


1...<<61626364656667686970>>...72