History log of /petsc/src/dm/impls/plex/tests/ex18.c (Results 76 – 100 of 110)
Revision Date Author Comments
# 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


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


# be8c289d 25-Mar-2021 Nicolas Barral <nicolas.barral@inria.fr>

plex create: pull out mapping lv->gv for CreateFromListParallel


# be7a8307 18-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/dmplex_path_change' into 'main'

Ksagiyam/dmplex path change

Closes #956 and #896

See merge request petsc/petsc!4441


# cd7e8a5e 03-Aug-2021 ksagiyam <k.sagiyama@imperial.ac.uk>

plex: DMPlex needs to be named before calling DM{View, Load}()

DMPlexCreateFromFile() takes mesh name as argument


# a7bd641c 19-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-06-10/fix-chkerrq' into 'main'

Fix missing ierr =, removed incorrect CHKERRQ(), change CHKStringError

See merge request petsc/petsc!4078


# 2e58f0ef 18-Oct-2021 Barry Smith <bsmith@petsc.dev>

CHKSTRINGERROR() -> CHKERRSTR(), ierr -> err, and other CHK**() fixes


# 6762c164 15-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan-release-patch-82973' into 'main'

Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"

See merge request petsc/petsc!4146


# dd400576 26-Jul-2021 Patrick Sanan <patrick.sanan@gmail.com>

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less
tightly, so the result of the computation would otherwise change.

show more ...


# 9b3f0822 24-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-orientation-rethink' into 'main'

Plex: Rethink Plex orientation

See merge request petsc/petsc!4218


# b5a892a1 24-May-2021 Matthew G. Knepley <knepley@gmail.com>

DM: New idea for cell orientations
- Add DMPolytopeTypeGetNumArrangments()
- Add DMPolytopeTypeGetArrangment()
- Add DMPolytopeTypeGetVertexArrangment()
- Add DMPolytopeTypeComposeOrientation()
- Add

DM: New idea for cell orientations
- Add DMPolytopeTypeGetNumArrangments()
- Add DMPolytopeTypeGetArrangment()
- Add DMPolytopeTypeGetVertexArrangment()
- Add DMPolytopeTypeComposeOrientation()
- Add DMPolytopeTypeComposeOrientationInv()
- Add DMPolytopeGetOrientation()
- Add DMPolytopeGetVertexOrientation()
- Inversion now uses just negation instead of face size
- Remove DMPlexOrientCell(), DMPlexReverseCell(), DMPlexCompareOrientations()
- Add DMPlexOrientPoint()
- Add MPIU_4INT and MPI_4INT
- Rewrote transitive closure
- DMPlexGetTransitiveClosure_Depth1_Static() now correctly handles ornt
- PetscDualSpaceLagrange and PetscSection use the number of arragnements and not the cone size
- Update examples

show more ...


# 82a6ae78 28-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'

Some missing CHKERR[Q|MPI]

See merge request petsc/petsc!4190


# 1e1ea65d 27-Jul-2021 Pierre Jolivet <pierre@joliv.et>

Some missing CHKERR[Q|MPI]


# 2b40f18d 09-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-06-08/fix-setterrq-chkerrq' into 'main'

Removed CHKERRQ() that come immediately after SETERRQ(), add test to...

See merge request petsc/petsc!4069


# 2758c9b9 08-Jun-2021 Barry Smith <bsmith@mcs.anl.gov>

Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs

Commit-type: bug-fix, error-checking
\spend 10m
Reported-by: Lisandro Dalcin <dalcinl@gm

Removed CHKERRQ() that come immediately after SETERRQ(), add test to checkbadSource() to find such constructs

Commit-type: bug-fix, error-checking
\spend 10m
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>

show more ...


# c52a6700 02-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-warnings-nec' into 'main'

Stefanozampini/fix warnings nec

See merge request petsc/petsc!4047


# 2a27bf02 30-Apr-2021 Stefano Zampini <stefano.zampini@gmail.com>

Fix compiler warnings


# 68ce86a1 18-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-ceed-integration' into 'main'

Plex: Initial CEED integration

See merge request petsc/petsc!3918


# 30602db0 14-May-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Update examples to use new creation interface


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


# e4a630a0 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-09-01/fix-with-log-zero' into 'master'

Clean up examples so they run correctly without warnings configured using...

See merge request petsc/petsc!3193


# 956f8c0d 01-Sep-2020 Barry Smith <bsmith@mcs.anl.gov>

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, mai

Clean up examples so they run correctly without warnings configured using --with-log=0 and --with-info=0

Make CI pipeline linux job build with these options

Commit-type: testing-fix, style-fix, maintainability
/spend 1h

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


12345