#include "apfel/subgrid.h"
#include <memory>
Go to the source code of this file.
|
| class | apfel::Grid |
| | The Grid class defines ab object that is essentially a collection of "SubGrid" objects plus other global parameters. This class also includes all the relevant methods for the manipulation of the SubGrids. More...
|
| |
|
| namespace | apfel |
| | Namespace for all APFEL++ functions and classes.
|
| |
|
| std::ostream & | apfel::operator<< (std::ostream &os, Grid const &gr) |
| | Overload the << operator to print the parameters of the grid.
|
| |