HSolveUtils::Grid Class Reference
#include <HSolveUtils.h>
List of all members.
Public Member Functions |
| Grid (double min, double max, unsigned int divs) |
unsigned int | size () |
double | entry (unsigned int i) |
bool | operator== (const Grid &other) |
Public Attributes |
double | min_ |
double | max_ |
unsigned int | divs_ |
double | dx_ |
Constructor & Destructor Documentation
HSolveUtils::Grid::Grid |
( |
double |
min, |
|
|
double |
max, |
|
|
unsigned int |
divs | |
|
) |
| | [inline] |
Member Function Documentation
double HSolveUtils::Grid::entry |
( |
unsigned int |
i |
) |
|
bool HSolveUtils::Grid::operator== |
( |
const Grid & |
other |
) |
[inline] |
unsigned int HSolveUtils::Grid::size |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: