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]

References divs_, dx_, max_, and min_.


Member Function Documentation

double HSolveUtils::Grid::entry ( unsigned int  i  ) 

References divs_, dx_, and min_.

Referenced by HSolveUtils::rates().

bool HSolveUtils::Grid::operator== ( const Grid other  )  [inline]

References divs_, max_, and min_.

unsigned int HSolveUtils::Grid::size (  ) 

References divs_.

Referenced by HSolveUtils::rates().


Member Data Documentation

Referenced by entry(), Grid(), operator==(), and size().

Referenced by entry(), and Grid().

Referenced by Grid(), and operator==().

Referenced by entry(), Grid(), and operator==().


The documentation for this class was generated from the following files:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1