MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <HSolveUtils.h>
Public Member Functions | |
double | entry (unsigned int i) |
Grid (double min, double max, unsigned int divs) | |
bool | operator== (const Grid &other) |
unsigned int | size () |
Public Attributes | |
unsigned int | divs_ |
double | dx_ |
double | max_ |
double | min_ |
Definition at line 42 of file HSolveUtils.h.
|
inline |
double HSolveUtils::Grid::entry | ( | unsigned int | i | ) |
Definition at line 198 of file HSolveUtils.cpp.
Referenced by HSolveUtils::rates().
|
inline |
unsigned int HSolveUtils::Grid::size | ( | ) |
Definition at line 193 of file HSolveUtils.cpp.
References divs_.
Referenced by HSolveActive::createLookupTables(), and HSolveUtils::rates().
unsigned int HSolveUtils::Grid::divs_ |
Definition at line 67 of file HSolveUtils.h.
Referenced by Grid(), operator==(), and size().
double HSolveUtils::Grid::dx_ |
Definition at line 68 of file HSolveUtils.h.
Referenced by Grid().
double HSolveUtils::Grid::max_ |
Definition at line 66 of file HSolveUtils.h.
Referenced by Grid(), and operator==().
double HSolveUtils::Grid::min_ |
Definition at line 65 of file HSolveUtils.h.
Referenced by Grid(), and operator==().