APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
grid.h File Reference
#include "apfel/subgrid.h"
#include <memory>

Go to the source code of this file.

Classes

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...
 

Namespaces

namespace  apfel
 Namespace for all APFEL++ functions and classes.
 

Functions

std::ostream & apfel::operator<< (std::ostream &os, Grid const &gr)
 Overload the << operator to print the parameters of the grid.