History log of /petsc/src/dm/impls/plex/plex.c (Results 626 – 650 of 1780)
Revision Date Author Comments
# f0cfc026 30-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlex{Check,Interpolate}PointSF: : Skip for non-distributed plex.

Throw an error for distributed plex with no/invalid PointSF.


# 5e7c3d04 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# a2ce5c33 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-remap-geometry' into 'master'

Knepley/feature plex remap geometry

See merge request petsc/petsc!2131


# d613fa14 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/doc-plex-stratify' into 'maint'

Plex+Doc: Jed asked for a specific example of stratification on a partially interpolated mesh

See merge request petsc/petsc!2095


# b1bb481b 21-Oct-2019 Matthew Knepley <knepley@gmail.com>

Plex+Doc: Jed asked for a specific example of stratification on a partially interpolated mesh


# 3305db10 12-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 35a1984f 12-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-dmplexspectralclosure' into 'maint'

Fix DMPlexSetClosurePermutationTensor for meshes without local points

See merge request petsc/petsc!2158


# 2cdc749c 01-Oct-2019 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexGetClosureIndices: fix docs and missing CHKERRQ


# a433471f 30-Sep-2019 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexSetClosurePermutationTensor: Fix for zerosized meshes


# cdb48dd4 07-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-fv-ghost-cells' into 'master'

Knepley/fix fv ghost cells

See merge request petsc/petsc!2132


# 2a9f31c0 07-Oct-2019 Matthew G. Knepley <knepley@gmail.com>

Plex+Doc: Description of Plex point numbering

- More documentation of DMPlexGet/SetGhostCellStratum()


# d80ece95 09-Aug-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: When constructing ghost cells, must preserve the hybrid cell information

- Need to distribute ghost cell info along with hybrid info

- Change the output format for ghost cells - Update TS ex18


# 485ad865 01-Aug-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Use new API to handle hybrid and FV ghost cells


# e6139122 01-Aug-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexGetSetGhostCellStratum(), and DMPlexGetInteriorCellStratum()


# 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 ...


# a46c2b5a 09-Jun-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed bug in drawing distorted quads


# e868a199 27-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jczhang/fix-reinstate-some-mpi-check'

Reinstate MPI_Win_create check and revise MPI shared memory check

See merge request petsc/petsc!2197


# b674149e 24-Sep-2019 Junchao Zhang <jczhang@mcs.anl.gov>

Rename PETSC_HAVE_MPI_WIN_CREATE_FEATURE to PETSC_HAVE_MPI_PROCESS_SHARED_MEMORY

To have clear distinction from PETSC_HAVE_MPI_WIN_CREATE


# c2d6c616 26-Sep-2019 Satish Balay <balay@mcs.anl.gov>

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

add DMPlexGetOverlap()

See merge request petsc/petsc!2002


# 8918e3e2 03-Sep-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCheckPointSF: warning and skip for overlapped DMPlex


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

Merge branch 'master' into 'master'

Add --download-hpddm

See merge request petsc/petsc!1994


# 4e009831 23-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-mesh-quality-example' into 'master'

Knepley/feature mesh quality example

See merge request petsc/petsc!2059


# 28d58a37 22-Sep-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Fixes and improvements for PCHPDDM and KSPHPDDM


# 48afe810 21-Sep-2019 Satish Balay <balay@mcs.anl.gov>

fix compile error

/usr/home/glci/builds/kbKx1xLp/0/petsc/petsc/src/dm/impls/plex/plex.c: In function 'PetscErrorCode DMPlexCheckCellShape(DM, PetscBool, PetscReal)':
/usr/home/glci/builds/kbKx1xLp/0

fix compile error

/usr/home/glci/builds/kbKx1xLp/0/petsc/petsc/src/dm/impls/plex/plex.c: In function 'PetscErrorCode DMPlexCheckCellShape(DM, PetscBool, PetscReal)':
/usr/home/glci/builds/kbKx1xLp/0/petsc/petsc/src/dm/impls/plex/plex.c:7200:78: error: invalid cast from type 'PetscScalar' {aka 'std::complex<double>'} to type 'double'
ierr = PetscSynchronizedPrintf(comm, "%g", (double) coords[i*cdim+d]);CHKERRQ(ierr);
^

show more ...


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