Xyce
6.1
|
#include <iosfwd>
#include <string>
#include <vector>
#include <N_ANP_fwd.h>
#include <N_LOA_fwd.h>
#include <N_PDS_fwd.h>
#include <N_UTL_fwd.h>
#include <N_UTL_Param.h>
Go to the source code of this file.
Classes | |
class | Xyce::Analysis::SweepParam |
Namespaces | |
Xyce | |
Pure virtual class to augment a linear system. | |
Xyce::Analysis | |
Circuit Analysis Definitions. | |
Functions | |
std::ostream & | Xyce::Analysis::operator<< (std::ostream &os, const SweepParam &sp) |
SweepParam | Xyce::Analysis::parseSweepParams (Util::ParamList::const_iterator first, Util::ParamList::const_iterator last) |
Populate the sweep params from the parameter list. More... | |
bool | Xyce::Analysis::updateSweepParams (Loader::Loader &loader, int step_count, std::vector< SweepParam >::iterator begin, std::vector< SweepParam >::iterator end, bool overrideOriginal) |
int | Xyce::Analysis::setupSweepLoop (Parallel::Machine comm, Loader::Loader &loader, std::vector< SweepParam >::iterator begin, std::vector< SweepParam >::iterator end) |