History log of /petsc/src/dm/impls/plex/tutorials/ex8.c (Results 1 – 25 of 44)
Revision Date Author Comments
# 3f5a071c 20-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/fix_submesh_coordinates' into 'main'

Ksagiyam/fix submesh coordinates

See merge request petsc/petsc!8353


# 4c712d99 27-Apr-2025 ksagiyam <k.sagiyama@imperial.ac.uk>

plexsubmesh: make submesh inherit CG/DG coordinate elements


# 7585a5d2 08-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-coord-localize' into 'main'

Knepley/fix plex coord localize

See merge request petsc/petsc!7438


# 04385073 07-Apr-2024 Matthew G. Knepley <knepley@gmail.com>

Plex ex8: Test for localized coordinates


# 06295560 11-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-lexi-order' into 'main'

Plex: Fix lexicographic closure ordering

See merge request petsc/petsc!7173


# 3c82e914 11-Jan-2024 Matthew G. Knepley <knepley@gmail.com>

Plex ex8: Fixed face ordering for discontinuous fields


# d845be80 31-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rezgar/GetTensorDegree_Private-update' into 'main'

Update DMPlexSetClosurePermutationTensor for multi dis/continuous fields

Closes #1237

See merge request petsc/petsc!6964


# e327e467 31-Oct-2023 Rezgar Shakeri <rezgar.shakeri@colorado.edu>

Update DMPlexSetClosurePermutationTensor for multi dis/continuous fields


# 15c913a0 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-high-order-view' into 'main'

Plex: Enable high order viewing

See merge request petsc/petsc!6959


# e44f6aeb 26-Oct-2023 Matthew G. Knepley <knepley@gmail.com>

Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinat

Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinateSpace()

show more ...


# 874af7e7 13-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-10/check-bad-source-picky' into 'main'

no extra blanks in test harness rules

See merge request petsc/petsc!6686


# 8fbce801 10-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove uneeded blanks in test-harness rules since some reviewers fix them in GitLab


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 7d8d4117 17-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ephemeral-mesh' into 'main'

Plex: First implementation of ephemeral meshes

See merge request petsc/petsc!5738


# 9f4ada15 12-Oct-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: First implementation of ephemeral meshes
- Add DMPlexGet/RestoreOrientedCone()
- Add a transform to Plex, which makes it an ephemeral mesh
- Add depth information to PlexTransform
- Fix filter

Plex: First implementation of ephemeral meshes
- Add DMPlexGet/RestoreOrientedCone()
- Add a transform to Plex, which makes it an ephemeral mesh
- Add depth information to PlexTransform
- Fix filter transform
- Fix Plex view for ephemeral meshes
- Right now, check mesh->tr for an ephemeral mesh, but later we could
make a subclass
- Remove DMPlexAddConeSize()

show more ...


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# 38f67375 27-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners

See merge request petsc/petsc!5557


# 48a46eb9 27-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 5cab5458 26-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'

Add PetscFunctionBeginUser to all PETSc C/C++ examples

See merge request petsc/petsc!5470


# 327415f7 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Add PetscFunctionBeginUser to all PETSc C/C++ examples

Now the stack frames will contain the main program and the correct line numbers in them

git ls-files | egrep "(tutorials|tests)" | xargs sed -

Add PetscFunctionBeginUser to all PETSc C/C++ examples

Now the stack frames will contain the main program and the correct line numbers in them

git ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"

Commit-type: error-checking, testing-fix
/spend 15m

show more ...


# 853e96a4 22-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dmprojectcoordinates-localized' into 'main'

DMPlex: add test for DMProjectCoordinates when coordinates are localized

See merge request petsc/petsc!5107


12