8#include <prdc/crystal/getDimension.h>
12#include <pscf/openmp/getNThread.h>
29 void run(
int argc,
char **argv) {
52int main(
int argc,
char **argv)
56 int D = Pscf::Prdc::getDimension(argc, argv);
57 std::cout <<
"dimension " << D << std::endl;
60 int nThread = Pscf::getNThread(argc, argv);
75 std::cout <<
" Invalid dimension = " << D << std::endl;
80 fftw_cleanup_threads();
Main class for SCFT or PS-FTS simulation of one system.
void setOptions(int argc, char **argv)
Process command line options.
void readCommands(std::istream &in)
Read and process commands from an input stream.
virtual void readParam(std::istream &in)
Read input parameters (with opening and closing lines).
int main(int argc, char **argv)
Main function for pscf_1d program.
void run(int argc, char **argv)
Function template for main pscf_pc program.
PSCF package top-level namespace.