History log of /petsc/src/dm/impls/plex/plex.c (Results 501 – 525 of 1780)
Revision Date Author Comments
# 626924cb 18-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 004c9b80 18-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-fdm-plex-anchors' into 'release'

DM: Uninitialized variable in anchor calculation

See merge request petsc/petsc!3728


# 326b8f31 17-Mar-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Uninitialized variable in anchor calculation


# 31867c9b 13-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-dm-interpolate-solution' into 'main'

Total solution interpolation

See merge request petsc/petsc!3700


# 1eb70e55 09-Mar-2021 Toby Isaac <tisaac@cc.gatech.edu>

Create affine correction for total solution projection in plex

squashme: fix DMInterpolationSolution_Plex

squashme: fix DMInterpolateSolution_Plex()

squashme whitespace


# 42122872 25-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 60f11f4c 25-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'

CHKERRQ() -> CHKERRMPI()

See merge request petsc/petsc!3637


# 55b25c41 19-Feb-2021 Pierre Jolivet <pierre@joliv.et>

CHKERRQ() -> CHKERRMPI()


# 31424e5a 24-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley-release-patch-47243' into 'release'

Fixed doc reference

See merge request petsc/petsc!3657


# 8065b584 24-Feb-2021 Matthew Knepley <knepley@gmail.com>

Fixed doc reference


# 770cd5fd 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-monitors-reorg' into 'master'

Knepley/feature monitors reorg

See merge request petsc/petsc!3631


# 798534f6 18-Feb-2021 Matthew G. Knepley <knepley@gmail.com>

KSP: Reorganized monitors - Now the residual can be viewed using -ksp_monitor draw and a plot can be made using -ksp_monitor draw::draw_lg - This also works for the true residual and error - We no

KSP: Reorganized monitors - Now the residual can be viewed using -ksp_monitor draw and a plot can be made using -ksp_monitor draw::draw_lg - This also works for the true residual and error - We noe register monitors so that dispatch based on viewer and format works - Add KSPMonitorLGCreate(), and remove KSPMonitorLGResidualNorm*() and KSPMonitorLGTrueResidualNorm*() - Add KSPMonitorError(), used by -ksp_monitor_error - Add arguments to KSPMonitorSetFromOptions() to allow line graphs to be configured - Remove SNESMonitorLGCreate() and SNESMonitorLGResidualNorm() which are now handled by the default monitor - PetscViewerAndFormat now allows a payload - VecView_Plex() and VecView_Plex_Local() must propagate the flag indicating zero BC

show more ...


# b3fb2964 12-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/plex-use-mtype' into 'master'

use dm->mtype to create a matrix

See merge request petsc/petsc!3512


# e19f7ee6 12-Jan-2021 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

use dm->mtype to create a matrix
and redo passing matrix type to constraint matrix


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# bfc8fd11 24-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 54f467a8 23-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/pgi-20.9-warnings' into 'release'

Fix warnings in NVIDIA compilers (formerly PGI)

See merge request petsc/petsc!3397


# b458e8f1 05-Nov-2020 Jose E. Roman <jroman@dsic.upv.es>

Fix warnings in NVIDIA compilers (formerly PGI): unreachable statement


# bfeef622 12-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-adapt-example' into 'master'

Knepley/feature plex adapt example

See merge request petsc/petsc!3240


# a55f9a55 24-Sep-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: We should allow variables on prism cells if no hybrid DS is involved
- This allows -dm_partition_view to work with prisms


# 97b5471d 12-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-interpolate-pyramid' into 'master'

Plex: Added pyramid cell type

See merge request petsc/petsc!3329


# efba6e65 10-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# da9060c4 10-Oct-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Added pyramid cell type - Added pyrmaid reference cell - Added -dm_plex_ref_type for DMPlexCreateReferenceCellByType() - Added interpolation of pyramids - Added pyramid interpolation test i

Plex: Added pyramid cell type - Added pyrmaid reference cell - Added -dm_plex_ref_type for DMPlexCreateReferenceCellByType() - Added interpolation of pyramids - Added pyramid interpolation test in Plex ex7 - Temporary fix for pyramids in refinement

show more ...


# 3ffbe08e 09-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-small' into 'release'

Plex+Doc: Better seealso

See merge request petsc/petsc!3328


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