Dear all,
I just started using Basilisk. I aim to understand the process of compiling
source codes because I want to implement new schemes and equations in the near future. Currently,
I succeeded running the test case of “explosion.c” that is listed in “test” directory.
However, I have a very simple question with this case.
It seems that no grid system is specified in explosion.c. When I ran this case with the simple command of “make explosion.tst”, the 2D calculation, probably with 2D multigrid?, was conducted. What files or compile options determined the default grid system as 2D?
I could do 3D calculation when I typed ”make
explosion.3D.tst” or wrote “#include "grid/octree.h"” in explosion.c.
Thank you very much for developing the great open code!
Hiroumi Tani