![]() |
QMCPACK
|
Include dependency graph for Grid.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Grid |
| Parent class for all grids. More... | |
| class | LinearGrid |
| Linear Grid inherets from Grid. More... | |
| class | GeneralGrid |
| General Grid inherets from Grid. More... | |
| class | OptimalGrid |
| The OptimalGrid class stores a grid which has linear spacing at the origin and exponential spacing further out. More... | |
| class | OptimalGrid2 |
| The OptimalGrid class stores a grid which has linear spacing at the origin and exponential spacing further out. More... | |
| class | CenterGrid |
| class | LogGrid |
| LogGrid is a function whose gridpoints increase exponentially with the index. More... | |
| class | ClusterGrid |
| ClusterGrid is a function whose gridpoints are clustered tightly around the origin. More... | |
Enumerations | |
| enum | GridType { NONE, LINEAR, OPTIMAL, OPTIMAL2, LOG, CLUSTER, GENERAL, CENTER } |
| The different types of grids that we currently allow. More... | |
Functions | |
| std::shared_ptr< Grid > | ReadGrid (IOSectionClass &inSection) |
| enum GridType |
|
inline |
Definition at line 633 of file Grid.h.
References IOSectionClass::ReadVar().
Referenced by CubicSplineCommon::Read().