#include "cddefines.h"#include "dense.h"#include "trace.h"#include "thermal.h"#include "thirdparty.h"#include "phycon.h"#include "conv.h"Go to the source code of this file.
Functions | |
| STATIC bool | lgConvEden (void) |
| STATIC double | EdenError (double eden) |
| int | ConvEdenIoniz (void) |
| int ConvEdenIoniz | ( | void | ) |
ConvEdenIoniz called by ConvTempEdenIoniz and ConvInitIonize, it calls ConvIoniz and converges the electron density
Definition at line 21 of file conv_eden_ioniz.cpp.
References iter_track::add(), iter_track::bracket_width(), t_conv::chConvIoniz(), t_conv::chSolverEden, iter_track::clear(), conv, DEBUG_ENTRY, dense, iter_track::deriv(), t_dense::eden, EdenError(), t_dense::EdenTrue, fp_equal(), iter_track::init_bracket(), ioQQQ, lgConvEden(), t_conv::lgConvEden, t_conv::lgSearch, t_trace::lgTrace, min(), iter_track::next_val(), t_trace::nTrConvg, iter_track::print_history(), safe_div(), iter_track::set_tol(), ShowMe(), sign(), SMALLFLOAT, TorF(), and trace.
Referenced by ConvTempEdenIoniz(), CoolHeatError(), lgCoolNetConverge(), and map_do().
| STATIC double EdenError | ( | double | eden | ) |
Definition at line 184 of file conv_eden_ioniz.cpp.
References ASSERT, conv, ConvIoniz(), dense, t_dense::eden, EDEN_CHANGES, EdenChange(), t_dense::EdenTrue, t_conv::incrementCounter(), ioQQQ, lgAbort, t_conv::lgConvIoniz(), t_trace::nTrConvg, safe_div(), and trace.
Referenced by ConvEdenIoniz().
| STATIC bool lgConvEden | ( | void | ) |
Definition at line 173 of file conv_eden_ioniz.cpp.
References conv, dense, t_dense::eden, t_conv::EdenErrorAllowed, t_dense::EdenTrue, t_conv::lgConvEden, and t_conv::setConvIonizFail().
Referenced by ConvEdenIoniz().
1.6.1