Gromacs: gmx::BiasWriter Class Reference

#include <gromacs/applied_forces/awh/biaswriter.h>

Description

Class organizing the output data storing and writing of an AWH bias.

Constructor & Destructor Documentation

gmx::BiasWriter::BiasWriter ( const Bias bias )

Member Function Documentation

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

Read more here: Source link