|
TheBoussinesqModel
3.2.1
|
#include <geometry.h>
Data Fields | |
| long | index |
| double | area2D |
| POINT * | centroid |
| LONGVECTOR * | edge_indices |
Definition at line 55 of file geometry.h.
| double POLYGON::area2D |
Definition at line 57 of file geometry.h.
Referenced by fprint_polygonvector(), new_polygon_from_a_linevector(), new_polygon_from_polygon(), read_polygon(), time_loop(), volume_subs(), volume_surf(), wet_area(), and write_polygonvector().
| POINT* POLYGON::centroid |
Definition at line 58 of file geometry.h.
Referenced by fprint_polygonvector(), free_polygon(), new_polygon_from_a_linevector(), new_polygon_from_polygon(), read_polygon(), shared_edges(), and write_polygonvector().
| LONGVECTOR* POLYGON::edge_indices |
Definition at line 59 of file geometry.h.
Referenced by b_advection(), fprint_polygonvector(), free_polygon(), get_connection(), get_connection_squares(), interpolete_volume2lines(), new_polygon_from_a_linevector(), new_polygon_from_polygon(), q_discharge_from_outlet_cell(), read_grid(), read_polygon(), shared_edges(), t_st_advection_operator_element(), t_st_operator_element_subs(), update_F1_wet_vert_area(), update_velocity(), and write_polygonvector().
| long POLYGON::index |
Definition at line 56 of file geometry.h.
Referenced by fprint_polygonvector(), get_connection(), get_connection_squares(), new_polygon_from_a_linevector(), new_polygon_from_polygon(), read_polygon(), read_polygonvector(), shared_edges(), and write_polygonvector().