History log of /petsc/src/dm/interface/dmperiodicity.c (Results 51 – 52 of 52)
Revision Date Author Comments
# 7c48043b 27-Jun-2022 Matthew G. Knepley <knepley@gmail.com>

DM+FE: Create DG coordinate DS and add PetscFECreateFromSpaces()
- Refactor FE creation
- Create DS for DG coordinates
- Error on DG face coordinates


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


123