History log of /petsc/src/dm/impls/plex/plexgeometry.c (Results 176 – 200 of 687)
Revision Date Author Comments
# e032ffc8 23-Sep-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Point location fixes for Lawrence


# ddce0771 22-Sep-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: Added 3D support for grid hashing
- Added -dm_plex_hash_box_faces
- Fixed bug in PetscGridHashGetEnclosingBox()
- Changed to looking at intersection of cell edges and box faces


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# bb0e558e 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/nec' into 'main'

Initial support for NEC-SX Aurora Tsubasa

See merge request petsc/petsc!3987


# 4165533c 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Argument --> Parameter (required to enable sowing checks)


# 6b867d5a 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: mismatching number of parameters


# 0b6bfacd 25-Apr-2021 Stefano Zampini <stefano.zampini@gmail.com>

NEC-SX: Fix compiler internal error


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# 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


# 568530c4 13-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'wence/feature/plex-locate-1d' into 'main'

Plex: Implement point location for line segments

See merge request petsc/petsc!4233


# 14bbb9f0 12-Aug-2021 Lawrence Mitchell <lawrence@wence.uk>

plex: Implement point location for line segments


# 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


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

Plex: Fix parallel bug in DMPlexCheckGeometry()
- Also Cannot check geometry of a pyramid


# 089217eb 26-Apr-2021 Matthew G. Knepley <knepley@gmail.com>

Plex+FV: Fix gradient reconstruction for FV


# 16f8cdc7 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'

Fix capture of MPI error code in MPIU_Allreduce()

See merge request petsc/petsc!3777


# 820f2d46 03-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, p

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# 0e3e0eac 15-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-hessians' into 'master'

Plex+FE: Now we can turn on second derivatives in an FEM calculation

See merge request petsc/petsc!3547


# f9244615 14-Jan-2021 Matthew G. Knepley <knepley@gmail.com>

Plex+FE: Now we can turn on second derivatives in an FEM calculation - Now FE interpolation and PetscFEEvaluateFieldJets_Internal() can also do Hessians - Add jet degree to DS - Add PTAP operations f

Plex+FE: Now we can turn on second derivatives in an FEM calculation - Now FE interpolation and PetscFEEvaluateFieldJets_Internal() can also do Hessians - Add jet degree to DS - Add PTAP operations for small matrices

show more ...


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


# a62fe86c 26-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-geometry-small' into 'master'

Plex: Small fixes

See merge request petsc/petsc!3244


# 37900f7d 25-Sep-2020 Matthew G. Knepley <knepley@gmail.com>

Plex: Small fixes
- DMPlexFindVertices() should use the coordinate dimension
- DMPlexLocatePoint_Simplex_3D_Intenal() should allow points eps near
the cell boundary
Suggested-by: "Jeremy Theler" <je

Plex: Small fixes
- DMPlexFindVertices() should use the coordinate dimension
- DMPlexLocatePoint_Simplex_3D_Intenal() should allow points eps near
the cell boundary
Suggested-by: "Jeremy Theler" <jeremy@seamplex.com>

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


12345678910>>...28