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