History log of /petsc/src/dm/impls/plex/plexadapt.c (Results 26 – 50 of 161)
Revision Date Author Comments
# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# 940e4fdf 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'

Feature: Attribute Format - Mat

See merge request petsc/petsc!4634


# 546078ac 10-Dec-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

remove trailing newline from SETERRQ


# 00618b71 24-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/preserve-tags' into 'main'

Preserve cell tags for metric-based adaptation

See merge request petsc/petsc!4578


# 9fe9e680 22-Nov-2021 Joe Wallwork <j.wallwork16@imperial.ac.uk>

dm adapt: preserve cell tags


# 887dddf3 19-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/mmg-trim' into 'main'

Plex interface for Mmg and ParMmg

See merge request petsc/petsc!4431


# 2bc0b47d 19-Nov-2021 Joe Wallwork <j.wallwork16@imperial.ac.uk>

plex adapt: finish integration of Mmg and ParMmg

Note that the interfaces for Pragmatic, Mmg
and ParMmg now exist in their own subdirectories


# c0517cd5 11-Oct-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Take over management of mesh generators and adaptors from DMPlex
- Change adaptLabel signature to match adaptMetric
- Move mesh generator list from DMPlex to DM
- DMAdaptLabel() and DMAdaptMetric

DM: Take over management of mesh generators and adaptors from DMPlex
- Change adaptLabel signature to match adaptMetric
- Move mesh generator list from DMPlex to DM
- DMAdaptLabel() and DMAdaptMetric() now check this list
- Register metric adaptation packages
- Change -dm_plex_generator to -dm_generator
- Change -dm_plex_adaptor to -dm_adaptor

show more ...


# 57c00dc3 09-Mar-2021 Nicolas Barral <nicolas.barral@inria.fr>

plex adapt: copy in Nicolas Barral's work on Mmg

This is a partial copy of:
repo: https://gitlab.com/taupalosaurus/petsc.git
branch: barral/plex-adapt-mmg
commit: 98956700dc63d1435c4f7f7458d4bebe12b

plex adapt: copy in Nicolas Barral's work on Mmg

This is a partial copy of:
repo: https://gitlab.com/taupalosaurus/petsc.git
branch: barral/plex-adapt-mmg
commit: 98956700dc63d1435c4f7f7458d4bebe12b8adde

show more ...


# 8e05118e 09-Mar-2021 Nicolas Barral <nicolas.barral@inria.fr>

plex adapt: copy in Thomas Vigier's work on MMG

This is a partial copy of :
repo: https://gitlab.com/optimisation-de-maillage-petsc-chp/petsc.git
branch: thomas/test
commit: ab0f579e4be9c77bc112ec55

plex adapt: copy in Thomas Vigier's work on MMG

This is a partial copy of :
repo: https://gitlab.com/optimisation-de-maillage-petsc-chp/petsc.git
branch: thomas/test
commit: ab0f579e4be9c77bc112ec55db7bcac1aaac15f7

show more ...


# e9b07ec7 04-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-1d-amr' into 'main'

Plex: Added 1D adaptive refinement - Plex ex46 tests it

See merge request petsc/petsc!4524


# a12d352d 04-Nov-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Added 1D adaptive refinement - Plex ex46 tests it


# 260ff5ae 27-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/metric-petsc4py' into 'main'

Python bindings for metric utils

See merge request petsc/petsc!4430


# c549125a 20-Oct-2021 Joe Wallwork <j.wallwork16@imperial.ac.uk>

plex adapt: error if some proc has no cells


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


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


# 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


# 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


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


# 89c010cf 23-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix some %d that should be %D
Fix some source code style

Commit-type: style-fix
/spend 15m


1234567