History log of /petsc/src/dm/impls/plex/tests/ex50.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 0f949f0b 20-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/dmplex-scalable-is' into 'main'

DMPlexCreatePointNumbering: use COMM_SELF

Closes #1402

See merge request petsc/petsc!6614


# d1c35871 19-Jun-2023 Jed Brown <jed@jedbrown.org>

DMPlexCreatePointNumbering: use COMM_SELF

This fixes #1402, a 32-bit overflow in the global number of points even
when the global number of dofs is less than 2B. The indices in the IS
are entirely l

DMPlexCreatePointNumbering: use COMM_SELF

This fixes #1402, a 32-bit overflow in the global number of points even
when the global number of dofs is less than 2B. The indices in the IS
are entirely local so COMM_SELF is semantically correct.

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


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


# c07fc37f 21-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-cgns' into 'main'

DMPlex: add support for writing CGNS files in parallel

See merge request petsc/petsc!5449


# 966484cf 17-Jul-2022 Jed Brown <jed@jedbrown.org>

DMPlexCreatePointNumbering: add test and better documentation