assembly anisotropic diffusion #3050
Unanswered
marCahana
asked this question in
Firedrake support
Replies: 1 comment 2 replies
-
I cannot reproduce the error, but I saw:
when I ran your example hot-cache. With the firedrake venv active, could you try:
and see if this resolves the issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to solve anisotropic diffusion of the following form:
where
I created simple example:
I am guessing this approach has some problem as I am getting the following warning messages:
In cases, where I run the code multiple times for varying right-hand sides and coefficients, the code crashes stating that memory is out of bounds.
Would anybody have a recommendation in order to fix the problem?
Beta Was this translation helpful? Give feedback.
All reactions