History log of /petsc/src/dm/interface/dm.c (Results 676 – 700 of 1790)
Revision Date Author Comments
# 9f7230bf 12-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Localized coordinate query should not fail for non-plex DM


# 1970a576 04-Feb-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Fix block size of localized coordinates


# 83bfc06f 11-Mar-2019 Matthew Knepley <knepley@gmail.com>

Must copy discretization to cloned coordinate DM


# 979e053d 11-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+Doc: Added documentation on variable influence


# 17c1d62e 11-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Dag nabit! Uninitialized variable.


# b0441da4 09-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Eliminate DMPlexGet/SetAdjacencyUseCone/Closure() in favor of DMGet/SetBasicAdjacency()


# 34aa8a36 08-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Move adjacency from DS to DM
- Added DMGet/SetAdjacency()
- Altered DMView when fields are set
- Copy default adj on Clone, and field adj on CopyFields


# 7b559d1a 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
DM: Fix DS initialization, so that we can setup the discretization multiple times


# 66ef72b0 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason f

Revert "Merge branch 'knepley/fix-ds-init' [PR #1415]"

This reverts commit 37bb5b94b6914f9a726e34e5bf9c9c8b40dda9f0, reversing
changes made to 4a21182031185fd5d7353432f9213cf374069ae2.

The reason for this revert is an incorrect merge of a local copy of knepley/fix-ds-init.

show more ...


# 37bb5b94 10-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-ds-init' [PR #1415]

* knepley/fix-ds-init:
Fix DS initialization, so that we can setup the discretization multiple times


# 40967b3b 07-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Print out BC with PetscDSView()


# b0143b4d 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Create a default empty DS if DMGetDS() is called with no discretizations


# 2df9ee95 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Fix DS initialization, so that we can setup the discretization multiple times
- Clear out DS when changing DM fields
- Do not error if we cannot find a DS, just return NULL
- If there is no defau

DM: Fix DS initialization, so that we can setup the discretization multiple times
- Clear out DS when changing DM fields
- Do not error if we cannot find a DS, just return NULL
- If there is no default DS, make one in DMCreateDS()
- When checking for a DS in the coordinateDM, allow NULL

show more ...


# 64b0854d 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Removed unused variable


# 6801d45c 04-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: When setting the number of fields, leave the DS alone
- The Container is not a discretization, and it does not map 1-1 with the DM fields


# 67ff7744 07-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM+DS: Print out BC with PetscDSView()


# 216c9d5d 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Create a default empty DS if DMGetDS() is called with no discretizations


# b2afdc76 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Fix DS initialization, so that we can setup the discretization multiple times
- Clear out DS when changing DM fields
- Do not error if we cannot find a DS, just return NULL
- If there is no defau

DM: Fix DS initialization, so that we can setup the discretization multiple times
- Clear out DS when changing DM fields
- Do not error if we cannot find a DS, just return NULL
- If there is no default DS, make one in DMCreateDS()
- When checking for a DS in the coordinateDM, allow NULL

show more ...


# 516641a2 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-dm-setfields' into knepley/fix-ds-init

* knepley/fix-dm-setfields:
DM: Removed unused variable
DM: When setting the number of fields, leave the DS alone - The Container

Merge branch 'knepley/fix-dm-setfields' into knepley/fix-ds-init

* knepley/fix-dm-setfields:
DM: Removed unused variable
DM: When setting the number of fields, leave the DS alone - The Container is not a discretization, and it does not map 1-1 with the DM fields

show more ...


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# 498bc591 06-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Removed unused variable


# 2f290ab6 04-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DM: When setting the number of fields, leave the DS alone
- The Container is not a discretization, and it does not map 1-1 with the DM fields


# 8e422572 15-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/feature-viewer-check-readable-writable' [PR #1364]

* haplav/feature-viewer-check-readable-writable:
viewer - basic check for readable/writable
Basic check whether the viewer is

Merge branch 'haplav/feature-viewer-check-readable-writable' [PR #1364]

* haplav/feature-viewer-check-readable-writable:
viewer - basic check for readable/writable
Basic check whether the viewer is writable/readable right at the beginning of *View/*Load

show more ...


# 94dd692f 15-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'balay/fix-analyzer-dead-assignment' [PR #1380]

* balay/fix-analyzer-dead-assignment:
analyzer: fix missing CHKERRQ flagged as 'Dead assignment'


# 1b5e6740 13-Feb-2019 Satish Balay <balay@mcs.anl.gov>

analyzer: fix missing CHKERRQ flagged as 'Dead assignment'


1...<<21222324252627282930>>...72