|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
Go to the source code of this file.
Data Structures | |
| struct | _Boundary |
| struct | BoxBoundary |
Macros | |
| #define | boundary_iterate(type, ...) |
Typedefs | |
| typedef struct _Boundary | Boundary |
Functions | |
| void | add_boundary (Boundary *b) |
| void | free_boundaries () |
Variables | |
| static Boundary ** | boundaries = NULL |
Definition at line 40 of file boundaries.h.
Definition at line 16 of file boundaries.h.
References b, boundaries, i, and x.
Referenced by init_grid(), and mpi_boundary_new().
| void free_boundaries | ( | ) |
Definition at line 27 of file boundaries.h.
References b, boundaries, _Boundary::destroy, free(), i, and x.
Referenced by free_grid().
Definition at line 14 of file boundaries.h.
Referenced by add_boundary(), and free_boundaries().