octree.h

📄 View in API Reference (Doxygen) · View on basilisk.fr

Requires: tree.h

Test cases (6): boundaries, boundary_vertex3D, hf3D, hydrostatic3, sessile3D, sphere

Examples (5): distance, inversion, porous3D, sphere, tangaroa

#define dimension 3
#define GRIDNAME "Octree"
#include "tree.h"

void octree_methods() {
  tree_methods();
}