History log of /petsc/src/dm/impls/plex/tests/ex1.c (Results 101 – 125 of 136)
Revision Date Author Comments
# 12ddc87b 30-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-defined-define' into 'main'

requires: define -> requires: defined

Closes #984

See merge request petsc/petsc!4265


# dfd57a17 30-Aug-2021 Pierre Jolivet <pierre@joliv.et>

requires: define -> requires: defined


# 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


# 012bc364 06-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCe

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCellRefinerGetAffineTransforms() with
DMPlexRefineRegularGetAffineTransforms()

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]


# 52b05773 25-Jun-2021 Jed Brown <jed@jedbrown.org>

DMPlex: more accurate mesh names for examples and VTK output

Meshes were being called "Simplicial Mesh" even when the mesh was not
simplicial. In the legacy VTK output, "Simplicial Mesh Example" was

DMPlex: more accurate mesh names for examples and VTK output

Meshes were being called "Simplicial Mesh" even when the mesh was not
simplicial. In the legacy VTK output, "Simplicial Mesh Example" was
hard-coded. This avoids the hard-coding and makes the examples use a
name that should be stable and avoid confusion.

show more ...


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

Merge branch 'knepley/fix-plex-creation' into 'main'

Plex: Better handling of coordinate space

See merge request petsc/petsc!4007


# 61a622f3 17-May-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Better handling of coordinate space
- Better default for creating coordinate space
- DMPlexReplace_Static() should copy coordFunc
- Creation functions that use extrusion should take tensor cell

Plex: Better handling of coordinate space
- Better default for creating coordinate space
- DMPlexReplace_Static() should copy coordFunc
- Creation functions that use extrusion should take tensor cells
- Allow Plex to turn off remapping on refinement
- DMPlexCopyCoordinates() should preserve the coordinate space
- Fix for handling of periodic coordinates
- Remove periodic structures after localization
- Cannot remap periodic coordinates because localized cells throw it off

show more ...


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


# a0192acc 01-Sep-2020 Satish Balay <balay@mcs.anl.gov>

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


# c31b27b8 29-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-plex-physical-localization' into 'maint'

fix plex physical localization

See merge request petsc/petsc!3103


# db2bf62e 27-Aug-2020 Stefano Zampini <stefano.zampini@gmail.com>

DM: fix coordinate localization in physical space

The maxCell business is not robust at all wrt refinements.
This was already fixed, but reintroduced here 412e9a14abb


# 3d912c81 09-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-sphere-refine' into 'master'

Plex: Fix coordinates for sphere with quads

See merge request petsc/petsc!3034


# 68317524 08-Aug-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix coordinates for sphere with quads


# c8c6d1fc 31-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-exodus-surfaces' into 'master'

Knepley/fix plex exodus surfaces

See merge request petsc/petsc!2997


# d0fcb9c2 27-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Turn on some options for extrusion


# 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


# 0e278f6a 15-Jul-2020 Matthew G. Knepley <knepley@gmail.com>

Plex ex1: Added sphere and ball tests
- Updated Plex ex7


# 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


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

DMPlex ex1: add boundary layer refiner tests

add option to extrude meshes from other constructors


# 7a32ffbe 14-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'

Updated the use of sizeof() when possible instead of using hardwired sizes for...

See merge request petsc/petsc!2827


123456