Grid.h File Reference
Detailed Description
Definition file for class Grid.
#include <stdlib.h>
#include <math.h>
#include <string>
#include <iostream>
#include <iomanip>
#include "OFELI_Config.h"
#include "Point.h"
#include "Point2D.h"
#include "Node.h"
#include "Element.h"
#include "Side.h"
#include "util.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Classes | |
| class | Grid |
| To manipulate structured grids. More... | |
Functions | |
| ostream & | operator<< (ostream &s, const Grid &g) |
| Output grid data. | |