#include <Xyce_config.h>
#include <N_ANP_AnalysisBase.h>
#include <N_ANP_AnalysisManager.h>
#include <N_ANP_SweepParam.h>
#include <N_ERH_Message.h>
#include <N_LOA_Loader.h>
#include <N_LOA_NonlinearEquationLoader.h>
#include <N_NLS_Manager.h>
#include <N_PDS_Comm.h>
#include <N_TIA_NoTimeIntegration.h>
#include <N_TIA_StepErrorControl.h>
#include <N_TIA_TIAParams.h>
#include <N_UTL_FeatureTest.h>
#include <N_UTL_MachDepParams.h>
#include <N_UTL_OptionBlock.h>
Go to the source code of this file.
|
Util::JSON & | Xyce::Analysis::operator<< (Util::JSON &json, const StatCounts &s) |
|
StatCounts | Xyce::Analysis::operator- (const StatCounts &s0, const StatCounts &s1) |
|
int | Xyce::Analysis::setupSweepLoop (Loader::Loader &loader, int debug_level, std::vector< SweepParam >::iterator begin, std::vector< SweepParam >::iterator end) |
|
bool | Xyce::Analysis::updateSweepParams (Loader::Loader &loader, AnalysisManager &analysis_manager, int step_count, std::vector< SweepParam >::iterator begin, std::vector< SweepParam >::iterator end) |
|
void | Xyce::Analysis::gatherStepStatistics (StatCounts &stats, Nonlinear::NonLinearSolver &nonlinear_solver, int newton_convergence_status) |
|