Home
last modified time | relevance | path

Searched defs:num_points_per_magnitude (Results 1 – 3 of 3) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_grids.F105 INTEGER, PARAMETER :: num_points_per_magnitude = 200 local
769 E_min, E_max, max_error, num_points_per_magnitude) argument
780 INTEGER, INTENT(IN) :: num_points_per_magnitude local
902 E_min, E_max, max_error, num_points_per_magnitude) argument
913 INTEGER, INTENT(IN) :: num_points_per_magnitude local
1273 E_min, E_max, max_error, num_points_per_magnitude) argument
1284 INTEGER, INTENT(IN) :: num_points_per_magnitude local
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmp2_weights.F105 num_points_per_magnitude local
757 E_min, E_max, max_error, num_points_per_magnitude) argument
768 INTEGER, INTENT(IN) :: num_points_per_magnitude local
894 E_min, E_max, max_error, num_points_per_magnitude) argument
905 INTEGER, INTENT(IN) :: num_points_per_magnitude local
1265 E_min, E_max, max_error, num_points_per_magnitude) argument
1276 INTEGER, INTENT(IN) :: num_points_per_magnitude local
H A Dmp2_types.F140 … INTEGER :: group_size_P, group_size_3c, num_points_per_magnitude, extrapol_fac, & component