A radial quantity.
More...
#include <grid_quantity.hpp>
|
| | radial_quantity (const std::vector< double > &buffer) |
| | Construct a radial quantity.
|
| |
| virtual double | get (const double s) const =0 |
| | vitual interface to get a value at a radial s position.
|
| |
|
|
const std::vector< double > | buffer |
| | Buffer containing radial quantity.
|
| |
|
const double | ds |
| | Grid spacing in s.
|
| |
◆ radial_quantity()
| radial_quantity::radial_quantity |
( |
const std::vector< double > & |
buffer | ) |
|
Construct a radial quantity.
radial_quantity
- Parameters
-
| [in] | buffer | Buffer containing the radial quantity. |
Construct a radial quantity.
- Parameters
-
| [in] | buffer | Buffer containing the radial quantity. |
◆ get()
| virtual double radial_quantity::get |
( |
const double |
s | ) |
const |
|
pure virtual |
vitual interface to get a value at a radial s position.
- Parameters
-
- Returns
- The interpolated s position.
Implemented in full_grid, and half_grid.
The documentation for this class was generated from the following files: