DAMASK_EICMD/installation/patch
Philip Eisenlohr 20c5ccc112 corrected (my standard) mistake in README 2016-11-29 10:02:07 -05:00
..
README.md corrected (my standard) mistake in README 2016-11-29 10:02:07 -05:00
fwbw_derivative added patch to switch to fwbw_derivative 2016-11-29 09:52:14 -05:00
petsc3.7 added temporary patch for PETSc 3.7.x compatibility 2016-11-24 09:51:21 -05:00

README.md

DAMASK patching

This folder contains patches that modify the functionality of the current version of DAMASK prior to the corresponding inclusion 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.
  • petsc3.7 adapts to API changes introduced between PETSc 3.6.x and 3.7.x for setting PETSc options.
    Use this patch if your system runs PETSc 3.7.x.