-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: geometry adaption needs dune-subgrid? #3
Comments
FYI: I removed the GeometryAdapted parameter from the interface, and instead detect it from the FEM mesh file, either from the parameters string if available, or directly from the geometry:
|
@juangpc did you have the same errors when you tested the application the 'eeg_transfer_cg_0000.ini' or 'eeg_transfer_cg_0002.ini'? |
No, when testing with 0001.ini but I've never tested it with 0002.ini? Do we need this? I could try to add the dune-subgrid module. |
Hey Juan, I have checked on their fieldtrip-duneuro workshop and they used geometry adapted. I will double-check with Sophie. |
Hi, I tried yesterday until late to try to have the thing running... and... it was an error after another. the meta-programming kills me man. they auto and template like mad. The module uses boost (a well known computational c++ library) so now you need to install that to in order to compile it. And thee problem is that the include calls are different for gcc, clang, etc... so I'll need a few more sed calls... I'll keep on trying... but it will take me a few days. I'll try to update soon. |
hey Juan, I know how it's complicated to solve it. We can submit an issue to Dune/Duneuro git lab and we can have an orientation to solve it. |
I'm already working on it. Already solved many compilation errors. But more keep popping. do you know if this module is used at all? There are many compilation errors. some could be related to clang... but others I'm not so sure. |
no idea at all ... it's weird since it's not on the dune repo as the others. I will ask the Germans' team. |
@juangpc do you have any updates on this error? thanks |
I'm sure it does not use boost.
yes, Carsten (Gräser) is using it on a regular basis and some people here use it also in their |
Input files:
tmp.zip
Error message:
The text was updated successfully, but these errors were encountered: