Field for quadrilateral polar vertices. More...
#include <quadrilateral.hpp>
Public Member Functions | |
QuadrilateralPolar2D_Vertex_Field (double default_value) | |
double | get_value (QuadrilateralPolar2D_Vertex &vertex) |
Retrieve from the field the value corresponding to the given vertex. | |
void | set_value (QuadrilateralPolar2D_Vertex &vertex, double new_value) |
Set the value corresponding to the given vertex. | |
QuadrilateralPolar2D_Vertex_Field_t & | get_field () |
Field for quadrilateral polar vertices.
double QuadrilateralPolar2D_Vertex_Field::get_value | ( | QuadrilateralPolar2D_Vertex & | vertex | ) |
Retrieve from the field the value corresponding to the given vertex.
vertex |
void QuadrilateralPolar2D_Vertex_Field::set_value | ( | QuadrilateralPolar2D_Vertex & | vertex, |
double | new_value | ||
) |
Set the value corresponding to the given vertex.
cell | |
new_value |