|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
Go to the source code of this file.
Data Structures | |
| struct | Array |
Functions | |
| Array * | array_new () |
| void | array_free (Array *a) |
| void * | array_append (Array *a, void *elem, size_t size) |
| void * | array_shrink (Array *a) |
Definition at line 24 of file array.h.
References a, max, realloc(), size, and x.
Referenced by append_pid(), display_control_internal(), distance(), free_solver_func_add(), input_stl(), input_xy(), is_newpid(), no_coalescence(), rcv_pid_append_pids(), tag(), update_distance(), vertex_buffer_glColor3f(), vertex_buffer_glNormal3d(), vertex_buffer_glVertex2d(), vertex_buffer_glVertex3d(), and vertex_buffer_push_index().
Definition at line 18 of file array.h.
Referenced by balance(), display_destroy(), display_poll(), free_solver(), mpi_boundary_destroy(), no_coalescence(), tag(), and vertex_buffer_free().
| Array * array_new | ( | ) |
Definition at line 10 of file array.h.
Referenced by balance(), display_init(), distance(), free_solver_func_add(), input_stl(), input_xy(), is_newpid(), mpi_boundary_new(), no_coalescence(), tag(), update_distance(), and vertex_buffer_setup().
Definition at line 35 of file array.h.
References a, free(), p, and realloc().
Referenced by distance(), input_stl(), input_xy(), and update_distance().