History log of /petsc/src/dm/impls/plex/plex.c (Results 601 – 625 of 1780)
Revision Date Author Comments
# 8372926a 06-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 2961c3ac 06-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double-chkerrq' into 'maint'

Double CHKERRQ

See merge request petsc/petsc!2427


# c3b366b1 06-Jan-2020 prj- <pierre.jolivet@enseeiht.fr>

Double CHKERRQ


# 85b47811 01-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-interp-perm' into 'master'

Plex: We need to turn off closure permtuations when creating the interpolator...

See merge request petsc/petsc!2420


# 17c0192b 31-Dec-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: We need to turn off closure permtuations when creating the interpolator for regularly refined meshes.


# d0463212 13-Dec-2019 Satish Balay <balay@mcs.anl.gov>

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

Knepley/feature dm monitor

See merge request petsc/petsc!2369


# c0f0dcc3 08-Dec-2019 Matthew G. Knepley <knepley@gmail.com>

DM: Added monitors - Added DMMonitorSet(), DMMonitorCancel(), DMMonitorSetFromOptions(), DMMonitor() - Added DMPlexMonitorThroughput() and -dm_plex_monitor_throughput - SNES calls DMMonitor()


# a9e32f46 12-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/petscpartitioner-target-weights' into 'master'

Fix PetscPartitioner and add support for target partition weights

See merge request petsc/petsc!2333


# 9ff78c21 30-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-check-all-option' into 'master'

DMSetFromOptions_Plex: add -dm_plex_check_all option

See merge request petsc/petsc!2269


# 9886b8cf 26-Nov-2019 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEX: rename DMPlexCreateNumbering_Internal and make it PETSC_EXTERN

Application may use this function


# 95eb5ee5 06-Nov-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

doc: Make DMSetFromOptions() manpage a hub for all Check functions.

All DMPlex* point to DMSetFromOptions for complete list.


# 45da879f 06-Nov-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCheckSkeleton: Pass for uninterpolated meshes.

Get rid of -dm_plex_force_check_faces.

https://gitlab.com/petsc/petsc/merge_requests/2176#note_240927016


# dd5e518f 11-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 69382a6c 10-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-doc-dmplexstratify' into 'maint'

Minor fix of DMPlexStratify manpage.

See merge request petsc/petsc!2287


# aa3b2aff 08-Nov-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Minor fix of DMPlexStratify manpage.

$ must start the line to be typeset as monospace.


# cc59f4f8 08-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 14728f97 08-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dm-spelling' into 'maint'

Jed/dm spelling

See merge request petsc/petsc!2281


# 9df75925 08-Nov-2019 Jed Brown <jed@jedbrown.org>

DM: fix spelling "Glocal" and old DMDA -> DM


# d8ee910d 05-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-dmplexcheckpointsf' into 'master'

DMPlexCheckPointSF: We need to allow mixed sharing of points in the interface

See merge request petsc/petsc!2239


# f5869d18 31-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

DMPlexCheckPointSF: We need to allow mixed sharing of points in the interface

- This means if a face is a leaf (ghost), we could still own one of its faces
- This is necessary for good load balance,

DMPlexCheckPointSF: We need to allow mixed sharing of points in the interface

- This means if a face is a leaf (ghost), we could still own one of its faces
- This is necessary for good load balance, see the PR from Florian/Patrick/Lawrence

show more ...


# 9fb0ad59 04-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/interpolation-in-dmplexcheckfaces' into 'master'

Interpolation required in dmplexcheckfaces

See merge request petsc/petsc!2176


# 899ea2b8 04-Nov-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

Interpolation required in dmplexcheckfaces


# d1922515 31-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-multiple-fields-complex-dmplex-vtk' into 'master'

Allow multiple fields and complex numbers in DMPlex VTK visualization

See merge request petsc/petsc!2247


# e630c359 28-Oct-2019 Toby Isaac <tisaac@cc.gatech.edu>

Support viewing vecs with multifields in VTK from DMPlex

Change precedence when finding sections in DMPletscVTKWriteALL

Searching for "section" before resorting to DM makes it easier to view just a

Support viewing vecs with multifields in VTK from DMPlex

Change precedence when finding sections in DMPletscVTKWriteALL

Searching for "section" before resorting to DM makes it easier to view just a single
field of a vector: rather than computing a subdm, we just get the field section and
compose it with a thin duplicate of the vector

Use composed "section" in DMPlexVTKWriteAll_VTU

Handle multifield vecs in VecView_Plex_Local_VTK

Test VTK multifield output in ascii and vtu in snes tutorials ex24

Make plexvtu use the sections composed with the vectors, provide vector output, and have more sensible names

Tranfer vector fields expanded to 3 components in one transfer

Only put a number on a field if there is more than one field

Add fieldnum argument to PetscViewerVTKAddField()

Now a vector can be added only for a single field to be printed. We can add the same field
multiple times. This avoids copying fields of a vector into separate vectors for viewing

show more ...


# 55461da9 23-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-dmplexisdistributed' into 'master'

Add DMPlexIsDistributed().

Closes #388

See merge request petsc/petsc!2124


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