History log of /petsc/src/dm/impls/plex/plexrefine.c (Results 76 – 100 of 477)
Revision Date Author Comments
# 005520e9 13-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'

Feature: libClang PETSc Macro Static Analyzer

See merge request petsc/petsc!3773


# 064a246e 11-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f

Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.

show more ...


# e9494080 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ds-residualbd-key' into 'main'

DS+FE+Doc: Make BdResidual take a key

See merge request petsc/petsc!3761


# 45480ffe 06-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

DM+Plex: Boundary integration functions are now stored in a PetscWeakForm held in the Boundary object
- Boundary residual/Jacobian functions now take a form key
- Now store DMLabel in DSBoundary
- Im

DM+Plex: Boundary integration functions are now stored in a PetscWeakForm held in the Boundary object
- Boundary residual/Jacobian functions now take a form key
- Now store DMLabel in DSBoundary
- Improved Boundary, Weak Form, and DS viewers
- Remove DMCopyBoundary(), DMCopyDisc() is sufficient
- Need DMTransferDS_Internal() to create new DS with label in the correct DM
- Correct all DMAddBoundary() in tests
- Allow DMBoundary to hold just a label name if necessary since p4est is missing labels in a lot of places
- Fix propagating coordinate dimension in DS

show more ...


# 5851a715 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-O3-warnings' into 'main'

CI: fix compile warnings when built with --with-debugging=0 COPTFLAGS=-O3

See merge request petsc/petsc!3784


# 42e9364c 29-Mar-2021 Satish Balay <balay@mcs.anl.gov>

CI: fix compile warnings when built with --with-debugging=0 COPTFLAGS=-O3


# 7ab9467e 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sf-change-api' into 'main'

Change some SF APIs mentioned in the ECP paper

See merge request petsc/petsc!3659


# ad227fea 27-Feb-2021 Junchao Zhang <jczhang@mcs.anl.gov>

SF: add an MPI_Op argument to SFBcast


# 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()


# 747052ed 23-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ksp-monitor-pause' into 'master'

Knepley/feature ksp monitor pause

See merge request petsc/petsc!3645


# 6d7c9049 22-Feb-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Document internal labels - Propagate Plex printing flags


# 1f6d1f78 07-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-2d-adapt' into 'master'

Knepley/feature plex 2d adapt

See merge request petsc/petsc!3461


# 3f2a96e3 13-Nov-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Added parallel SBR refinement
- Only 2D


# 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


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


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 7b917211 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Fix 0 -> NULL for pointers

See merge request petsc/petsc!3086


# ea78f98c 23-Aug-2020 Lisandro Dalcin <dalcinl@gmail.com>

DM: Replace 0 -> NULL for pointers


# 91a15f61 16-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ball' into 'master'

Knepley/feature plex ball

See merge request petsc/petsc!2977


# 51a74b61 15-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed sphere and ball meshes, and cleaned up refinement
- Added function to DMPlex to remap new coordinates
- Refinement must copy coordinate discretization
- Fixed sphere mesh to be the unit s

Plex: Fixed sphere and ball meshes, and cleaned up refinement
- Added function to DMPlex to remap new coordinates
- Refinement must copy coordinate discretization
- Fixed sphere mesh to be the unit sphere
- DMPlexCheckGeometry() cannot check surfaces

show more ...


# bfb203ca 25-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-plexrefiner-boundarylayer' into 'master'

feature plexrefiner boundarylayer

See merge request petsc/petsc!2881


# a5801f52 07-Jun-2020 Stefano Zampini <stefano.zampini@gmail.com>

DMPlex: Extend boundary layer refiner

customize number of splits and progression factor


# 8346c7d0 18-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/haplav/cherry-pick/stefanozampini/fix-overzelous-maybeuseduninitialized' into maint

cherry pick !2854 to maint

See merge request petsc/petsc!2884


12345678910>>...20