DAMASK_EICMD/installation/patch
Martin Diehl 76cf126566 [skip sc] not really a patch but enables python (3)
skipping syntax check as executable files normally only exist in
processing and installation
2018-07-20 16:10:20 +02:00
..
README.md PETSc 3.9 is already default 2018-07-10 18:21:05 +02:00
fwbw_derivative added patch to switch to fwbw_derivative 2016-11-29 09:52:14 -05:00
python2to3.sh [skip sc] not really a patch but enables python (3) 2018-07-20 16:10:20 +02:00

README.md

DAMASK patching

This folder contains patches that modify the functionality of the current development version of DAMASK ahead of the corresponding adoption in the official release.

Usage

cd DAMASK_ROOT
patch -p1 < installation/patch/nameOfPatch

Available patches

  • fwbw_derivative switches the default spatial derivative from continuous to forward/backward difference.
    This generally reduces spurious oscillations in the result as the spatial accuracy of the derivative is then compatible with the underlying solution grid.

Create patch

commit your changes

git format-patch PATH_TO_COMPARE --stdout >