Solutions for the high density mesh for MEG with DUNEuro: integration points and memory #365
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello all,
@ftadel this PR is for the discussion started in this here: #350,
We have observed this issue from different testings and users' experiences.
The FEM computation of the MEG with high mesh density + the sensors integration points requires very high memory resources and time, which is not possible to perform in most user computers.
The following PR add a subpanel to the advanced Duneuro panel, and it proposes to the user the following options :
-1- Compute the MEG with or without the integration points
-2- Disable/Enable the memory cache for the FEM computation
-3- ToDo : compute per block of sensors (under investigation)
The first option is self-explained,
The second, users can disable the usage of the memory cache, then could perform computation with the integration points with high models==> but it's time-consuming,
The third option is under investigation.
Here is a view of the LF vectors when using or not the integration points:
And as @Moo-Marc mentioned, #350 (comment)
the error can be in the range of 2% between the two models (in the spherical model).
Please let me know if there any change required in the code.
Best,
Takfarinas