#include <gromacs/applied_forces/awh/biaswriter.h>
Class organizing the output data storing and writing of an AWH bias.
gmx::BiasWriter::BiasWriter |
( |
const Bias & |
bias | ) |
|
int gmx::BiasWriter::numBlocks |
( |
| ) |
const |
|
inline |
Returns the number of data blocks.
- Returns
- the number of data blocks.
int gmx::BiasWriter::writeToEnergySubblocks |
( |
const Bias & |
bias, |
|
|
t_enxsubblock * |
subblock |
|
) |
| |
Collect AWH bias data in blocks and write to energy subblocks.
- Parameters
-
[in] | bias | The AWH Bias. |
[in,out] | subblock | Energy subblocks to write to. |
- Returns
- the number of blocks written.
The documentation for this class was generated from the following files:
- src/gromacs/applied_forces/awh/biaswriter.h
- src/gromacs/applied_forces/awh/biaswriter.cpp