History log of /petsc/src/dm/interface/dm.c (Results 1451 – 1475 of 1790)
Revision Date Author Comments
# 52688152 30-Jul-2013 Richard Tran Mills <rmills@ornl.gov>

Merge branch 'rmills/dm-localtolocal'

Introduces DMLocalToLocalxxx() (and deprecates DMDALocalToLocalxxx()) to
support local-to-local communication operations for any DM type, not just
DMDA. Adds D

Merge branch 'rmills/dm-localtolocal'

Introduces DMLocalToLocalxxx() (and deprecates DMDALocalToLocalxxx()) to
support local-to-local communication operations for any DM type, not just
DMDA. Adds DMShell routines to set up local-to-local operations.

show more ...


# 6daa6ed0 25-Jul-2013 Stefano Zampini <stefano.zampini@gmail.com>

Merge remote-tracking branch 'origin/master' into stefano_zampini/pcbddc-constraintssetupimproved


# e04113cf 24-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

converted uAMS usage to SAWs usage; starts server but cannot see any published directories


# fe5c4632 23-Jul-2013 Richard Tran Mills <rmills@ornl.gov>

Removed unused variables.


# 38221697 17-Jul-2013 Matthew G. Knepley <knepley@gmail.com>

DM: Added DMClone() which makes a shallow copy
- This is very useful for DM since it can have a lot of associated data and is used as a building block for different problems
- This replaces DMPlexClo

DM: Added DMClone() which makes a shallow copy
- This is very useful for DM since it can have a lot of associated data and is used as a building block for different problems
- This replaces DMPlexClone()

show more ...


# d78e899e 11-Jul-2013 Richard Tran Mills <rmills@ornl.gov>

Finished converting DMDALocalToLocalBegin()/End() to internal functions (DMLocalToLocalBegin()/End() should now be used) and deprecated this interface.


# 532bb841 09-Jul-2013 Richard Tran Mills <rmills@ornl.gov>

Cleaned out code copied from DMGlobalToLocalBegin()/End() that shouldn't be present in DMLocalToLocalBegin()/End().


# e80b5b25 09-Jul-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/dm-coordinaterestrict'


# bc0a1609 08-Jul-2013 Richard Tran Mills <rmills@ornl.gov>

Updated documentation for DMLocalToLocalBegin()/End().


# 81f98445 02-Jul-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/dm-coordinaterestrict' into prbrune/snes-elasticityexample


# 03dadc2f 01-Jul-2013 Peter Brune <brune@mcs.anl.gov>

DMSubDomainHook_Coordinates() for restricting user coordinates to subdomain DM


# b64e0483 01-Jul-2013 Peter Brune <brune@mcs.anl.gov>

Added DMCoarsenHook_Coordinates() to push user coordinates down MG/FAS hierarchy

Nonlinear problems with a user-set coordinate vector now work with rediscretization multgrid.


# f089877a 11-Jun-2013 Richard Tran Mills <rmills@ornl.gov>

Very incomplete work on adding DMLocalToLocalBegin()/End() operations.


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# ecd73843 29-May-2013 Matthew G. Knepley <knepley@gmail.com>

DM: It looks like over-aggressive compilers did not perform this initialization if the loop never executed


# 8071eebe 29-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'maint'

* maint:
changes/34.html: document stricter MatRestoreRow/MatRestoreRowIJ
Cannot use PETSC_COMM_WORLD in library code
DMPlex: Removed PETSC_COMM_WORLD from code
Fix VecS

Merge branch 'maint'

* maint:
changes/34.html: document stricter MatRestoreRow/MatRestoreRowIJ
Cannot use PETSC_COMM_WORLD in library code
DMPlex: Removed PETSC_COMM_WORLD from code
Fix VecSetDM() to accept dm=NULL

show more ...


# 3bb1ff40 28-May-2013 Barry Smith <bsmith@mcs.anl.gov>

logging memory now credits to all ancestors


# a546ed68 28-May-2013 Matthew G. Knepley <knepley@gmail.com>

DM: During DMDestroy(), clear out known compositions to avoid circular ref
- These come from FS


# fb244b32 25-May-2013 Matt Knepley <knepley@ci.uchicago.edu>

Merged in dalcinl/vecsetdm (pull request #46)

Fix VecSetDM() to accept dm=NULL


# d7f50e27 25-May-2013 Lisandro Dalcin <dalcinl@gmail.com>

Fix VecSetDM() to accept dm=NULL


# 329d851f 13-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'barry/fix-xxxviewsetfromoptions'

* barry/fix-xxxviewsetfromoptions:
*ViewFromOptions: update documentation, providing disabled man pages
fixed bug where XXXViewFromOptions() used p

Merge branch 'barry/fix-xxxviewsetfromoptions'

* barry/fix-xxxviewsetfromoptions:
*ViewFromOptions: update documentation, providing disabled man pages
fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES

show more ...


# 48e10e42 13-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'knepley/pylith'

* knepley/pylith:
DMPlex: Fixed bug in DMPlexOrient() - Must visit faces in BFS order so that all comparisons are in a connected component of the mesh
DM: Fix leak

Merge branch 'knepley/pylith'

* knepley/pylith:
DMPlex: Fixed bug in DMPlexOrient() - Must visit faces in BFS order so that all comparisons are in a connected component of the mesh
DM: Fix leak when creating global section
DMPlex: Fix allocation for embedded submesh
DMPlex: Removed debugging prints
DMPlex: Fix leak in interpolation
DMPlex: Added DMPlexOrient() which correctly orients a set of adjacent cells - You need this when extracting an embedded submesh
DMPlex: Fix memory management in submesh creation

show more ...


# cf06b437 11-May-2013 Matthew G. Knepley <knepley@gmail.com>

DM: Fix leak when creating global section


# c55c6a9a 10-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

*ViewFromOptions: update documentation, providing disabled man pages

Most uses for these functions are to place diagnostics in the main
execution flow rather than placing it in a normal *SetFromOpti

*ViewFromOptions: update documentation, providing disabled man pages

Most uses for these functions are to place diagnostics in the main
execution flow rather than placing it in a normal *SetFromOptions
function that is only executed once. This commit provides documentation
because the old comments were incorrect, but does not generate man pages
because we'd rather not encourage users to choose this interface.

show more ...


# 146574ab 09-May-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES


1...<<51525354555657585960>>...72