History log of /petsc/src/dm/impls/plex/plexegads.c (Results 76 – 100 of 105)
Revision Date Author Comments
# d410b0cf 29-Sep-2021 Matthew G. Knepley <knepley@gmail.com>

DM: Now extrusion is like DMRefine() and implemented through DMPlexTransform - DMExtrude() replaces DMPlexExtrude() - Added an extrusion transformation - Added DMPlexTransformSetDimensions() and setd

DM: Now extrusion is like DMRefine() and implemented through DMPlexTransform - DMExtrude() replaces DMPlexExtrude() - Added an extrusion transformation - Added DMPlexTransformSetDimensions() and setdimensions function - DMPlexTransformMapCoordinates() and DMPlexSnapToGeomModel() now take the coordinate dimension - -dm_extrude replaces -dm_plex_extrude_layers

show more ...


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


# c1bf08c5 06-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/spelling-errors' into 'main'

Fix many spelling errors in manpages and comments

See merge request petsc/petsc!4283


# a5b23f4a 03-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix spelling errors in manpages and comments


# 1a8edbb8 11-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-opencascade' into 'main'

Plex: Separated EGADS and EGadsLite functionality, many fixes

See merge request petsc/petsc!3870


# c1cad2e7 28-Mar-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Separated EGADS and EGadsLite functionality, many fixes
- Added DMPlexCreateEGADSLiteFromFile()
- Added DMPlexInflateToGeomModel()
- Added test CAD meshes
- Fixed bug in CTetGen labeling
- Fixe

Plex: Separated EGADS and EGadsLite functionality, many fixes
- Added DMPlexCreateEGADSLiteFromFile()
- Added DMPlexInflateToGeomModel()
- Added test CAD meshes
- Fixed bug in CTetGen labeling
- Fixed memory leak in TetGen
- Added support for -dm_plex_view_labels in ASCII viewer
- Added -dm_plex_ignore_model to disable snap-to-CAD for refinement

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


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


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

Merge branch 'barry/2021-04-06/fix-bad-error-code-returns' into 'main'

Fix bad error code returns in various places in PETSc

See merge request petsc/petsc!3846


# d8185827 07-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-f

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-fix, style-fix
/spend 2.5h

show more ...


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


# 951fc94c 26-Nov-2020 Satish Balay <balay@mcs.anl.gov>

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

More warnings in NVIDIA/PGI compilers

See merge request petsc/petsc!3432


# c03d1177 25-Nov-2020 Jose E. Roman <jroman@dsic.upv.es>

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


# 6f4a3672 30-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-ex45-conv' into 'master'

Knepley/feature ts ex45 conv

See merge request petsc/petsc!3372


# 266cfabe 25-Oct-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Remove diagnostic printing from EGADS


# 8b604b9c 23-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-egads-mesh' into 'master'

Plex: Allow EGADS mesh creation through the normal mechanism

See merge request petsc/petsc!3364


# 7bee2925 23-Oct-2020 Matthew Knepley <knepley@gmail.com>

Plex: Allow EGADS mesh creation through the normal mechanism


# 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