History log of /petsc/src/dm/interface/dm.c (Results 601 – 625 of 1790)
Revision Date Author Comments
# d0eddb9b 07-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'mark/fix-viewfromoptions' into 'master'

prototype for ViewFromOptions macro-->functions

See merge request petsc/petsc!2083


# fe2efc57 07-Nov-2019 Mark <cal2princeton@yahoo.com>

prototype for ViewFromOptions macro-->functions


# ac1789ce 02-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/simplify-dm-label-list' into 'master'

improvements of DMLabel linked list in DM

Closes #386

See merge request petsc/petsc!2108


# 5d80c0bf 02-Oct-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Improve DM label list. Generalize DMCopyLabels().

* DMAddLabel:
- Add label to the end of list so DMGetLabelByNum() keeps the numbering of old ones.
- Assign depth label right away.
* Get rid of

Improve DM label list. Generalize DMCopyLabels().

* DMAddLabel:
- Add label to the end of list so DMGetLabelByNum() keeps the numbering of old ones.
- Assign depth label right away.
* Get rid of DMLabelLinkList.
* Make use of PetscObject reference count of individual labels.
* DMCopyLabels: add input args PetscCopyMode mode and PetscBool all.
* Update PetscCopyMode manpage for use with objects.

show more ...


# ae83a963 24-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-boundingbox' into 'master'

Knepley/feature dm boundingbox

See merge request petsc/petsc!2043


# 804c6ada 24-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Removed comment that said not supported from Fortran when it actually would generate the fortran stubs and should work ok


# 864131b4 23-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-fe-face-quadrature' into 'master'

Knepley/fix fe face quadrature

See merge request petsc/petsc!2079


# b0224d6c 22-Sep-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Remove unnecessary memory init in DMGetWorkArray()


# 6ce308c4 15-Sep-2019 Matthew G. Knepley <knepley@gmail.com>

Dm: Fix declaration


# b2e4378d 13-Sep-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Move bounding box calculation from DMDA to DM
- Preserve fallback to indices for DMDA which I dislike intensely


# 4fc38257 21-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'haplav/feature-dmaddlabel-reference' into 'master'

DMAddLabel: reference the label

See merge request petsc/petsc!2064


# 43e45a93 20-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

squash! add DMRemoveLabelBySelf: remove DMLabel found by itself

Use for-loop as @jedbrown suggested.


# 95d578d6 20-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMRemoveLabel: Use for-loop as @jedbrown suggested.

https://gitlab.com/petsc/petsc/merge_requests/2064#note_219465032


# f39a9ae0 19-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Apply suggestion to src/dm/interface/dm.c


# 306894ac 16-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add DMRemoveLabelBySelf: remove DMLabel found by itself


# e5472504 16-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMRemoveLabel: Call DMLabelDestroy() if outarg is NULL.

Validate args.
Improve manpage.


# a33ef145 06-Aug-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMRemoveLabel: DMHasLabel redundant here - it just does the same loop


# 08f633c4 10-Jul-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMAddLabel: Reference the label.

This is a clear case of referencing one PetscObject from another.


# bbba3437 20-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-check-boundary-connected-prereq-leftovers' into 'master'

Minor improvements to DMPlex.

See merge request petsc/petsc!2062


# 8b577e82 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'stefanozampini/revert-for-glvis-parallel' into 'master'

revert check same comm on DMView

See merge request petsc/petsc!2039


# ed0ed7c6 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'

# Conflicts:
# lib/petsc/conf/test


# 74903a4f 12-Sep-2019 Stefano Zampini <stefano.zampini@gmail.com>

DMView: temporary disable same comm check

Ideally, we would like to have this test on.

However, it currently breaks socket viz via GLVis.
During DMView(parallel_mesh,glvis_viewer), each
process ope

DMView: temporary disable same comm check

Ideally, we would like to have this test on.

However, it currently breaks socket viz via GLVis.
During DMView(parallel_mesh,glvis_viewer), each
process opens a sequential ASCII socket to visualize
the local mesh, and PetscObjectView(dm,local_socket)
is internally called inside VecView_GLVis, incurring
in an error here */

show more ...


# f4cdcedc 12-Aug-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMDestroyLabelLinkList: Rename to DMDestroyLabelLinkList_Internal.

* employ it in DMDestroy() to eliminate redundant code
* make it PETSC_INTERN


# af13c2f1 12-Sep-2019 Stefano Zampini <stefano.zampini@gmail.com>

minor


# 8169de83 11-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefano_zampini/bddc-log-approximate' into 'master'

Add logs to approximate BDDC + tests

See merge request petsc/petsc!2022


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