modparams module¶
Modification of contMech params files¶
A collection of functions allowing to modify a contMech params file in-place.
Warning
This module uses system calls to sed (on GNU/Linux) or gsed (on Mac). Note that the Mac version of sed is fundamentally different to GNU’s. Importing the module raises an error if GNU sed is not installed properly.