|
PSCF v1.4.0
|
SCFT and PS-FTS with real periodic fields on a GPU (namespace Pscf::Rpg) More...
Topics | |
| Environment | |
| Masks and external fields. | |
| Fields | |
| Field containers, field I/O and spatial domain. | |
| Field Theoretic Simulation (FTS) | |
| Partial saddle-point field theoretic simulations (PS-FTS). | |
| Self-Consistent Field Theory (SCFT) | |
| SCFT for periodic systems. | |
| Solvers | |
| Modified diffusion equation (MDE) solvers. | |
| System | |
| Classes that define an entire physical system. | |
Functions | |
| template<int D> | |
| void | Pscf::Rpg::run (int argc, char **argv) |
| Function template for main pscf_rpg program. | |
| int | main (int argc, char **argv) |
| Main pscf_rpg 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_rpg program.
| argc | number of command line parameters |
| argv | array of command line parameter strings |
Definition at line 24 of file pscf_rpg.cu.
References Pscf::Rp::System< D, T >::readCommands(), Pscf::Rp::System< D, T >::readParam(), and Pscf::Rp::System< D, T >::setOptions().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
Main pscf_rpg program.
| argc | number of command line arguments |
| argv | array of command line arguments |
Definition at line 50 of file pscf_rpg.cu.
References Pscf::Rpg::run().