Extra options for computational electrophysiology.
authorCarsten Kutzner <ckutzne@gwdg.de>
Tue, 2 Dec 2014 10:49:02 +0000 (11:49 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 7 Oct 2015 18:39:57 +0000 (20:39 +0200)
commitbdc0b6c3479037635242c77f9e61e864f684796a
tree43e6f743128b1d994de18580556c06da0cd05c06
parent411f01d3d7bfb2f954d10a1d8fe85670176f33be
Extra options for computational electrophysiology.

* Added two extra .mdp file parameters 'bulk-offset' that allow to specify
an offset of the swap layers from the compartment midplanes. This is useful
for setups where e.g. a transmembrane protein extends far into at least one
of the compartments. Without an offset, ions would be swapped in the vicinity
of the protein, which is not wanted. Adding an extended water layer comes
at the cost of performance, which is not the case for the offset solution.
* Also made the wording a bit clearer in some places
* Described the new parameters in the PDF manual, updated figure
* replaced usage of sprintf in output routine print_ionlist_legend() by snprintf
* Turned comments describing the variables entering the swapcoords.cpp
  functions into doxygen comments

Change-Id: I2a5314d112384b30f9c910135047cc2441192421
docs/manual/plots/compelsetup.pdf
docs/manual/special.tex
src/gromacs/fileio/tpxio.cpp
src/gromacs/gmxlib/txtdump.cpp
src/gromacs/gmxpreprocess/readir.cpp
src/gromacs/legacyheaders/types/inputrec.h
src/gromacs/swap/swapcoords.cpp
src/gromacs/timing/wallcycle.cpp