Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
#include <cstdio>
#include <vector>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/alignedallocator.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
#include "coordstate.h"
#include "dimparams.h"
#include "histogramsize.h"
+ Include dependency graph for biasstate.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares the BiasState class.

The data members of this class are the state variables of the bias. All interaction from the outside happens through the Bias class, which holds important helper classes such as DimParams and Grid. This class holds many methods, but more are const methods that compute properties of the state.

Author
Viveca Lindahl
Berk Hess hess@.nosp@m.kth..nosp@m.se

Classes

class  gmx::BiasState
 The state of a bias. More...
 

Variables

static const int gmx::c_linewidth = 80 - 2
 Linewidth used for warning output.
 
static const int gmx::c_indent = 0
 Indent used for warning output.