ESPResSo 3.2.0-167-g2c9ead1-git
Extensible Simulation Package for Soft Matter Research
Data Fields
DoubleList Struct Reference

Double list. More...

#include <utils.h>

Data Fields

double * e
 Dynamically allocated double field.
int n
 number of used elements in the double field.
int max
 allocated size of the double field.

Detailed Description

Double list.

Use the functions specified in list operations.

Definition at line 86 of file utils.h.


Field Documentation

double* DoubleList::e

Dynamically allocated double field.

Definition at line 88 of file utils.h.

Referenced by add_kinetic_energy(), add_kinetic_virials(), add_mmm2d_coulomb_pair_force(), add_tabulated_pair_force(), alloc_doublelist(), alloc_grained_doublelist(), bilayer_density_profile(), bilayer_density_profile_sphere(), calc_mmm2d_copy_pair_energy(), calc_radial_density_map(), calc_wallrdfyz(), check_tab_forcecap(), distribute_tensors(), energy_calc(), evaluateAsChebychevSeriesAt(), evaluateAsTaylorSeriesAt(), fcs_acf(), hamiltonian_calc(), init_doublelist(), local_stress_tensor_calc(), master_energy_calc(), master_pressure_calc(), mpi_bcast_ia_params(), mpi_bcast_ia_params_slave(), mpi_bcast_tf_params(), mpi_bcast_tf_params_slave(), mpi_local_stress_tensor(), mpi_local_stress_tensor_slave(), observable_compute_stress_tensor(), obsstat_realloc_and_clear(), obsstat_realloc_and_clear_non_bonded(), parse_corr_operation(), parse_double_list(), prepareBernoulliNumbers(), preparePolygammaEven(), preparePolygammaOdd(), pressure_calc(), realloc_doublelist(), realloc_grained_doublelist(), set_molecule_trap(), setup_linear_bins(), setup_log_bins(), tabulated_pair_energy(), tabulated_set_params(), tclcommand_analyze_parse_and_print_energy(), tclcommand_analyze_parse_and_print_pressure(), tclcommand_analyze_parse_and_print_stress_tensor(), tclcommand_analyze_parse_bilayer_density_profile(), tclcommand_analyze_parse_local_stress_tensor(), tclcommand_analyze_parse_radial_density_map(), tclcommand_analyze_print_all(), tclcommand_analyze_print_pressure_all(), tclcommand_analyze_print_stress_tensor_all(), tclcommand_analyze_wallstuff(), tclcommand_bin(), tclcommand_metadynamics_parse_load_stat(), tf_profile(), tf_set_params(), and wall_sort_particles().


The documentation for this struct was generated from the following file: