ForceResult_tag Struct Reference
Container class returning atomic forces.
More...
#include <force.h>
List of all members.
Detailed Description
Container class returning atomic forces.
User-supplied container class that returns atomic forces from force_compute()
routine. It is convenient to separate the force results from the energy data. The arrays (if defined) must have enough buffer space for ForceParam_tag::atom_len
atoms. The caller must perform memory management for these array buffers.
The ForceResult_tag::f
array must be supplied. All of the others are optional. If a pointer is not NULL
and the ForceParam_tag::flags
has indicated the evaluation of that corresponding force type, then that array is expected to have space for ForceParam_tag::atom_len
atoms and will receive those partial force contributions during the call to force_compute()
.
Member Data Documentation
|
Total force, sum of indicated forces. |
|
Force from boundary restraints. |
|
Force from electrostatics. |
|
Force from van der Waals. |
The documentation for this struct was generated from the following file:
Generated on Mon Sep 26 10:55:20 2005 for MDX by
1.4.4