JLRipley314 / one-dim-amr

A simple one dimensional amr code
MIT License
4 stars 2 forks source link

Cannot find <bbhutil.h> #1

Open bq9958 opened 5 days ago

bq9958 commented 5 days ago

Hello, first of all, thank you for your code. I am a beginner of AMR and I find your code very useful for understanding Berger1984. But when I go to examples/massless_scalar_collapse/main.c, it says cannot open source file <bbhutil.h>. Could you tell me how to find it ? Thanks a lot !

JLRipley314 commented 3 days ago

Hello bq, Thank you for reaching out; I'm glad you're finding the code helpful! The "bbhutil" library is from the software here https://laplace.physics.ubc.ca/Group/Software.html. I regret using that library in that example, but I was learning amr and that software for my research at the time and I forgot I used the library in the examples. I believe all I use it for is saving to file, so if remove the library and change some of the IO code (saving to ".sdf" files in particular), perhaps the code will still run. Unfortunately I don't have time now to fix anything, but I still hope the code may be of some use.

On Fri, Nov 8, 2024 at 5:01 AM bq @.***> wrote:

Hello, first of all, thank you for your code. I am a beginner of AMR and I find your code very useful for understanding Berger1984. But when I go to examples/massless_scalar_collapse/main.c, it says cannot open source file

. Could you tell me how to find it ? Thanks a lot ! — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>