Inheritance diagram for one_d_Legendre:
Public Member Functions | |
double | f (double mu) |
one_d_Legendre () | |
~one_d_Legendre () | |
void | expand () |
makes a 1-d list for one incident energy | |
void | copy (one_d_Legendre &list_2) |
Copies a list. | |
void | list_interp (double e_in, one_d_Legendre &left_list, one_d_Legendre &right_list) |
Interpolates this list between left_list and right_list. | |
Public Attributes | |
Param | coef |
Definition at line 224 of file distrib_1d.hpp.
|
Empty constructor. Definition at line 232 of file distrib_1d.hpp. References coef. |
|
Empty destructor. Definition at line 233 of file distrib_1d.hpp. |
|
Definition at line 1199 of file distrib_1d.cpp. References dd_list::copy(), distrib_base::interp_type, and distrib_base::weight. |
|
Generates a 1d list for a single incident neutron energy. Definition at line 1182 of file distrib_1d.cpp. References f(), distrib_base::renorm(), and distrib_base::thicken(). Referenced by list_interp(), and gen_mf4::one_legendre(). |
|
Implements distrib_base. Definition at line 1123 of file distrib_1d.cpp. References coef, pastenum(), SevereError(), and Warning(). Referenced by expand(). |
|
Definition at line 1207 of file distrib_1d.cpp. References coef, dd_list::E_in(), expand(), distrib_base::get_bins(), Param::get_space(), distrib_base::interp_type, Lin_Lin(), Lin_Log(), Log_Lin(), Log_Log(), pastenum(), SevereError(), and Unimplemented(). |
|
Definition at line 228 of file distrib_1d.hpp. Referenced by f(), list_interp(), one_d_Legendre(), and gen_mf4::one_legendre(). |