History log of /petsc/src/dm/impls/plex/plex.c (Results 401 – 425 of 1780)
Revision Date Author Comments
# 04006fa6 11-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-tensor-periodic' into 'main'

DMPlex: support tensor closure permutations with periodic

See merge request petsc/petsc!2178


# 6584f52a 11-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/matis-negative-indices' into 'main'

matis negative indices

See merge request petsc/petsc!4923


# e432b41d 02-Mar-2022 Stefano Zampini <stefano.zampini@gmail.com>

MATIS: support negative indices in l2maps


# a05c9aa3 09-Mar-2022 Jed Brown <jed@jedbrown.org>

DMPlexSetClosurePermutationTensor: support localized coordinates


# 79769bd5 24-Feb-2020 Jed Brown <jed@jedbrown.org>

DM: add bias to anchor/constraint system


# ebdb1bfa 23-Feb-2020 Jed Brown <jed@jedbrown.org>

DMPlex: fix obsolete references to DMGetConstraints


# 796d0a68 16-Oct-2019 Jed Brown <jed@jedbrown.org>

DMPlexSetClosurePermutationTensor: fix for periodic

A periodic mesh is interpolated with a chart that contains both cells
and vertices. The points in intermediate strata are not in the chart,
so we

DMPlexSetClosurePermutationTensor: fix for periodic

A periodic mesh is interpolated with a chart that contains both cells
and vertices. The points in intermediate strata are not in the chart,
so we should proceed as though we have a vertex chart.

show more ...


# a147c0b5 09-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-02-24/rm-petscassert-false' into 'main'

Remove PetscAssertFalse(), change some incorrect use of PetscAssert*() for...

See merge request petsc/petsc!4887


# 6bdcaf15 09-Mar-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove PetscAssertFalse(), change some incorrect use of PetscAssert*() for OUTOFRANGE to PetscCheck()

Commit-type: error-checking, style-fix
/spend 1h


# 34196998 07-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-view-parallel' into 'main'

Plex: Shorten view for large process sets

See merge request petsc/petsc!4931


# ca7bf7ee 07-Mar-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: Shorten view for large process sets


# e7133dc4 28-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-fe-wxy-again' into 'main'

FE on triangular prisms

See merge request petsc/petsc!4826


# 00635df3 28-Jan-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix mass matrix
- Was ignoring components


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9fbee547 03-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

deprecate PETSC_STATIC_INLINE


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 7d3de750 12-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

make PetscInfo() variadic


# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# 2d757f79 02-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-explicit-timestepping' into 'main'

DM+TS: Add support for mass matrices

See merge request petsc/petsc!4683


# b4937a87 27-Dec-2021 Matthew G. Knepley <knepley@gmail.com>

DM+TS: Add support for mass matrices
- Added a lumped mass matrix for explicit timestepping
- Add functions for DMTS to manage the mass matrix
- Fix Plex mass matrix creation


# 4215a7ea 17-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-dmlabel-hdf5-parallel-load' into 'main'

DMLabel parallel loading from petsc-native HDF5 format

See merge request petsc/petsc!4568


# e6368b79 09-Sep-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexLabelsLoad_Internal works in parallel.

DMPlexLabelsLoad: add PetscSF sfXC arg.


# 3bd0db69 29-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-11-24/feature-plex-clearer-cells-per-rank' into 'main'

Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)

See merge request

Merge branch 'barry/2021-11-24/feature-plex-clearer-cells-per-rank' into 'main'

Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)

See merge request petsc/petsc!4599

show more ...


# 9880b877 25-Nov-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)

Update the test output files

Commit-type: debugability
\spend 45m


1...<<11121314151617181920>>...72