77 void parse (
int argc,
char* argv[]);
162 for (
size_t i = 0; i <
Ei.
size(); i++)
167 void read (std::ifstream & inputfile);
bool parallel
Whether to use MPI.
Definition: input.h:96
bool outofcore
Whether to keep precomputed data only on disk and spare RAM.
Definition: input.h:108
CommandLine(int argc, char *argv[])
Definition: input.h:63
Extract the T-matrices.
Definition: input.h:59
double itertol
Tolerance for terminating iterative solution.
Definition: input.h:111
int itinerary
Which parts of the computation to run.
Definition: input.h:105
virtual size_t resize(size_t n)
Resize array.
Definition: arrays.h:685
bool parallel_dot
Whether to use OpenMP parallelization in SymDiaMatrix::dot.
Definition: input.h:114
double zipmax
Radial cutoff for solution zipping useful if one is interested only in the near-origin behaviour...
Definition: input.h:93
Command line parameters.
Definition: input.h:34
const double e
Definition: special.h:44
bool parallel_block
Whether to use OpenMP parallelization to run preconditioner for several blocks simultaneously.
Definition: input.h:117
int preconditioner
Preconditioner to use. See Preconditioners::AvailableTypes for available types.
Definition: input.h:99
double droptol
Drop tolerance for the ILU preconditioner.
Definition: input.h:102
Solve the equations.
Definition: input.h:57
std::string zipfile
A B-spline expansion of a solution to "zip". See Bspline::zip .
Definition: input.h:87
int zipcount
How many equidistant samples on each axis to use.
Definition: input.h:90
Compute only the radial integrals necessary for the construction of the equations.
Definition: input.h:55
void parse(int argc, char *argv[])
Read options from command line.
Definition: input.cpp:65
HexEcsStg
Stages of the computations.
Definition: input.h:51
Do not start any intensive computations.
Definition: input.h:53
NumberArray< T > sqrt(NumberArray< T > const &A)
Return per-element square root.
Definition: arrays.h:1711
std::ifstream inputfile
Alternative name for the input file. Default is "hex.inp".
Definition: input.h:84
size_t size() const
Item count.
Definition: arrays.h:673