![]() |
ESPResSo 3.2.0-167-g2c9ead1-git
Extensible Simulation Package for Soft Matter Research
|
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. | |
| 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().
| int DoubleList::max |
allocated size of the double field.
This value is ONLY changed in the routines specified in list operations !
Definition at line 93 of file utils.h.
Referenced by alloc_doublelist(), alloc_grained_doublelist(), bilayer_density_profile(), bilayer_density_profile_sphere(), check_tab_forcecap(), init_doublelist(), mpi_bcast_ia_params(), mpi_bcast_tf_params(), realloc_doublelist(), realloc_grained_doublelist(), set_molecule_trap(), tabulated_set_params(), and tf_set_params().
| int DoubleList::n |
number of used elements in the double field.
Definition at line 90 of file utils.h.
Referenced by energy_calc(), evaluateAsChebychevSeriesAt(), evaluateAsTaylorSeriesAt(), hamiltonian_calc(), init_doublelist(), 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(), setup_linear_bins(), setup_log_bins(), tclcommand_analyze_parse_and_print_energy(), tclcommand_analyze_parse_and_print_pressure(), tclcommand_analyze_parse_and_print_stress_tensor(), 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(), and wall_sort_particles().
1.7.5.1