|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
#include <common.h>
Data Fields | |
| long | n |
| long | tn |
| int | depth |
| int | maxdepth |
| int Grid::depth |
Definition at line 29 of file common.h.
Referenced by alloc_children(), foreach_cell_post_root(), init_grid(), recursive(), and update_cache_f().
| int Grid::maxdepth |
Definition at line 30 of file common.h.
Referenced by balance(), init_grid(), inverse_wavelet(), mg_solve(), msolve(), solve(), tag(), tree_is_full(), update_cache_f(), and wavelet().
| long Grid::n |
Definition at line 27 of file common.h.
Referenced by balance(), init_grid(), update_cache_f(), and update_perf().
| long Grid::tn |
Definition at line 28 of file common.h.
Referenced by balance(), event_perfs(), init_grid(), mpi_boundary_update(), tree_is_full(), update_cache_f(), and update_perf().