Could you kindly advise what might be causing this issue, and how I might resolve it? I would appreciate any guidance on whether this is related to memory allocation limits, SAMRAI configuration, or differences between the local and cluster environments.
Thank you in advance for your support.
Best,
Li-Ming
--
You received this message because you are subscribed to the Google Groups "IBAMR Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ibamr-users/498c0f4a-61f1-41bc-8b9a-4836b896dd12n%40googlegroups.com.
Thank you very much for your reply. Currently, I am using a vorticity-based adaptive mesh refinement (AMR) for my grid.
A friend of mine suggested that the issue might be due to a missing SAMRAI setting in my example.cpp file. I also came across a related post in the user group:
https://groups.google.com/u/0/g/ibamr-users/c/AXIRppCANIk/m/GYFaNyGcAwAJ
which mentions that we need to set:
SAMRAIManager::setMaxNumberPatchDataEntries(2048);
before calling SAMRAIManager::startup().
I am currently trying this solution.
Best,On May 2, 2025, at 10:06 AM, LIMING CHAO <chaoli...@gmail.com> wrote:Dear Prof.Boyce,Thank you very much for your reply. Currently, I am using a vorticity-based adaptive mesh refinement (AMR) for my grid.
A friend of mine suggested that the issue might be due to a missing SAMRAI setting in my example.cpp file. I also came across a related post in the user group:
https://groups.google.com/u/0/g/ibamr-users/c/AXIRppCANIk/m/GYFaNyGcAwAJ
which mentions that we need to set:
SAMRAIManager::setMaxNumberPatchDataEntries(2048);
before calling SAMRAIManager::startup().I am currently trying this solution.
To view this discussion visit https://groups.google.com/d/msgid/ibamr-users/bd9270b2-c307-4c12-8e6e-d5cd571340ben%40googlegroups.com.