PSCF v1.2
|
Topics | |
Fields | |
Field Theoretic Simulation (FTS) | |
Self-Consistent Field Theory (SCFT) | |
Solvers | |
Classes | |
class | Pscf::Rpc::System< D > |
Main class for SCFT or PS-FTS simulation of one system. More... | |
Functions | |
template<int D> | |
void | Pscf::Rpc::run (int argc, char **argv) |
Function template for main pscf_pc program. | |
int | main (int argc, char **argv) |
Main pscf_pc program. | |
SCFT and PS-FTS with real periodic fields on a CPU (namespace Pscf::Rpc)
void Pscf::Rpc::run | ( | int | argc, |
char ** | argv ) |
Function template for main pscf_pc program.
argc | number of command line parameters |
argv | array of command line parameter strings |
Definition at line 29 of file pscf_pc.cpp.
References Pscf::Rpc::System< D >::readCommands(), Pscf::Rpc::System< D >::readParam(), and Pscf::Rpc::System< D >::setOptions().
Referenced by main().
int main | ( | int | argc, |
char ** | argv ) |
Main pscf_pc program.
argc | number of command line arguments |
argv | array of command line arguments |
Definition at line 52 of file pscf_pc.cpp.
References main(), and Pscf::Rpc::run().