Placeholder namespace for global functions in O2scl_part . More...
This namespace is created to help doxygen understand functions in O2scl_part that are in the o2scl namespace. Functions documented here should be called using, for example,
o2scl::nucdist_set(dist,nm);
Functions | |
void | nucdist_set (std::vector< nucleus > &dist, nucmass &nm, std::string expr="1", int maxA=400, bool include_neutron=false) |
Set a distribution of nuclei from a mass formula and a function string. More... | |
void o2scl_part::nucdist_set | ( | std::vector< nucleus > & | dist, |
nucmass & | nm, | ||
std::string | expr = "1" , |
||
int | maxA = 400 , |
||
bool | include_neutron = false |
||
) |
Given a nuclear mass formula nm
, this adds nuclei to a std::vector
object. The function expr
, a function of Z
and N
, determines which nuclei will be added to the distribution.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.