History log of /petsc/src/dm/interface/dmcoordinates.c (Results 76 – 80 of 80)
Revision Date Author Comments
# 71052fdf 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove the no longer needed PetscCheck(a->ops->y...

Commit-type: error-checking, housekeeping
/spend 10m

Development Tools: Vim, Emacs, Eclipse


# 6c4e6812 06-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-dm-periodicity' into 'main'

Fixes for periodicity

See merge request petsc/petsc!5391


# 11ea91a7 30-Jun-2022 Matthew G. Knepley <knepley@gmail.com>

DM: Should have used cell coordinate DM


# 91e96481 28-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-periodic-separation' into 'main'

Fix periodicity for higher order coordinates

See merge request petsc/petsc!5333


# 6858538e 11-Jun-2022 Matthew G. Knepley <knepley@gmail.com>

DM: Reorganized periodic coordinates into a separate representation
- Split coordinates into two representations
- No longer specify the boundary type for periodicity. We can tell if a
given boundary

DM: Reorganized periodic coordinates into a separate representation
- Split coordinates into two representations
- No longer specify the boundary type for periodicity. We can tell if a
given boundary is periodic by a positive L[d]
- Added DMPlexGetCellCoordinates_Internal() to get localized cell
coordinates automatically, and used in plexgeometry.c
- Moved coordinate functions into dmcoordinates.c
- Moved periodicity functions into dmperiodicity.c

show more ...


1234